

.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.png) no-repeat;
	display: block;
	/*clear: left;*/
	float: left;
}
.radio {
	background: url(radio.png) no-repeat;
}
.select {
	position: absolute;
	width: 135px; /* Incluido el padding included, el width is 190 pixels: el ancho de la imagen */
	height: 26px;
	padding: 0 24px 0 8px;
	color: #666;
	font: 12px/21px arial,sans-serif;
	background: url(select.png) no-repeat;
	overflow: hidden;
}


.selectMini {
	position: absolute;
	width: 36px; /* Incluido el padding included, el width is 190 pixels: el ancho de la imagen */
	height: 26px;
	padding: 0 24px 0 8px;
	color: #666;
	font: 12px/21px arial,sans-serif;
	background: url(select.png) no-repeat;
	overflow: hidden;
}

.flechita  {
border: 1px solid #ccc;
background: url(select.png) no-repeat 298px 3px #fff !important;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
