/**********************************

Use: cmxform template

***********************************/
form.cmxform fieldset {
	margin-bottom: 10px;
	margin-top:0px;
}

form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}

form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
}

form.cmxform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}

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: 220px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 223px; } /* Width plus 3 (html space) */
form.cmxform label.error {
	margin-left: 223px;
	width: 120px;
}

form.cmxform input.submit {
	margin-left: 223px; 
}

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */
/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	width: 480px;
		/* tamano de las letras de la forma (labels) */
	font-size: 0.8em;
	color: #333;
}

form.cmxform legend {
	padding-left: 0;
}
	/* color de las letras de la forma (labels) */
form.cmxform legend, form.cmxform label, form.cmxform p {
	color: #666666;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #CCCCCC; /* color de la linea del primer titulo */
	/*background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;*/
	background-color: #E8E8E8;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 2px 10px 3px; /* spacing between lines */
	border-top: 1px solid #CCCCCC;
	/*background: url(../images/cmxform-divider.gif) left bottom repeat-x;*/
}

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; }
textarea {	border: none; }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
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:700;padding:5px 0 0;color:#f30;margin:0 0 0 223px;}



