/*personalizar formulário*/

span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(radio.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: relative;
	width: 270px;
	_width: 270px;
	height: 22px;
	padding-left:15px;
	padding-top:3px;
	color: #fff;
	font-size:11px;
	font-family: Trebuchet MS;
	font-weight:bold;
	background: url(../images/select.png) no-repeat;
	_background: none!important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
	(src='../images/select.png',sizingMethod='image')!important;
	overflow:hidden;
	z-index:5;
	cursor:pointer;
}
.flutuante{
	position:absolute; 
	background-color:#e1d9d0; 
	font-family: Trebuchet MS;
	font-size:11px;	
	z-index:999;
	width:270px;
	border:1px solid  #666666;
	margin-top:21px;
	height:70px;
	color:#666666;
	overflow:auto;
}
.flutuante div{
	font-size:11px;
	text-decoration:none;
	padding:2px;
	cursor:pointer;
}
.futuanteHover{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#c8beb4;
	cursor:pointer;
}