

/******* FORM *******/
#customForm{
	padding: 0 10px 10px;
}
#customForm input{
	width: 220px;
	padding: 4px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #cecece;
}
#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm input.ok{
	background: #ffffff;
	border: 1px solid #cecece;
}
#customForm textarea{
	width: 300px;
	height: 80px;
	padding: 4px;
	color: #adaeae;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #cecece;
}
#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm textarea.ok{
	background: #ffffff;
	border-color: #cecece;
}
#customForm #send{
	width: 100px;
	background: #7da0ab;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#customForm #send:hover{
	background: #44616a;
}
#formMesg {
	margin: 10px 0;
	font-color: red;
	font-weight: bold;
}
#status {
	margin: 10px 0;
	font-color: red;
	font-weight: bold;
}
#status .redBlink {
	margin: 10px 0;
	color: red;
	font-weight: bold;
	
}
