required {
	display: block;
}
optional {
	display: block;
}

form {
	font-family: verdana, arial, sans-serif;
}

fieldset {
	border: 0px solid #000;
	border-top: 1px solid #000;
	margin: 0.3em;
	line-height: 1.2em;
}

.errore {
	font-weight: bold;
	color: #fff;
	background-color: #f00;
}

fieldset .errore {
	width: 160px;
	font-weight: bold;
	color: #fff;
	background-color: #f00;
	float: left;
	margin-bottom: 0.3em;
}

label {
	display: block;
	width: 300px;
	float: left;
	line-height: 2em;
	font-weight: bold;
	color: #003366;
}

.labelRadio_old {
	display : inline;
	width : auto;
	float : none;
	margin-right : 1em;
}

.labelRadio {
	display : inline;
	width : auto;
	float : none;
	/*clear : both;*/
	margin-right : 1em;
}

input, select {
	width: 236px;
	height: 15px;
	background: url(../img/input.gif) no-repeat left top;
	border: none;
	padding: 4px 8px;
	font-size: 12px;
}

input.radio {
	width : auto;
}

legend {
	font-size: 1.5em;
	line-height: 3em;
	font-weight: bold;
}

space {
	color: #ffffff;
	position: relative;
}

form small {
/*	display : block;*/
	float : right;
	width: 100px;
}

input.submit {
	width: 100px;
	height: 26px;
	color: #FFF;
	font-weight: bold;
	padding: 2px 5px;
	background: url(../img/button.gif) no-repeat left top;
	cursor: pointer;
	border: none;
}

input.inputSubmit {
	width: 100px;
	height: 26px;
	color: #FFF;
	font-weight: bold;
	padding: 2px 5px;
	background: url(../img/button.gif) no-repeat left top;
	cursor: pointer;
	border: none;
}

div#risultati {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006600;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #BA9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

caption {
	padding: 0 .4em .4em;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	color: #453827;
	background: transparent;
}

tr {
	
}

td {
	border: 1px solid #BBAA99;
	padding: .3em;
	font-size: 0.9em;
	color: #666;
}

th {
	color: #FFCC00;
	font-weight: bold;
}

thead th,tfoot th,tfoot td {
	border: 1px solid #BA9;
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	background: #BA9 url("../img/thbg.gif") repeat-x top left;
	color: #FFF;
}

tbody th,thead th,tbody td {
	vertical-align: top;
	text-align: left;
}

tbody tr:hover td,tbody tr:focus td,tbody tr:hover th,tbody tr:focus th
	{
	background: url("../img/shimx.gif") repeat-x top left;
	color: #000;
}

tr.odd {
	background: url("../img/shim.gif") repeat-x top left;
}

li div.label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
	font-size: 14px;
}
