@charset "utf-8";
/* CSS Document */

#customForm2{  
padding: 0 10px 10px 10px;border:1px solid #336699;width:320px;height:auto;margin:5px 0 30px 0;float:left;
}  
#customForm2 label{  
display: block; width: 220px; 
color: #797979;  height:25px;
font-weight: 700;  margin-top:10px;
line-height: 1.0em;
font-size:0.9em; float:left;
}  
#customForm2 label strong{margin-left:5px;color:#FF0000;}
#customForm2 input{  
width: 220px; 
padding: 2px;  float:left;
color: #666;  
font-family: Arial,  Verdana, Helvetica, sans-serif;  
font-size: 11px;  
border: 1px solid #cecece;  
}  
#customForm2 input.error{  
background: #f8dbdb;  
border-color: #e77776;  
}  
#customForm2 textarea{  
width: 300px;  
height: 80px;  
padding: 6px;  
color: #666;  
font-family: Arial,  Verdana, Helvetica, sans-serif;  
font-style: italic;  
font-size: 12px;  
border: 1px solid #cecece;  
}  
#customForm2 textarea.error{  
background: #f8dbdb;  
border-color: #e77776;  
}  
#customForm2 div{  
margin-bottom: 15px;  
}  
#customForm2 div span{  
margin-left: 10px;  
color: #b1b1b1;  
font-size: 11px;  
font-style: italic;  
}  
#customForm2 div span.error{  
color: #e46c6e;  clear:both;float:left;height:25px;
}  
#customForm2 #send{  
background: #336699;  
color: #fff;  
font-weight: 700;  float:left;
font-style: normal;  
border: 0;  
cursor: pointer;  
}  
#customForm2 #send:hover{  
background: #79a7f1;  
}  
#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;  
}  