/*************CONTATTI**************/
.banner
{
	display: none;
}

#content
{
	width: 100%;
}

#contattiContainer
{
	margin:0 auto;
	padding-top:50px;
	margin-bottom: 20px;
	width:975px;
	overflow: hidden;
}

.leftContatti
{
	width: 240px;
	float:left;
}

.rightContatti
{
	margin-left: 250px;
}

.contatti_titolo
{
	font-size: 24px;
	color: #333333;
	margin-bottom: 30px;
}

.contatti_testo
{
	color: #333333;
	margin-bottom: 20px;
}

.contatti_testo b
{
	font-size: 18px;
}

.contatti_testo .maps
{
	padding: 5px;
}

.contatti_testo .maps img
{
	margin: 5px;
}

.google_map
{
	width: 245px;
	height: 190px;
	overflow: hidden;
}

/*form contatti*/

.formRow
{
	/*height: 21px;*/
}

#messaggioContent, #captchaContent, #cancelContent, #submitContent
{
	height: auto;
}

#formContatti
{
	/*background-image: url("../immagini/grafica/pagine/contatti.png");
	background-repeat: no-repeat;
	height: 520px;*/
	padding: 0 20px;
}

#formContatti .forms
{
	padding-top: 0px;
}

#scritta_campiContent
{
	margin-bottom: 0px;
	color: #333333;
}

#capLabel
{
	text-align: right;
}

#provinciaContent
{
	float: left;
	clear: left;
}

#contattileftGroup
{
	float: left;
	clear: left;
	margin-right: 20px;
}

#contattirightGroup
{
	/*margin-left: 305px;*/
}

#messaggioLabel
{
	padding: 0px;
	margin-bottom: 5px;
}

#mailingLabel
{
	width: 280px;
	text-transform: none;
	font-weight: bold;
	padding-top: 0px;
}

#mailingContent, #privacyContent
{
	width: 320px;
	margin-top: 10px;
}

#mailingContent input, #privacyContent input
{
	border: 0px;
}

#privacyLabel
{
	width: 280px;
	text-transform: none;
	font-weight: bold;
	padding-top: 0px;
}

#leggiPrivacyContent
{
	margin-top: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #333333;
	margin-left: 2px;
	line-height: 20px;
}

#leggiPrivacyContent img
{
	margin-right: 20px;
	vertical-align: middle;
	
}

#contattibuttonsGroup
{
	/*background-color: #999999;
	border: 1px solid #333333;*/
	margin-left: 305px;
	margin-right: 30px;
	overflow: hidden;
	padding: 3px;
	margin-top: 20px;
	width: 320px;
}

#submitContent, #cancelContent
{
	/*color: white;*/
	float: right;
	font-weight: bold;
	cursor: pointer;
}

#submitContent:hover, #cancelContent:hover
{
	text-decoration: underline;
}

#submitContent
{
	border-right: 1px solid #333333;
	margin-right:2px;
	padding-right: 5px;
	margin-top: 1px;
}

#cancel
{
	border: 0px;
	background-color: transparent;
	height: auto;
	/*color: white;*/
	width: auto;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}

#captchaInput input
{
	margin-left: 5px;
}

#captchaLabel
{
	text-align: left;
	width: 240px;
}

#captchaImg
{
	display: block;
	margin-left: 0px;
	margin-top: 5px;
	height: 60px;
	width: 200px;
	margin: 5px;
	
}

#captchaText
{
	font-size:11px;
	color: #333333;
}

#captchaText a
{
	font-size:13px;
	font-weight: bold;
	color: #333333;
}

#captchaText a:hover
{
	text-decoration: underline;
	color: #FC7215;
}


/*************stili popup**********/
div.contPopup
{
	background-color: #CCCCCC;
	border: 0px;
	padding: 15px;
}

div.popup_titolo
{
	color: #000000;
}

div.popup_testo
{
	color: #000000;
}

div.testo_desc_google
{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

div.closePopupGoogle
{
	position:absolute;
	bottom: -15px;
	left: 240px;
	cursor: pointer;
}
/***********fine stili popup***********/

/** chi siamo **/
.blogBox
{
	margin-top: 10px;
}

.blogBox .cal
{
	background-image: url(../immagini/grafica/icone/cal.jpg);
	width: 52px;
	height: 54px;
	position: relative;
	float: left;
}

.blogBox .cnt
{
	margin-left: 70px;
	width: 210px;
}

.blogBox .cal .month
{
	position: absolute;
	top: 4px;
	left: 2px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	width: 100%;
	text-transform: lowercase;
}

.blogBox .cal .day
{
	position: absolute;
	top: 19px;
	left: 2px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
}

.blogBox h3
{
	font-size: 16px;
	color: #666666;
	padding: 7px 0;
	font-weight: normal;
}

.blogBox .link
{
	text-align: right;
	width: 80%;
}