@charset "UTF-8";

form#login {
	margin:0 auto;
}
 
 div#form_container
 {
	width:340px;
	height:15px;
	padding:0 !important;

}
 
 
 *:first-child+html div#username,
 *:first-child+html div#email_rec,
 *:first-child+html div#password
/* solo IE 7.0 */ 
{ 
  margin-top: -15px !important; 
}

*:first-child+html div#submit,
*:first-child+html div#submit_rec
/* solo IE 7.0 */ 
{ 
  margin-top: 0 !important; 
}
 
div#username,
div#email_rec
 {
	float:left;
	clear:left;
	width:105px;
	height:15px;
	margin:5px 0 0 0 !important;
	padding:0 !important;

}



div#password {
	
	float:left;
	width:105px;
	height:15px;
	margin:5px 0 0 10px !important;

}

div#submit {
	float:left;
	margin:5px 0 0 10px;
	width:auto;
	height:auto;
	
}

.submit {
	padding:2px;
	background-color:#1e1414;
	color:#fff;
	font-size:10px;
	border:1px solid;
	border-color: #433939 #695d5d #695d5d #433939;
	cursor:pointer;
	
	
}


div#submit_rec {
	float:left;
	margin:5px 0 0 10px;
	width:auto;
	height:auto;
	
}

.submit_rec {
	padding:2px;
	background-color:#1e1414;
	color:#fff;
	font-size:10px;
	border:1px solid;
	border-color: #433939 #695d5d #695d5d #433939;
	cursor:pointer;
	
	
}

	
input#username-field,
input#password-field,
input#email-field{
	width:105px;
	height:15px;
	
}
 
label.overlabel,{
	color:#999;
}
label.overlabel-apply {
	position:absolute;
	top:3px;
	left:5px;
	z-index:1;
	color:#999;
}

/* novita popup */

div#novita{display:none; width: 330px; height: auto; background:url(../images/bg.png) repeat; position:absolute; top:0; right:0; z-index:118; line-height:16px; color: #fff; font-size: 10px; border: 1px solid #4c4c4c; padding-bottom: 10px}

#novita_content { margin:5px 0 0 10px; float:left; clear:left;}

#novita_content ul { margin:0;}

#novita_content li { list-style-type:none; padding:8px 0 0 0}

/* info legali popup */

div#info_legali{display:none; width: 330px; height: auto; background:url(../images/bg.png) repeat; position:absolute; right:400px; bottom:190px; z-index:115; line-height:16px; color: #000; font-size: 10px; border: 1px solid #4c4c4c;}

#info_panel_text { padding:10px 0 0 10px; float:left; clear:left; color:#fff; background:none}

#info_panel_text ul { margin:0;}

#info_panel_text li { list-style-type:none; padding:3px 0 0 0}

/* area riservata popup */

div#login_panel_block{display:none; width: 340px; height: 100px; background:url(../images/bg.png) repeat; position:absolute; right:5px; bottom:190px; z-index:116; line-height:16px; color: #000; font-size: 10px; border: 1px solid #4c4c4c;}



 .login_panel {
	
	float: left;
	padding: 0 0 0 10px;
}

.close {
    position:relative;
	right: 4px;
	top:4px;
}

	
#txt_login{

list-style:none;
float:left;
width:340px;
margin-top:10px;
} 

#txt_login li{
display:inline;
padding-left:0; 
padding-right:10px; 

} 




/* contatti popup */

 .popup_container {
	width: 100%;
	margin:0 auto;
	position:relative;
	clear:both;
}

 .popup_container p{
	padding:10px;
	line-height:18px;
	font-size:10px;
	text-align:justify;
}

.popup_container_left {
	width: 50%;
	margin:0 auto;
	padding: 5px;
	float:left;
	text-align:left;
	border-right: 1px dashed;
	border-color: #ccc;
}

.popup_container_right {
	width: 44%;
	margin:0 auto;
	padding: 5px;
	float:left;
	text-align:left;
}





.sfondo_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			z-index:500;
			background:url(../images/bg.png) repeat;
			clear:both;
		}
		.contenuto_popup {
			display: none;
			position: absolute;
			top: 3%;
			left: 25%;
			width: 800px;
	        height:auto;
			padding: 5px;
			border: 2px solid #ccc;
			background-color: white;
			z-index:510;
			overflow: auto;
			clear:both;
		}

/* registrazione utente */

.form {
	
	padding:0 0 0 1em;
	margin:1em;
	width:480px
}

.login {
	background:#fff 95% 1em;
}
.contact {
	background:#fff 95% 1em;
}

fieldset div {
	margin:0.3em 0;
	clear:both;
}


label {
	float:left;
	width:15em;
	text-align:right;
	margin-right:1em;
}
legend {
	color:#ed1c24;
	font-size:12px;
}
legend span {
	width:10em;
	text-align:right;
}
.input {
	padding:0.15em;
	width:14em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

.select {
	padding:0.15em;
	width:14em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}

.checkbox {
	padding:0.15em;
	width:2em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
	margin-left:160px;
}

.input:hover {
	border-color:#c5c5c5;
	background:#fff1e2;
} 

.input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 


fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}

.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.email {
	width:14em;
}

input.default {
	color:#bbb;
}

#submit-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(../images/register/submit-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-go:hover {
	background-position:0 -26px;
}

.err {
	text-align:left;
	margin-left:4em;
	color:#ed1c24;
}


/*  
input[type=checkbox], input[type=radio] { visibility: hidden; width:0; height:0; padding:0; margin:0; }
input[type=checkbox] + label, input[type=radio] + label { padding-left:18px; }
input[type=checkbox] + label{ background: url(../images/check_radio.png) 0 0 no-repeat; }
input[type=checkbox]:focus + label{ background-position: 0 -16px; }
input[type=checkbox] + label:hover{ background-position: 0 -32px; } 
input[type=checkbox]:checked + label{ background-position: 0 -48px; }
input[type=radio] + label{ background: url(../images/check_radio.png) 0 -64px no-repeat; }
input[type=radio]:focus + label{ background-position: 0 -80px; }
input[type=radio] + label:hover{ background-position: 0 -96px; } 
input[type=radio]:checked + label{ background-position: 0 -112px; }
*/


/* privacy */

 #popup_container_privacy {
	height:450px;
	margin:18px;
	position:relative;
	clear:both;
	color:#000;
	line-height:18px;
	overflow:scroll;
}

#popup_container_privacy ol,li{
	padding-left:10px;
}

.contenuto_popup_privacy {
			display: none;
			position: absolute;
			top: 3%;
			left: 25%;
			width: 800px;
	        height:auto;
			padding: 5px;
			border: 2px solid #ccc;
			background-color: white;
			z-index:510;
			clear:both;

		}
