/* Stylesheet per i contenuti della pagina ricerca */

hr
{
	color: #D4D4D4;
	background-color: #D4D4D4;
	height: 1px;
	border: none;
}

p
{
	margin-top: 13px;
	text-align: left;
}

a:link
{
	color: #648BCB;
}

a:active
{
	color: #648BCB;
}

a:visited
{
	color: #648BCB;
}

a:hover
{
	color: #82AC83;
}

.field
{
	font-family: arial, verdana, tahoma, helvetica;
	font-size: 12px;
	color: #626278;
	width: 95%;
	text-align: left;
}

.button
{
	font-family: arial, verdana, tahoma, helvetica;
	font-size: 12px;
	padding: 2px 0 2px 0;
	width: 50%;
	text-align: left;
}

.form_table
{
	width: 80%;
	text-align: center;
	padding-top: 20px;
}

.form_td_left
{
	border: 0px solid #cfcfcf;
	width: 70%;
	text-align: center;
}

.form_td_right
{
	border: 0px solid #cfcfcf;
	width: 30%;
	text-align: left;
}

