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

#customForm{  
padding: 10px;  background:url(images/form.jpg) no-repeat;width:430px;height:auto;margin:10px auto;
}  
#customForm label{  
display: block;  
color: #fff;  
font-weight: 700;  
line-height: 1.0em;
font-size:0.9em
}  
#customForm label span.red{margin-left:5px;color:#FF0000;font-weight:bold}
#customForm input{  
width: 220px;  
padding: 2px;  
color: #666;  
font-family: Arial,  Verdana, Helvetica, sans-serif;  
font-size: 11px;  
border: 2px solid #fff;  
}  
#customForm input.error{  
 
border: 2px solid #e77776;  
}  
#customForm textarea{  
width: 300px;  
height: 80px;  
padding: 6px;  
color: #666;  
font-family: Arial,  Verdana, Helvetica, sans-serif;  
font-style: italic;  
font-size: 12px;  
border: 2px solid #fff;  
}  
#customForm textarea.error{  
border: 2px solid #e77776;  
}  
#customForm div{  
margin-bottom: 15px;  
}  
#customForm div span{  
margin-left: 10px;  
color: #b1b1b1;  
font-size: 11px;  
font-style: italic;  
}  
#customForm div span.error{  
color: #fff;
}  
#customForm #send{  
background:url(images/send.jpg) no-repeat; height:30px;width:200px; 
color: #333;  
font-weight: 700;  
font-style: normal;  
border: 0; 
margin:0 auto;
cursor: pointer;  
}  
#customForm #send:hover{  
text-decoration:underline
}  
#error{  
margin-bottom: 20px;  
border: 1px solid #efefef;  
}  
#error ul{  
list-style: square;  
padding: 5px;  
font-size: 11px;  font-weight:bold   
}  
#error ul li{  
list-style-position: inside;  
line-height: 1.6em;
}  
#error ul li strong{  
color: #fff; 
}  
#error.valid ul li strong{  
color: #fff;  
}  