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

Name: cmxform Styles

***********************************/
form.cmxform {
	width: 270px;
	font-size: 1em;
	margin: 5px 0;
	padding: 0;
}

form.cmxform legend {
	padding-left: 0;
}

form.cmxform legend, form.cmxform label {
	color: #fff;
}

form.cmxform fieldset {
	border: none;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
	border-bottom: dotted 1px #999;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #F60;
	font-style: italic
}
div.error { 
	display: none; 
}
input, textarea, select {
	background: #DDD;
	border-width: 1px;
	padding: 2px;
}
input:focus, textarea:focus, select:focus {
	background: #FFF;
}
input:hover, textarea:hover, select:hover {
	background: #FFF;
}
input.error { 
	border: 1px solid orange; 
}
form.cmxform .gray * { 
	color: gray; 
}
.boton {
	background: #444;
	border-color: #999999 #000000 #000000 #999999;
	border-style: solid;
	border-width: 1px;
	color: #DC6809;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 15px 3px;
	text-align: center;
	margin-top: 5px;
}
.boton:hover, .boton:active, .boton:focus {
	background: #444 none repeat scroll 0 0;
}

