#contacto label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: bold;
	font-size:11px;
	margin-left: 2px;
}
#contacto div.error { display: none; }
#contacto input,textarea {	border: 1px solid black; width:185px }
#contacto input:focus { border: 1px dotted black; }
#contacto input.error { border: 1px dotted red; }
#contacto textarea:focus { border: 1px dotted black; }
#contacto textarea.error { border: 1px dotted red; }
#contacto input.borrar {width:70px; background-color: #DDDDDD; color: #666666; border: 0px solid #accfe8;}
#contacto input.submit {width:70px; background-color: #DDDDDD; color: #666666; border: 0px solid #accfe8;}


#contactoP label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: bold;
	font-size:11px;
	margin-left: 2px;
}
#contactoP div.error { display: none; }
#contactoP input,textarea {	border: 1px solid #999999; width:150px }
#contactoP input:focus { border: 1px dotted #999999; }
#contactoP input.error { border: 1px dotted red; }
#contactoP textarea:focus { border: 1px dotted #999999; }
#contactoP textarea.error { border: 1px dotted red; }
#contactoP input.borrar {width:70px; background-color: #DDDDDD; color: #666666; border: 0px solid #accfe8;}
#contactoP input.submit {width:70px; background-color: #DDDDDD; color: #666666; border: 0px solid #accfe8;}