/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}
body{
background:#fff none repeat scroll 0%;
line-height:1;
font-size: 12px;
font-family:arial,sans-serif;
margin:0pt;
height:100%;
}

table {
border-collapse:separate;
border-spacing:0pt;
}
caption, th, td {
font-weight:normal;
text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
a{
cursor: pointer;
text-decoration:none;
}
br.both{
clear:both;
}*/

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#333333; /*D3D3D3*/
	border:1px solid #cecece;
	z-index:101;
}
#gruppi_popup_content{
	width:90%;
	float:left;
	height:300px;
}
#gruppi_popup_content_title{
	line-height:30px; 
	padding-bottom:15px;
	font-family: Georgia,Arial,sans-serif;
	font-size:35px;
        font-weight: bold;
}
.popup_fields{
    padding-bottom: 20px;
    height: 30px;
}

.popup_field_tb{
    padding-bottom: 10px;
    height: 30px;
}
.subscribe_email_popup{
    float:left;
    font-family: Arial;
    font-size:25px;
    color:#5a6464;
    width:300px;
}
.conform_text_list{
    width: 300px;
}
.subscribe_city_popup{
    width:200px;
    font-family: Arial;
    font-size:24px;
    color:#5a6464;
    overflow:hidden;
}
.popup_submit_btn_image{
    height: 48px;
}
#gruppi_popup_img{
	width:30%;
	float:left;
	height:200px;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:300px;
        width:520px;
	background:#FFFFFF;
	border:9px solid #cecece;
	z-index:102;
	padding:30px;
	font-size:13px;
}
#popupContact h1{
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
.popupContactClose{
    padding-top: 5px;
}
#popupReferral{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:170px;
        width:420px;
	background:#FFFFFF;
	border:9px solid #cecece;
	z-index:102;
	padding:20px;
	font-size:13px;
}
#popupReferral h1{
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
.popupReferralClose{
    padding-top: 5px;
}
a:link {
	text-decoration: none;
	color:#4E9900;
}

a:visited {
	text-decoration: none;
	color:#4E9900;
}
a:hover {
	text-decoration: underline;
	color:#4E9900;
	cursor:pointer;
}
a:active {
	text-decoration: underline;
	color:#4E9900;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#4e9900;
}
#button{
	/*text-align:center;
	margin:100px;*/
}
/*******************************/
.help_popup {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}
.help_popup li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
}
.help_popup a {
	padding: 14px 10px;
	display: block;
	color: #000000;
	width: 44px;
	text-decoration: none;
	
	
}
.help_popup li em {
	font-family:        Arial, sans-serif;
    font-size:          11px;
    color:              #4E9900;
    font-weight:        normal;
	background:#FFFFFF;
	width: 291px;
	height: 85px;
	position: absolute;
	top: -85px;
	left: -15px;
	
	text-align: left;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}
