body {
	font: 0.8em/21px arial,sans-serif;
}

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 183px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	margin-left:2px;
	padding: 0 0 0 6px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(http://seriezona.com/img/select.png) no-repeat;
	overflow: hidden;
}

.opci {
	background-color:#333;
	color:#FFF;
}

.option:hover { background-color:#9F6; }
option:hover { background-color:#9F6; }
.select option:hover { background-color:#9F6; }
.opci option:hover { background-color:#9F6; }


