
/******* CONTAINER *******/
#form_container{
	/*width: 600px;
	margin: 40px auto;*/
	text-align: left;
}
/******* /CONTAINER *******/
/******* FORM *******/
#customForm{
	/*padding: 0 10px 10px;*/
}
#customForm label{
	display: block;
	color: #797979;
	font-weight: 700;
	line-height: 1.4em;
}
#customForm input{
	/*width: 220px;*/
	padding: 5px;
	color: #000;
	font-family: sans-serif;
	font-size: 12px;
	border: 1px solid #cecece;
}
#customForm input.error{
	background: #f8dbdb url(exclamation.gif)  no-repeat right center;
	border-color: #e77776;
}
#customForm textarea{
	/*width: 550px;
	height: 80px;
	padding: 5px;*/
	color: #000;
	font-family: sans-serif;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #cecece;
}
#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm div{
	/*margin-bottom: 15px;*/
}
#customForm div span{
	margin-left: 10px;
	color: #999999;
	font-size: 12px;
	font-style: italic;
}
#customForm div span.error{
	color: #e46c6e;
}

#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: 12px;
}
#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 *******/