@CHARSET "UTF-8";
/******* GENERAL RESET *******/

/******* FORM *******/
#customForm{
	padding: 0px;
}

#customForm input.error{
	background: #f8dbdb;
	border: 1px solid #e77776;
	padding: 3px;
}

 #customForm select.error{
	background: #f8dbdb;
	border: 1px solid #e77776;
	padding: 2px; 	
 }

#customForm input.correct{
	background: #BFE79C;
	border: 1px solid #589324;
	padding: 3px;
}

#customForm select.correct{
	background: #BFE79C;
	border: 1px solid #589324;
	padding: 2px;
}

#customForm span{
	margin: 11px 0px 0px 10px;
	font-size: 11px;
	float: left;
	line-height: 20px;
}

#customForm span.error{
	color: #e46c6e;
	background: url(../images/thumb_down.jpg) left no-repeat;
	padding-left: 25px;
}

#customForm span.correct{
	color: #5F9D26;
	background: url(../images/thumb_up.jpg) left no-repeat;
	padding-left: 25px;
	
}

#customForm #send{
	background: #6f9ff1;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}

#customForm #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;
}
