
/*---Stili per il box Ricerca---*/

div#boxRicerca
{
width:550px;
background-color:#164863;
margin-left:10px;
}
div#ricTop,div#ricBottom
{
clear:both;
}

div#ricTop
{
color:#FFF;
padding-left:15px;
padding-bottom:5px;
padding-top:5px;
font-weight:bold;
background-image:url(../images/ricerca_top.gif);
height:14px;
background-position:top;
background-repeat:no-repeat;
}
div#ricBody
{
margin-left:15px;
margin-right:15px;
background-color:#9FD0EA;
color:#000;
}

div#ricBottom
{
background-image:url(../images/ricerca_bottom.gif);
height:30px;
background-position:bottom;
background-repeat:no-repeat;
}
div#ricBottom .cmdBlu{
	border:1px solid #fff;
	padding:0px;
	margin-right:15px;
}
/*------------------*/

/*---RICERCA PNR----*/

div#boxRicercaPnr
{
width:250px;
background-color:#9FD0EA;
margin-left:10px;
}
div#ricPnrTop,div#ricPnrBottom
{
clear:both;
}

div#ricPnrTop
{
background-image:url(../images/boxRicPnrTop.gif);
height:14px;
background-position:top;
background-repeat:no-repeat;
}
div#ricPnrBody
{
margin:0 15px;
background-color:#9FD0EA;
color:#000;
}
div#ricPnrBody .pnrLabel
{
margin-bottom:5px;
}
div#ricPnrBody .pnrLabel label.sz6
{
width:80px;
float:left;
line-height:20px;
}
div#ricPnrBody .pnrLabel input
{
margin:0;
padding:0;
width:120px;
}


div#ricPnrBottom
{
background-image:url(../images/boxRicPnrBottom.gif);
height:14px;
background-position:bottom;
background-repeat:no-repeat;
}
div#ricPnrBody .cmdBlu{
	
	padding:0px;
	margin:0 0 0 84px;
	border:0;
}