/***** Form styles *****/
form {
	margin: 0;
	padding: 0;
}
input, textarea {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #006600;
	vertical-align: middle;	
}
label {
	margin:2px;
}
input.form_txt, input.textfield, input.email {
	border: 1px solid #333;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px 4px;
	color: #006600;
	vertical-align: middle;
}
.form_btn, .button {
	border: none;
	background: #555 url(img/btn_form.gif) repeat-x center center;
	color: #fff;
	vertical-align: middle;
	padding: 2px 5px;
}
input.btn_ipertext {
	color: #333;
	text-decoration: underline;
	background: none;
	border: none;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
	cursor: pointer;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
input.btn_ipertext:hover {
	color: #006699;
	background: #f0f0f0;
}
textarea, .texarea {
	border: 1px solid #333;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px 4px;
	color: #006600;
	vertical-align: middle;
	width: 100%;
}
/**/
.table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.table td {
	padding: 2px 5px;
	vertical-align: top;
}
.table td.field {
	padding: 2px 5px;
	text-align: right;
	background: #ddd;;
	width: 150px;
	border-bottom: 2px solid #fff;
}
.table td.field .required {
}
/**/
.box_login {
	font-size: 11px;
}
.box_login p {
	margin: 0 10px 5px 10px;
}
.box_login a {
	color: #333;
	text-decoration: underline;
}
/**/
.banners {
	margin-right: 10px;
	padding: 20px 0;
	text-align: center;
}
.banners img {
	border: none;
	margin: 10px 0;
}
.banners p {
	margin: 0;
}
a.back {
	background: url(../../templates/Orazio/img/bg_btn_prev.jpg) no-repeat right center;
	padding: 10px 20px 10px 28px;
	color: #fff !important;
	font-weight: bold;
	text-decoration: none;
}
.divider {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	clear: both;
}
.alert {
	color: #CC3300;
	font-weight: bold;
	font-size: 12px;
}
a.btn120 {
	background: url(img/bg_btn120.jpg) no-repeat center center;
	padding: 10px;
	text-align: center;
	color: #fff !important;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
a.btn130 {
	background: url(img/bg_btn130.jpg) no-repeat center center;
	padding: 10px;
	text-align: center;
	color: #fff !important;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
/**/
.captcha_table {
	border: none;
	border-collapse: collapse;
	font-size: 12px;
}
.captcha_table td {
	padding: 0 5px;
	vertical-align: middle !important;
}
.captcha_table .image_captcha {
	border: none;
	vertical-align: middle;
}
.captcha_table input {
	border: 1px solid #333;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px 4px;
	color: #006600;
	vertical-align: middle;
}
.numeroverde {
	clear: both;
	font-size: 11px;
	background: #dfdfdf;
	padding: 10px;
	margin-right: 10px;
}
.numeroverde a {
	color: #06C;
}
/*dirlist*/
.dirlist {
	padding: 10px 0 30px 0;
}
/**/
.newsletter {
	margin: 0 10px 5px 10px;
	font-size: 11px;
}
.t_associazioni {
	width: 100%;
	border: none;
	border-collapse: collapse;
	font-size: 11px;
}
.t_associazioni th {
	padding: 5px 10px;
	background: #ddd;
}
.t_associazioni td {
	padding: 10px;
	border-bottom: 1px solid #ddd;
	vertical-align: top;
}
.list_link {
	margin: 0;
	padding: 10px 0 0 0;
	background: #ddd;
}
.list_link li {
	list-style: none;
	clear: both;
	width: 660px;
	margin: 0 10px 10px 10px;
	padding: 10px;
	background: #fff;
	display: table;
	font-size: 10px;
}
.list_link li a,
.list_link li b,
.list_link li strong {
	font-size: 11px !important;
}
.list_link img {
	vertical-align: baseline;
	margin-right: 10px;
	float: left;
}