@charset "utf-8";
/* CSS Document */
label,input.casella, select.scelta, textarea.campotesto {
	display: block;
	width: 158px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
	font-size: 1.1em;
}
label.reg {
	text-align: right;
	width: 158px;
	padding-right: 20px;
	font-size: 1.1em;
	font-weight: bold;
}
br.form {
	clear: left;
}
input.caselladata {
	display: block;
	width: 150px;
	margin-bottom: 2px;
	float: none;
}
#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: lightyellow;
	width: 150px; /*Default width of hint.*/
	padding: 3px;
	border:1px solid black;
	line-height:18px;
	z-index:100;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	visibility: hidden;
	color: #000000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 1.2em;
	padding-left: 10px;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

