/*------------------------------------------------contacto--------------------*/
#contacto{
	font-size:14px;
	color: #aaa; 
	margin-left:20px;
}
#contacto label{
	margin-top:20px;
}

#contacto input{
	padding-right:5px;
}
#contacto input.submit { color:#FFF; font-size:14px; border:inset; width:auto; border:none; margin:0; 
	-moz-border-radius-bottomleft:0.5em;
	-moz-border-radius-bottomright:0.5em;
	-moz-border-radius-topleft:0.5em;
	-moz-border-radius-topright:0.5em;
	padding:5px 10px; border:0px solid #5b5b5b;
	background: #1A46A9;
}
#contacto input.submit:hover{
	background: #ffffff;
	color:#1A46A9;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	padding-top:5px;
	display: none;
	font:normal 11px"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #008888; 
}
form.cmxform input.error, textarea.error, select.error { 
	padding:2px;
	border: #008888 1px solid; 
}
#box_ko{
	font:normal 13px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:10px;
	padding:25px;
	text-align:center;
	color: #A88600;
	border: #A88600 1px solid;
	background-color : #FFF3C6;
-moz-border-radius-bottomleft:1em;
-moz-border-radius-bottomright:1em;
-moz-border-radius-topleft:1em;
-moz-border-radius-topright:1em;
}
#box_ok{
	font:normal 13px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:10px;
	padding:25px;
	text-align:center;
	color: #e00000;
	border: #e00000 1px solid;
	background-color : #FFF4F4;
-moz-border-radius-bottomleft:1em;
-moz-border-radius-bottomright:1em;
-moz-border-radius-topleft:1em;
-moz-border-radius-topright:1em;
}
