span.checkbox{
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio{
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select{
	background: url('../img/select.png') right center no-repeat;
	background-color:white;
	border:1px solid #DBDFE6;
	color: #000;/* Preto */
	font: 12px/21px 'Arial', 'sans-serif';
	height: 21px;
	overflow: hidden;
	padding: 0 4px 0 8px;
	position: absolute;
	width: 56px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
}
select #teste{
	border:1px solid red;
	color:red;
}