@charset "utf-8";
/* CSS Document */
form{margin:10px 0 0 5px;padding:0;}
#customForm{ 
padding:0 5px;width:270px;height:410px;margin:0px 0 0 7px;
} 
#customForm br{display:none;}
#customForm label{  
display: block;  padding-bottom:5px;
color: #333;  
font-weight: 700;  
line-height: 0.9em;margin-bottom:0;
font-size:12px;*margin-top:5px;
}  
#customForm label span.red{float:left;clear:both;
color: #b1b1b1;  
font-size: 11px;  
font-style: italic;
height:20px;
width:200px;}
#customForm input{  
width:200px;
float:left;clear:right;
padding: 2px;  margin:0 auto;
color: #666;  
font-family: Arial,  Verdana, Helvetica, sans-serif;  
font-size: 11px;  
border: 1px solid #cecece;  *margin-left:-20px;
}  
#customForm input.error{  
background: #f8dbdb;  
border-color: #e77776;  
}  
#customForm div{  
position:relative; 
margin:0 0 0 20px;  padding:0;float:left;
}  
#customForm div .span{  
width:260px;height:16px;margin:0 0 10px 0;float:left;display:block
}  
#customForm div .span.error{  

}  
#customForm #send{float:left;
color: #fff; margin-left:21px;
font-weight: 700;  
font-style: normal;  
border: 0;  width:160px;height:40px;
cursor: pointer;  
}  
#customForm #send:hover{  

}  
#error{  
display:none;
border: 1px solid #efefef;  
}  
#error ul{  
list-style: square;  
padding: 5px;  
font-size: 11px;  
}  
#error ul li{  

}  
#error ul li strong{  
color: #e46c6d;  
}  
#error.valid ul li strong{  
color: #93d72e;  
}

#customForm div .span p.error{display:block;padding:0px 0 0 0px;
color:#CC0000;  margin:0;text-align:left;}
