/*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: 235px;
	_width: 235px;
	height: 23px;
	padding-left:15px;
	padding-top:3px;
	color: #fff;
	font-size:11px;
	font-family: Trebuchet MS;
	font-weight:bold;
	background: url(../images/selectLojaHome.gif) no-repeat;
	overflow:hidden;
	z-index:5;
	cursor:pointer;
}
.flutuante{
	position:absolute; 
	background-color:#e1d9d0; 
	font-family: Trebuchet MS;
	font-size:11px;	
	z-index:999;
	width:210px;
	border:1px solid  #666666;
	margin-top:21px;
	height:70px;
	color:#666666;
	overflow:auto;
	margin-left:2px;
}
.flutuante div{
	font-size:11px;
	text-decoration:none;
	padding:2px;
	cursor:pointer;
}
.futuanteHover{
	color:#FFFFFF;
	text-decoration:none;
	background-color:#c8beb4;
	cursor:pointer;
}