#customForm {
margin-top:20px;
}
#customForm label{
	color: #ffffff;
}
#customForm input{
	width: 220px;
	padding: 6px;
	color:#333333;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}
#customForm input.error{
	background:#72C5F1;
	border-color:none
}
#customForm textarea{
	width: 350px;
	height: 80px;
	padding: 6px;
	color: #333333;
	font-size: 12px;
	border: 1px solid #cecece;
}
#customForm textarea.error{
	background: #72C5F1;
	border-color:none
}
#customForm div{
	margin-bottom: 10px;
}
#customForm div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#customForm div span.error{
	color: #72C5F1;
}
#customForm #send{
	background: #000000;
	color: #72C5F1;
	border:#666666 1px solid;
	cursor: pointer;
	width:150px;
}
#customForm #send:hover{
	background:#1B1B1B;
}
#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;
}
/******* /FORM *******/