
/******* /CONTAINER *******/
/******* FORM *******/
#customForm{
	text-align:left;
}
#customForm label{
	display: block;
}
#customForm input{

	border: 1px solid  #9F9795; height:18px;
}

#customForm submit{

	border: px solid  #9F9795; height: auto;
}

#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}


#customForm div span{
	margin-left: 10px;
	color: black;
	font-size: 11px;
	font-style: italic;
}
#customForm div span.error{
	color: #e46c6e; color:#C3544F; font-weight:bold;
}

#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 *******/
