/***** fieldsets *****/

fieldset {
	width: 90%;
	border: 1px solid #ddd;
	margin: 1em 0;
	padding: 0 15px 0 15px;
	clear: left;
} * html fieldset { padding-top: 0; }

legend {
	font-size: 110%;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif, "Arial";
	color: #0066cc;
	padding: 0 0.5em; /* Top and Bottom for IE7 */
} * html legend { margin-bottom: 5px; padding: 0 0.5em; }

legend span {
	color: #999;
	font-size: 90%;
	letter-spacing: 0;
}

fieldset label.error {
	color: #ff0000;
	}

fieldset div {
	padding: 0.2em 0;
	clear: left
}

.fieldset-footer {
	margin: 0;
	padding: 2px;
	clear: left;
	top: 15px;
}

fieldset fieldset input {
	font-size: 100% !important;
}

.form-large .form-text-listino, .form-large .form-text-breve, .form-large .form-text-breve-errore, .form-large .errore, .form-large .form-text-esteso, .form-large .form-text-esteso2, .form-large .form-text, .form-large .form-text-variable, .form-large textarea, .form-large select, .form-large select.errore {
	font-size: 80%;
	background: #f4f9ff url(/admin/images/sfondo_form.jpg) repeat-x;
	border: 1px solid #cccccc;
	color: #000000;
	padding: 2px;
}

.form-large .form-text, .form-large .errore {
	width: 230px;
	padding: 3px;
}

.form-large .form-text-listino {
	width: 200px;
	padding: 3px;
}

.form-large .errore {
	background: #ff0000;
	color: #ffffff;
}

.form-large .form-text-breve {
	width: 50px;
	padding: 3px;
}

.form-large .form-text-breve-errore {
	width: 50px;
	background: #ff0000;
	color: #ffffff;
	padding: 3px;
}

.form-large .form-text-esteso {
	width: 600px;
	padding: 3px;
}

.form-large .form-text-esteso2 {
	width: 550px;
	padding: 3px;
}

.form-large .button1 {
	font-size: 14px;
}

.form-large select {
	font-size: 100%;
	padding: 1px 0;
	border: 1px solid #cccccc;
}

.form-large select.erroreselect {
	background: #ff0000;
	color: #ffffff;
}

.form-large input {
	font-size: 80%;
	padding: 3px 7px !important;
}

.form-large div {
	padding-bottom: 5px;
	clear: left;
}

.form-large div.c {
	padding-bottom: 5px;
	display: inline;
}

.form-large .inline {
	float: left;
	clear: none;
	padding-right: 5px;
}

.form-large label.form-desc {
	font-family: Verdana, Arial, sans-serif, "Arial";
	font-size: 11px;
	color: #999;
	margin-bottom: 0.3em;
	margin-top: 0;
	display: block;
}

.form-large label.form-desc2 {
	font-family: Verdana, Arial, sans-serif, "Arial";
	font-size: 11px;
	color: #999;
	margin-bottom: 0.3em;
	margin-top: 0;
	clear: left;
}

.form-note {
	font-family: Verdana, Arial, sans-serif, "Arial";
	font-size: 11px;
	color: #999;
	margin-bottom: 0.3em;
	margin-top: 0;
	display: block;
}

.form-note ul {
	margin-top: 0;
	}

.form-note-titolo {
	font-family: Verdana, Arial, sans-serif, "Arial";
	font-size: 12px;
	font-weight: bold;
	color: #999;
	margin-bottom: 0.3em;
	margin-top: 0;
	display: block;
}

.form-large label {
	width: 300px;
	height: 25;
	line-height: 25px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif, "Arial";
	color: #666666;
	}

.form-large label.form-checkbox {
	width: 200px;
	float: none;
}

.form-large label span {
	font-size: 80%;
	font-weight: normal;
	color: #999;
	letter-spacing: 0;
}