

/**********************************

Use: Main Screen Import

***********************************/
#commentForm { width: 300px; padding: 0 0 0 10px; margin: 0 0 0 20px; }
#commentForm label { width: 160px; height:15px;}
#commentForm label.error, #commentForm input.submit { margin-left: 0; display:block; margin-bottom: 0 0 2px 0 }

form.cmxform {
	width: 250px;
	color: #ffffff;
	background: url(../imagenes/fondoFormulario.png) no-repeat;
	display: block;
}

form.cmxform fieldset {
	border: none;
	padding: 25px 0 0 5px;
	background: url('../imagenes/fondo_form.png') no-repeat;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
}

form.cmxform #nombre {
	width: 210px;
}

form.cmxform #para {
	width: 108px;
	margin: 0 0 0 17px;
}

form.cmxform #hora {
	width: 69px;
	margin: 0 0 0 105px;
}

form.cmxform #dia {
	width: 40px;
	margin: 0 15px 0 10px;
}

form.cmxform #mes {
	width: 69px;
	margin: 0 15px 0 10px;
}

form.cmxform #telefono {
	width: 103px;
	margin: 0 0 0 47px;
}

form.cmxform #personas {
	width: 49px;
	margin: 0 0 0 62px;
}

form.cmxform #ubicacion {
	width: 70px;
	margin: 0 0 0 81px;
}

form.cmxform #area {
	width: 89px;
	margin: 0 0 0 89px;
}

form.cmxform #correo {
	width: 210px;
}

form.cmxform #comentario {
	width: 210px;
	margin: 0 0 0 0;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-size: 11px;
}

.submit {
	display: block;
	margin: 0 auto;
}

div.error { display: none; }
input {	border: 1px solid #3F2200; }
input:focus { border: 1px solid #E4701E; }
input.error { border: 1px solid red; }
form.cmxform .gray * { color: gray; }
textarea {border: 1px solid #3F2200; }
textarea:focus { border: 1px solid #E4701E; }
textarea.error { border: 1px solid red; }