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

Name: cmxform Styles

***********************************/
form.cmxform {
	font-size: 1.0em;
	color: #555;
	border:0px solid #ccc;
}

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

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

form.cmxform fieldset {
	border: none;
	background-color: transparent;
}

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 */
	font:normal 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: red;
	font-style: italic
}

div.error { display: none; }
input.name { width:200px; }
input {	border: 1px solid #ccc; }
input#accetto { border: 0px; }
input#campo1 { border: 0px; margin:3px 20px 0 0; }
input#newsletter { border: 0px; }
#newsletter_topics input { border: 0px; }
input:focus { border: 1px dotted #ccc; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; display:none; }

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

Use: cmxform template

***********************************/
#signupForm { width: 630px; padding:15px 0px; background-color: transparent; }
#signupForm label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
}
#newsletter_topics label.error {
	display: none;
	margin-left: 173px;
}
#richiesta label.error {
	display: none;
	margin-left: 173px;
}
#newsletter_topics legend {
	font:normal 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

form.cmxform fieldset {
	margin: 0px;
}

form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}

form.cmxform label {
	display: inline-block;
	font:normal 13px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#555;
	line-height: 1.8;
	vertical-align: top;
}

form.cmxform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
	font:normal 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

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;
}

form.cmxform label { width: 170px; } /* Width of labels */
form.cmxform label#privacy_label { width: 400px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 170px; } /* Width plus 3 (html space) */
form.cmxform label.error {
	margin-left: 170px;
	width: 220px;
}

form.cmxform input.submit {
	margin-left: 174px;
}

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */
