/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
	width: 100%;
	font-size: 1.0em;
	color: #333;
}

form.cmxform legend {
    color:#FF3300;
	padding-left: 0;
	margin-bottom:8px;
	font-size:14px;
}

form.cmxform label {
	color: #333;
}

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(/images/sito/cmxform-fieldset.gif) left top repeat-x;
	background-color: #F8FDEF;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 5px 10px 7px;
}

form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	display: none;
	color: red;
	font-style: italic
}
div.error { display: none; }

form.cmxform input {
  border-color:#ABADB3 #DBDFE6 #E3E9EF #E2E3EA;
  border-style:solid;
  border-width:1px;
  margin-left:15px;
}

textarea {
  border-color:#ABADB3 #DBDFE6 #E3E9EF #E2E3EA;
  border-style:solid;
  border-width:1px;
  margin-left:15px;
	}

input:focus { border: 1px solid #0099FF; }
textarea:focus { border: 1px solid #0099FF; }
input.error { border: 1px dotted red; }