span.select {
	position: relative;
	width: 140px;
	_width: 140px;
	height: 23px;
	padding-left:5px;
	padding-top:3px;
	padding-right:15px;
	line-height:20px;
	color: #666060;
	font-size:11px;
	font-family: Verdana, Helvetica, sans-serif;
	background: url(../images/select.gif) no-repeat;
	overflow:hidden;
	z-index:5;
	cursor:pointer;
	vertical-align:middle;
} 
.flutuante{
	position:absolute; 
	background-color:#f2f2f2; 
	font-family: Verdana;
	font-size:11px;	
	z-index:999;
	width:140px;
	border:1px solid  #cdc7c7;
	margin-top:22px;
	height:60px;
	color:#666060;
	overflow:auto;
}
.flutuante_out
{
	position:absolute; 
	width:140px; 
	z-index:99999;	
}

.flutuante div{
	font-size:11px;
	text-decoration:none;
	padding:3px;
	cursor:pointer;
}
.futuanteHover{
	color:#666666;
	text-decoration:none;
	background-color:#ebe9e9;
	cursor:pointer;
}

#selectprova{
	width:200px;	
	padding-top:3px;
	line-height:16px;
	background: url(../images/select2.gif) no-repeat;
}

#listaprova, #listaprova_out
{
	width:198px;	
	height:120px;
}