/* FORM CONTACT */
.contactBlock { margin:auto; margin-top:30px; width:462px; }
#contactForm * { margin:6px; }
#contactForm input
{
	background-color:#F1F1F1;
	border:1px #e1e1e1 solid;
	color:#333;
}
.contactName { width:200px; }
.contactEmail { width:230px; }
#codetext { float:left; line-height:30px; margin-top:0px; font-size:12px; font-weight: bold; }
#code { 
	float:left;
	margin:0px !important;
	background-color:#FFF !important;
	border:1px #CCC solid;
}
#code * {
	margin:0px !important;
	float:left;	
}
#codigo {
	float:left;
	width:200px;
	text-align:center;
	background-color:#E1E1E1 !important;
	color:#000;
	border:2px #FFF solid !important;
	font-size:12px;
	margin-left:0px;
	padding:5px 0px;
}
#contactForm textarea
{
	background-color:#FFF;
	border:1px #e1e1e1 solid;
	color:#333;
	width:450px;
}
#contactSubmit
{
	float:right;
	background-color:#FFF !important;
	color:#7e4100 !important;
	font-size:14px;
	font-weight: bold;
	border:1px #7e4100 solid !important;
	padding:2px 6px !important;	
}
.error
{
	color:#FF0000 !important;
}

