.checkbox{
	width: 12px;
	height: 11px;
	margin-top: 3px;
	padding: 0px 5px 0 0;
	background: url(../immagini/icone/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	width: 8px;
	height: 8px;
	margin-top: 3px;
	padding: 0px 5px 0 0;
	background: url(../immagini/icone/radio.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.select {
	position: absolute;
	width: 115px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	padding: 1px;
	background: transparent url(../immagini/icone/select117.png) no-repeat;
	overflow: hidden;
	
	height: 16px;
	margin-right: 10px;
	font-size: 12px;
	font-style: italic;
	color: #666;
}
