/* definizioni generiche per i form */

div.form_privacy {
/*	float: left;*/
	width: 405px;
	height: 58px;
	overflow: auto;
	margin: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px solid #00335f;
	background: #e0e0e0;
	color: #555555;
	font-size: 11px;
	text-align: left;
}

div.form_privacy p {
	margin: 0px;
	font-size: 11px !important;
}

div.form_contatti {
	width: 418px;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 11px;
}

input.text,
div.form_section div.field_small input {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #00335f;
	background: #f0f0f0;
	color: #676767;
	font-size: 11px;
}

div.form_contatti input.text {
	width: 274px;
}

div.form_contatti select {
	width: 280px;
	border: 1px solid #00335f;
	background: #f0f0f0;
	color: #676767;
}

div.form_contatti textarea {
	border: 1px solid #00335f;
	width: 405px;
	height: 80px;
	font-family: arial, freesans, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background: #f0f0f0;
	color: #676767;
}

div.form_contatti div.formrow,
div.form_contatti div.formrow_small {
	clear: left;
	margin-top: 8px;
	margin-bottom: 8px;
}

div.form_contatti div.formrow_floater {
	float: left;
	width: 300px;
	margin-top: 8px;
	margin-bottom: 8px;
}

div.form_contatti div.formrow_side {
	float: left;
	width: 70px;
	margin-top: 8px;
	margin-bottom: 8px;
}

div.form_contatti div.formrow_side input.text,
div.form_contatti div.formrow_small input.text {
	width: 50px;
}

input.button {
	width: 80px;
	font-size: 11px;
	background-color: #559a27;
	border: solid 1px #00335f;
	color: #ffffff;
	cursor: pointer;
}

div.form_input_reset {
	float: left;
	display: inline;
	padding-left: 20px;
}

div.form_input_submit {
	float: left;
	display: inline;
	padding-left: 220px;
}

/* lavora con noi */

div.form_lavora {
	width: 610px;
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 11px;
}

div.form_lavora select {
	border: 1px solid #00335f;
	background: #f0f0f0;
	color: #676767;
	font-size: 11px;
}

div.form_section {
	width: 610px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}

div.form_section h2 {
	color: #00335f;
	font-size: 15px;
	margin-bottom: 4px;
}

div.form_section div.field_small,
div.form_section div.field_mid {
	height: 4em;
}

div.form_section div.field_small {
	float: left;
	width: 203px;
}

div.form_section div.field_small input.text,
div.form_section div.field_small select {
	width: 160px;
}

div.form_section div.field_mid {
	float: left;
	width: 406px;
}

div.form_section div.field_mid input.text {
	width: 363px;
}

div.form_section div.field_large,
div.form_section div.field_descr {
	clear: left;
	width: 610px;
}

div.form_section div.field_descr {
	padding-bottom: 16px;
}

div.form_section div.field_large input.text {
	width: 566px;
}

div.form_section div.field_small select.formmail_d {
	width: 60px;
}

div.form_section div.field_small select.formmail_m {
	width: 84px;
}

div.form_section div.field_small input.formmail_y {
	width: 32px;
}

div.form_section div.field_small input.cap {
	width: 40px;
}

div.form_section div.field_radiolabel,
div.form_section div.field_radiobin,
div.form_section div.field_radioside {
	float: left;
	height: 3.1em;
	padding-top: .5em;
	border-bottom: 1px dotted #cccccc;
}

div.form_section div.field_radiolabel {
	width: 300px;
}

div.form_section div.field_radiobin {
	width: 106px;
}

div.form_section div.field_radioside {
	width: 203px;
}

div.form_section div.field_sep {
	clear: both;
	height: 20px;
	overflow: hidden;
}

div.form_section div.field_checkgroup {
	float: left;
	width: 280px;
	padding-right: 20px;
}

div.form_section div.field_checkgroup div.form_label {
	font-weight: bold;
}
