.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.4em;
	font-size:1.4rem;
	line-height:32px;
	position: absolute;
	width: 100%; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	min-width:70px;
	height: 32px;
	padding: 0 28px 0 10px;
	background: #f1f9fb url(select.png) right center no-repeat;
	overflow: hidden;
	border:1px solid #f1f9fb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
select.styled{ min-width:69px;}
.form-select select{ margin:0;}
select{
	background-color: #f1f9fb;
	height:32px;
	border:none;
}
select option{
	display: block;
	padding: 5px 0;
	text-indent: 10px;
}

.background-color .select, .indicador-interno .select {
	font-size: 1.3em;
	font-size: 1.3rem;
	background: #fff url(select.png) right center no-repeat;
	border:1px solid #fff;
}
.background-color select, .indicador-interno select{
	background-color: #fff;
	height:35px;
	border:none;
}

.indicador-interno .select{
	border: 1px solid #535353;
}