.searchTable {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;

}
.searchBox {
	background-color: #FFFFFF;
	padding: 0px;
	background-image: url(../_images/gradiente-azzurro.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 5px;
	text-align: center;






}
.searchTitle {
	font-size: 12px;
	font-variant: small-caps;
	color: #CCCCCC;
	background-color: #0066CC;
	margin: 0px;
	padding: 2px 0px 4px;
	font-weight: bold;
	text-align: center;



}

