/**********************************

Use: cmxform template

***********************************/
/*form.cmxform fieldset {
	margin-bottom: 10px;
	margin-top:0px;
	border: none;
	border-top: 1px solid #CCCCCC; 
	background-color:#CCDBEA;	
}

form.cmxform legend {
	padding: 0 2px 0 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	font-weight: bold;
	_margin: 0 -7px; *//* IE Win */
/*	display: inline-block; /* IE Mac legend fix */
/*}

form.cmxform label {
	display: inline-block;
	line-height: 1.5;
	vertical-align: top;
	text-align: right;
	cursor: hand;
}

form.cmxform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform fieldset button {
	padding: 5px; 
	margin-left: 323px; /* margin entry button */
/*}

form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

/* Basicamente estos son los campos que hay que ajustar para una nueva instalacion - desde aqui*/
/*form.cmxform label { width: 460px;} /* Width of labels */
/*form.cmxform select { width: 275px;} /* Width of select */
/*form.cmxform textarea { width: 275px; display: inline-block; vertical-align: top;} /* Width of textarea */
/*form.cmxform fieldset fieldset label { margin-left: 463px;} /* Width plus 3 (html space) */
form.cmxform label.error {
	margin-left: 160px;
	width: 245px;
}

/*form.cmxform input.submit {
	margin-left: 323px; 
}

/**********************************

Name: cmxform Styles

***********************************/
/*form.cmxform {
	width: 425px;*/
		/* tamano de las letras de la forma (labels) */
/*	font-size: 1em;
	color: #333;
}

	/* color de las letras de la forma (labels) */
/*form.cmxform label, form.cmxform p {
	color: #666666;
}


form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 6px 10px 3px; /* spacing between lines */
/*	border-top: 1px solid #CCCCCC;
}*/

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
div.error { display: none; }
/*input {	border: none; height:25px; }
select { border: none; height:25px; }
textarea {	border: none;}
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
input.radio {  width:20px; size:5px; border:none; background:none; }
form.cmxform .gray * { color: gray; }


 * User feedback
 -----------------------*/
/* nota: no eliminar estas definiciones, le dan la caracteristica al mensaje de error */
.yay, .oops     {font-size:.8em;text-align:center;padding:10px;color:#fff;font-weight:700;}
.yay            {background:#090;}
.oops           {background:#f30;}
/* aqui se define la posicion, tipo de letra y colores del mensaje de error despues del submit */
div.error       {font-size:1em;font-weight:900;padding:5px 0 0;color:#f30;margin:0 0 0 160px;}


