.checkbox, .radio {
	width: 24px;
	height: 20px;
	padding: 0 6px 0 0;
	background: url(checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.png) no-repeat;
}
.select {
	color: #4b4b4b;
	font-size:1.5em;
	font-size:1.5rem;
	line-height:40px;
	position: absolute;
	width: 100%; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	min-width:70px;
	height: 40px;
	padding: 0 28px 0 20px;
	background: #fff url(select.png) right center no-repeat;
	overflow: hidden;
	border:1px solid #cccccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
select.styled{ min-width:69px;}
.form-select select{ margin:0;}
	

select option{
	display: block;
	padding: 5px 0;
	text-indent: 20px;
}

.mpa .select {
	line-height:35px;
	height: 35px;
}
.mpa .select, .mpa select, .search-filtro .form {
	font-size:1.4em;
	font-size:1.4rem;
}
.mpa select{ height:35px;}
