/* @override http://www.garfagnanapress.it/form.css */

span.checkbox {
background: transparent url(images/form/checkbox.png) no-repeat scroll 0 0;
	height: 40px;
	width: 30px;
	display: block;
	float: left;
	padding: 0 5px 0 0;
	cursor: pointer;
	margin-right: 10px;
}

span.select {
	background: transparent url(images/select.jpg) no-repeat scroll 0 0;
	color: #000;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	width: 330px;
	text-indent: 15px;
	float: right;
}

span.radio {
	background: transparent url(images/form/radio.png) no-repeat scroll 0 0;
	display: block;
	height: 40px;
	padding: 0 5px 0 0;
	width: 35px;
	float: left;
	cursor: pointer;
}
