/* ---------------------------------------------------
Copyright (c) 2009 - Layoutweb
------------------------------------------------------

------------------- Color Palette --------------------

#e5e5e5
------------------------------------------------------




/* Global Reset
---------------------------------------------------------------------------------------------------------------- */


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, abbr, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;	
	}


/* BOX ricerca (colonna 3 in colonna DX)
------------------------------------------------------------------------------------------------------------------- */
#ricerca_titolo {
width:231px;
height:20px;
margin-top: 20px;
margin-bottom: 3px;
padding: 5px 0px 2px 8px;
background-image:url(../immagini/home/sfondo_tasto_grigio_scuro.jpg);
background-repeat:repeat-x;
font-family: Arial, Verdana;
font-size: 14px;
color:#FFFFFF;
float:left;
}

#ricerca_titolo strong {
font-family: Arial, Verdana;
font-size: 14px;
color:#FFFFFF;
font-weight: bold;
}


#box_ricerca {
	width:217px;

	background-color: #fff;
	float:left;
}

#box_ricerca_testo {
	float:left;
	width: 190px;
}

#box_ricerca select {
	width:180px;
	margin-top:5px;
	margin-bottom:5px;
	
}


#box_ricerca input {
	width: 80px;
	margin-top:5px;
	margin-bottom:5px;
}



/* BOX ricerca (per pagina ricerca.jsp)
------------------------------------------------------------------------------------------------------------------- */

#box_ricerca2 {
	width:370px;
	padding: 10px 20px 10px 20px;
	border:1px solid #CCCCCC;
	margin:auto;
	background-color: #fff;
	float:left;
}



