@charset "utf-8";
/* CSS Document */
#customForm{  
height:auto;margin:2px auto;font-size:0.9em
}  
#customForm label{  
display: block;  width: 150px;
color: #fff;  text-align:right;
font-weight: 700;  
line-height: 1.0em;
font-size:0.9em;float:left;clear:left;
}  
#customForm label strong.red{margin-left:5px;color:#FF0000;}
#customForm input{  
width: 170px;  float:left;
padding: 1px;  margin:0 0 0 10px;
color: #666;  
font-family: Arial,  Verdana, Helvetica, sans-serif;  
font-size: 11px;  
border: 1px solid #cecece;  
}  
#customForm input.error{  
background: #f8dbdb;  
border-color: #e77776;  
}  
 
#customForm div{
width:350px;float:left;
margin:10px 0 0 0;padding:0;
}  
*html #customForm div{margin:5px 0 0 0;}
#customForm div span{width:100%;height:12px;float:left;float:right;text-align:center;   }
#customForm div p{  
margin: 0px;  padding:0;
color: #333;  text-align:center;  
font-size: 11px;  

}  

#customForm div p.error{  width:100%;
color: #fff;text-align:center;  
}  
#customForm input.send{background:url(images/button.jpg) no-repeat;width:180px;height:32px;padding:0;border:none;cursor:pointer;margin:0px 75px;*margin-top:0px;display:inline;font-weight:bold;}

#error{  
margin-bottom: 20px;  
border: 1px solid #efefef;  
}  
#error ul{  
list-style: square;  
padding: 5px;  
font-size: 11px;  
}  
#error ul li{  
list-style-position: inside;  
line-height: 1.6em;  
}  
#error ul li strong{  
color: #e46c6d;  
}  
#error.valid ul li strong{  
color: #93d72e;  
}  