﻿div#ricerca_veloce_cont
{
	position:relative;
	margin-top:585px !important;	/* Firefox, che toglie dal flusso il menu in posizione assoluta: aggiungere 7px all'altezza quando si aggiunge una voce di menu principale	*/
	margin-top:0px;	/* IE6, dopo il precedente perchè ignora important ma legge la proprietà	*/
}
*:first-child+html div#ricerca_veloce_cont /* solo IE 7.0, sovrascrive quello impostato per Firefox */
{
	margin-top:0px!important;	/* Firefox	*/
}

div#ricerca_veloce
{
	border-right:1px solid #3399FF;
	border-bottom:1px solid #3399FF;
	border-top:0px solid #3399FF;
	padding:4px 0px 0px 0px;
	text-align:right;
	width:129px;
	height:75px;
}
html>body div#ricerca_veloce{
	padding-bottom:4px;
}

div#ricerca_veloce div
{
	margin-right:8px;
	margin-bottom:3px;
}


div#ricerca_veloce input
{
	width:20px;
	font-size:12px;
	line-height:19px;
	height:20px;
	float:left;
	background-image:url(../img/input_20.jpg);
	background-repeat:no-repeat;
	border:0px;
	text-indent:2px;
}
div#ricerca_veloce input.CAL_txt
{
	width:80px;
	font-size:11px;
	background-image:url(../img/input_80.jpg);
}

div#ricerca_veloce input.ricerca_veloce_submit
{
	width:35px;
	height:20px;
	font-size:11px;
	background:none;
	background-image:url(../img/button_35.jpg);
	background-repeat:no-repeat;
	color:#000000;
	font-weight:bold;
	border:0px;
	float:right;
	cursor:pointer;
	text-indent:0px;
	margin-right:8px;
}

div#ricerca_veloce span.pax
{
	display:block;
	float:left;
	height:20px;
	vertical-align:middle;
	margin-top:2px;
	text-align:right;
	width:15px;
	width:60px;
	text-align:left;
	margin-right:0px;
}

div#ricerca_veloce .CAL_txt{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	width:70px;
	height:18px;
	vertical-align:middle;

}

/*
div#ricerca_veloce span
{
	display:block;
	float:left;
	height:20px;
	vertical-align:middle;
	margin-top:2px;
	text-align:right;
	width:15px;
}
div#ricerca_veloce span.pax
{
	width:60px;
	text-align:left;
	margin-right:0px;
}

div#ricerca_veloce select
{
	width:100px;
	font-size:11px;
	background-image:url(../img/select.jpg);
	background-color:#F8F8F8;
}
div#ricerca_veloce input
{
	width:20px;
	font-size:12px;
	line-height:19px;
	height:20px;
	float:left;
	background-image:url(../img/input_20.jpg);
	background-repeat:no-repeat;
	border:0px;
	text-indent:2px;
}
div#ricerca_veloce input.ricerca_veloce_submit
{
	width:35px;
	height:20px;
	font-size:11px;
	background:none;
	background-image:url(../img/button_35.jpg);
	background-repeat:no-repeat;
	color:#000000;
	font-weight:bold;
	border:0px;
	float:right;
	cursor:pointer;
	text-indent:0px;
}
*/