@charset "utf-8";
/* CSS Document */

/******* FORM *******/
#customForm{
	font-weight: normal;
	font-size: 12px;
	text-align: justify;
	font-family: "Century Gothic";
	font-size: 12px;
}
#customForm label{
	padding-bottom: 5px;
	float: left;
	width: 80px;
}
#customForm input[type="text"]{
	width: 275px;
	height: 18px;
	color: #333;
	font-size: 11px;
	border: 1px solid #999;
	background-color: #FFF;
	display: block;
	font-weight: bold;
}
#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
	color: #F00;
}
#customForm textarea{
	width: 275px;
	height: 70px;	
	color: #333;	
	font-size: 11px;
	border: 1px solid #999;
	background-color: #FFF;
	font-weight: bold;
}
#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
	color: #F00;
}
#customForm div{
	margin-bottom: 10px;
	clear: left;
}
#customForm div span{
	margin-left: 80px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#customForm div span.error{
	color: #e46c6e;
}
#customForm #send{
	background: url(../images/fondoboton.jpg);
	color: #CCC;
	border: 0;
	cursor: pointer;
	width: 65px;
	height: 22px;
	font-size: 12px;
	padding-bottom: 3px;
}
#customForm #send:hover{
	background: url(../images/fondoboton_hover.jpg);
	color: #3d3a37;
}

#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 2px;
	font-size: 11px;
}
#error ul li{
	background: none;
	list-style-position: inside;
	line-height: 12px;
}
/*#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	font-weight: bold;
}*/
/******* /FORM *******/