/** INIZIO SUPPORTO **/
#nav a.contact
{
	display:block; /*block o none*/
	float:left;  
	width:67px; height:51px;
	background:transparent url(/img/support.gif) no-repeat left top; 
	cursor:pointer;
}
div.contact { border:1px solid #fff;}
div.contact:hover { border:1px solid #ccc;}
/* Positions the contact form so it doesn't interfere with any other content, as well as a z-index above any other elements on the page */	
#contactFormContainer {
	position:absolute;
	left:396px;
	z-index:999;
	}
	
/* Hides the whole contact form until needed */	
#contactForm {
	height:395px;width:558px;
	background:#fff; 
	border:1px solid #ccc;
	margin-top:0;
	padding:7px 12px; 
	display:none;
	}   

/* This hides the form validation alert messages until needed */
#contactForm span { 
	display:none; 
	/*font-size:9px; */
	line-height:10px; 
	padding-left:6px; 
	/*color:#f5c478;*/
	color:#cc3300;
	/*gianni*/
	text-transform:uppercase; 
	font-size:11px; 
	font-weight:bold; 
	/*finegianni*/
	}

.bar{
	display:none; 
	background:url(/img/ajax-loader.gif) no-repeat left; 
	margin-top:125px; 
	margin-left:215px;
	height:75px; width:220px;
	font-size:12px; 
	font-weight:bold; 
	color:#cc3300;
	}
#dummycontent {padding-top:100px; height:900px; position:relative;}

/* Hides the darkening layer for the Modal effect. The z-index is necessary for layering purposes, and be sure to keep the positioning/height/width the same */	
#backgroundPopup{
	display:none; 
	/*position:fixed;*/ 
	position:absolute; 
	height:100%; width:100%; 
	top:0; left:0;
	background:#000; 
	z-index:1000;
	}  
/* Form styling from here on out. There is nothing in here that you HAVE to use to get this to work */	
#contactForm textarea, #contactForm input {
	width:550px; 
	/*background:#6d6d6d url(/contactform/images/contact_input.png) repeat-x top; */
	background:#e5e5e5;
	border:1px solid #8a8a8a; 
	height:15px; 
	line-height:14px; 
	font-size:11px; 
	padding:2px 2px 0px;
	color:#000;
	}
#contactForm input {background-position:0px -20px;}
#contactForm textarea {height:114px; font-family:Verdana, Geneva, sans-serif;}
#contactForm textarea:hover, #contactForm textarea:focus {height:114px; font-family:Verdana, Geneva, sans-serif; }
#contactForm .submit {
	border:1px solid #aba8a8;
    background:#e5e5e5; 
	text-transform:uppercase; 
	color:#4d4d4d; 
	font-weight:bold; 
	padding:7px 16px 7px 14px;
	height:37px; width:124px; 
	cursor:pointer; 
	float:left;
	/*margin-top:196px;*/
	}
#contactForm .submit:active {background:#cacaca; }
#contactForm label {padding-left:4px; font-weight:bold;}
#contactForm p {padding-bottom:8px;}
#contactForm .input_boxes {float:left; width:550px;}

.bottomlink {position:absolute; bottom:0;}

#contactForm input:hover, #contactForm .submit:hover, #contactForm textarea:hover, #contactForm input:focus, #contactForm .submit:focus, #contactForm textarea:focus { background: #ECF7FE;}

#contactForm a.contact {
	background: url(/img/close.png) no-repeat right;
	cursor:pointer; 
	width:50px;
	height: 50px;	
	float:right;
	display:block;
}
/*#controllore {
display:none; 
}*/
#contactForm .nonvisibile {
display:none; 
}
/** FINE SUPPORTO **/
