/******* FORM *******/

#customForm{

	padding: 0 10px 10px;

}

#customForm label{

	display: block;

	color: #797979;

	font-weight:normal;

	font-size:13px;



	}

#customForm input{

	width: 220px;

	padding: 6px;

	color: #949494;

	font-family: Arial,  Verdana, Helvetica, sans-serif;

	font-size: 11px;

	border: 1px solid #cecece;

}

#customForm input.error{

	background: #f8dbdb;

	border-color: #e77776;

}

#customForm textarea{

	width: 550px;

	height: 80px;

	padding: 6px;

	color: #adaeae;

	font-family: Arial,  Verdana, Helvetica, 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{

	color: #b1b1b1;

	font-size: 11px;

	font-style: italic;

}

#customForm div span.error{

	color: #e46c6e;

}

#customForm #send{

	width:80px;

	height:26px;

	background:url(images/login_but_bg.jpg);

	color: #fff;

	font-style: normal;

	border: 0;

	cursor: pointer;

	float:left;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;



}

#customForm #send:hover{

	background: #79a7f1;

}



#customForm1{

	padding: 0 10px 10px;

}

#customForm1 label{

	display: block;

	color: #797979;

	font-weight:normal;

	font-size:13px;



	}

#customForm1 input{

	width: 220px;

	padding: 6px;

	color: #949494;

	font-family: Arial,  Verdana, Helvetica, sans-serif;

	font-size: 11px;

	border: 1px solid #cecece;

}

#customForm1 input.error{

	background: #f8dbdb;

	border-color: #e77776;

}

#customForm1 textarea{

	width: 550px;

	height: 80px;

	padding: 6px;

	color: #adaeae;

	font-family: Arial,  Verdana, Helvetica, sans-serif;

	font-style: italic;

	font-size: 12px;

	border: 1px solid #cecece;

}

#customForm1 textarea.error{

	background: #f8dbdb;

	border-color: #e77776;

}

#customForm1 div{

	margin-bottom: 15px;

}

#customForm1 div span{

	color: #b1b1b1;

	font-size: 11px;

	font-style: italic;

}

#customForm1 div span.error{

	color: #e46c6e;

}

#customForm1 #send1{

	width:70px;

	height:26px;

	background:url(images/login_but_bg.jpg);

	color: #fff;

	font-style: normal;

	border: 0;

	cursor: pointer;

	float:left;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;



}

#customForm1 #send:hover{

	background: #79a7f1;

}

#error{

	margin-bottom: 20px;

	border: 1px solid #efefef;

}

#error ul{

	list-style:circle;

	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 *******/