@CHARSET "UTF-8";
/******* FORM *******/
#customForm input{
	padding: 4px;
	}
/*	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
	display: block; 
	height:17px;
*/

/*
#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm textarea{
	padding: 4px;
	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: 10px;
}
#customForm div span{
	color: #b1b1b1;
	font-style: italic;
}
#customForm div span.error{
	color: yellow;
	font-size: 0.7em;
}

#customForm div span.oculta{
	display: none;
}

#customForm #send{
	background: #c2ff00;
	color: #000;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
	padding:4px;
}
#customForm #send:hover{
	background: #c60065;
	color:white;
}
#error{
	margin:15px 0 10px;
	/*  border: 1px solid #efefef;	width:409px; */
	
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 0.9em;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #fff;
}
#customForm p label{
background-color: transparent;
color:#999;
display:block;
margin:5px 5px 5px 10px;
padding:0;
left:0;
position:absolute;
top:0;
font-size:0.85em;
}



/******* /FORM *******/
