body
{
    font-size: .64em;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #F7F4EE;
}


#content {margin-left:auto; margin-right:auto; width:780px;}
header,
footer,
nav,
section {
    display: block;
}




/* Styles for basic forms
-----------------------------------------------------------*/

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Input Buttons
-----------------------------------------------------------*/
input.ActionBTN {
   background-image:url('../images/normalbtn.png');
   background-position:0 19px;
   font-family:Verdana !important; 
   font-weight:bold !important;	 
   cursor:pointer !important; 
   font-size:10px !important; 
   color:black ; 
   border: 1px solid !important;  
   border-color: #569c48  !important; 
   float:left; margin-right:3px !important; 
   height:21px;
   width:90px;
   line-height:1;
   
}

input#submitForm:disabled {
    opacity:.5;
    cursor:none;
}

#customCaptcha {
    margin: 10px 0;
    overflow: hidden;
    border-radius: 4px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 10px 15px;
    width: 50%;
}

#customCaptcha input {
    clear: right;
    float: left;
    padding: 10px;
    border-radius: 2px;
}

#customCaptcha #txtInput.captchaSuccess {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

#customCaptcha #btnrefresh {
    padding: 5px;
    position: relative;
    top: 10px;
    left: 10px;
    border: 0;
}

#customCaptcha h3 {
    font-size: 12px;
    color: #555;
    margin: 10px 0 0;
    width: 100%;
    float:left;
}
#customCaptcha .error {
    width: 100%;
    clear: both;
    text-align: center;
    padding: 5px 0;
    display: none;
}
input.ActionBTNHOV {   
   background-image:url('../images/normalbtn.png');
   background-position:0 38px;
   text-decoration:none !important;    
   color:white ;   
   background-color:#517fa0 !important;    
   border: 1px solid !important;    
   border-color: #384d62  !important; 
   height:21px;  
   width:90px;
   line-height:1;
   }
   

   
input.NormalBTN {
   background-image:url('../images/normalbtn.png');
   
   font-family:Verdana !important; 
   font-weight:bold !important;	 
   cursor:pointer !important; 
   font-size:10px !important; 
   color:#165da3; 
   border: 1px solid !important;  
   border-color: #818080  !important; 
   margin-right:3px !important; 
   margin-left:3px;
   height:21px;
   width:90px;
   line-height:1;
   
   }
input.NormalBTNHOV {   
   background-image:url('../images/normalbtn.png');
   background-position:0 38px;
   text-decoration:none !important;    
   color:white ;   
   background-color:#517fa0 !important;    
   border: 1px solid !important;    
   border-color: #384d62  !important; 
   height:21px;  
   width:90px;
   line-height:1;

   }

.success { background: #EFEEEA;
width: 750px;

padding: 10px 10px;
border: 1px solid #ACA9A8;
 margin-left:auto; margin-right:auto;
 margin-top:30px;
 text-align:center;
 float:left;
}
.MessageError {border:1px solid red; background-color:#fef1f1; padding:20px; margin-right:40px;}
.loadingSpan{
    position:relative;
    display:none;
}
.loader{
    position:absolute;
    left:50%;
    top:50%;
    margin-left: 10px;
    margin-top: -7px;
    display:block;
}
#imageContainer{
    padding:0px 10px;
    margin:0px 10px;
}
