﻿.FormPanel .textbox, 
.FormPanel .selectbox, 
.FormPanel .textarea, 
.FormPanel .freetextarea,
.FormPanel .checkbox,
.FormPanel .checkbox_single
{
    margin-bottom: 15px;
}

.FormPanel .textbox p
{
    margin:0;
    padding:0;        
}
    
.FormPanel .textbox label, 
.FormPanel .selectbox label,
.FormPanel .textarea label,
.FormPanel .checkbox label,
.FormPanel .captcha_wrap span,
.FormPanel .captcha_wrap label
{
    display: block;
    float: none;
    font-family: Century Gothic;
    font-size: 12px;
    line-height: 16px;
    padding: 0 0 5px;
    margin: 0;
    width: 150px;
}

.FormPanel .checkbox_single label
{
    float: none;
    line-height: 29px;
    margin: 0;
    padding: 0;
    width: 150px;
    font-family: Century Gothic;
    font-size: 12px;
}
    
.FormPanel .selectbox select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    font-family: Century Gothic;
    font-size: 12px;
    padding: 4px 2px;
}
    
.FormPanel .textbox input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    font-family: Century Gothic;
    font-size: 12px;
    height: 17px;
    padding: 4px 2px;
}
    
.FormPanel .textarea textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AAAAAA;
    font-family: Century Gothic;
    font-size: 12px;
    padding: 4px 2px;
    resize: none;
}
    
.FormPanel .freetextarea p {
    font-family: Century Gothic;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
    
.FormPanel.MultiCol .col1 {
    float: left;
    margin-right: 2%;
    width: 48%;
}
    
.FormPanel.MultiCol .col2 {
    float: left;
    width: 48%;
}
    
.FormPanel .checkbox .List input
{
    margin:2px 10px 10px 0;
    padding:0;
    margin-top: 2px;
    vertical-align: top;
}
.FormPanel .checkbox .List label
{
    font-family: Century Gothic;
    font-size: 12px;
    display: inline;
    line-height:normal;
    width:auto;
}
    
#ErrorPanel
{
    background:#fff1ed;
    border:2px solid #ed2f07;
    padding:15px;
}
#ErrorPanel .ErrorSection
{
    margin-bottom:10px;    
}
    
#ErrorPanel .ErrorSection span
{
    display:block;
    font-family: Century Gothic;
    font-size: 12px;
}
    
.FormPanel .clear
{
    clear:both;    
}
    
.FormPanel label em
{
    color: red;
    margin-left: 5px;  
}
    
.FormPanel .form-divide
{
    margin: 0 auto 15px;
    height: 1px;
    width:100%;    
}   

.FormPanel .captcha_wrap {
    overflow: hidden;
    width: 150px;
    margin-bottom: 15px;
}
    .FormPanel .captcha_wrap.OneLine
    {
        width:300px;
    }

.FormPanel .captcha_wrap ul {
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 0;
}

.FormPanel .captcha_wrap ul li {
    background: #37B2F4;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 20px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    margin: 3px 3px 3px 0;
    padding: 1px;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    width: 35px;
    font-family: century gothic;
    box-shadow: 2px 2px 3px #888;
    list-style: none;
}

    .FormPanel .captcha_wrap p.error
    {
        font-size: 12px;
        font-family: Century Gothic;
        margin-bottom: 0;
        margin-top: 5px;
        clear: both;
        color: red;
        display: block;
    }

.FormPanel .form-buttons-wrapper input,
.FormPanel .form-buttons-wrapper button
{
    background-color: #EFEFEF;
    border: 1px solid #CCCCCC;
    clear: both;
    float: left;
    margin: 3px 0;
    color: #8E8E8E;
    font-size: 20px;
    font-family: Century Gothic;
    text-transform:uppercase;
    padding: 2px 8px;
}