tr.form-section {
    background-color: #d0d0d0;
	color: #000000;
  vertical-align:top;


}

td.form-label {
    background-color: #e9e9e9;
    text-align: right;
    padding-left: 12px; 
    padding-right: 12px;
    font-family: tahoma,verdana,arial,helvetica,sans-serif;    font-size: 11px;
vertical-align:top;

}

td.form-label-error {
    background-color: #ffaaaa;
    text-align: right;
    padding-left: 12px; 
    padding-right: 12px;    font-size: 11px;
}

td.form-widget {
    padding-right: 12px;    font-size: 11px;
vertical-align:top;

}

td.form-widget-error {
    padding-right: 12px;    font-size: 11px;
border: 1px dotted red;
}

div.form-error {
    font-family: tahoma,verdana,arial,helvetica,sans-serif; 
    color: red; 
    font-size: 100%;
}

div.form-help-text {
    margin-top: 4px; 
    margin-bottom: 2px; 
    color: #666666; 
    font-family: tahoma,verdana,arial,helvetica,sans-serif;    font-size: 11px;
}

span.form-required-mark {
    color: red;
}

li {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	list-style-image: url(/resources/freccetta2.gif);
	text-decoration: none;
	list-style-position: inside;
	list-style-type:square;
}

a.colore {
	font-weight: normal;
	color: #FF3300;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
}

a.colore:hover {
	color: #003366;
	text-decoration: underline;
	font-size: 11px;
}


