@charset "utf-8";
/* CSS Document */
/*-----LIGHTBOX----------*/
.lb_overlay{
	background-color:#000;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	cursor:pointer;
	opacity:0.9;
}
.login{
	height:25px;
	height:54px\9;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
.login{
height:54px;
}
}
.lb_ctn{
position: relative;

max-width:1000px;

background-color:#fff;
padding:28px 24px;
}

.lb_ctn h2{
	font-size:14px;
	font-weight:bold;
	font-family:'Opens Sans', Arial, sans-serif;
	color:#1f3b8f;
	margin-bottom:5px;
	text-align: center;
	line-height:17px;
}
.ctn_login_box .login form {
float: left;
width: 340px;
margin-bottom:15px
}
.ctn_login_box .login input {
padding: 3px;
font-family: 'Lato', sans-serif;
font-size: 12px;
color: #687487;
background: #dcdae7;
border: 1px solid #eaecf3;
width: 110px;
margin-right: 10px;
float: left;
}
.ctn_login_box .login input.login {
color: #fff;
background: #4c8b2b;
border: 0;
margin-right: 0;
margin-top: 0;
width: 70px;
height: 26px;
font-weight: bold;
cursor: pointer;
text-transform: uppercase;
}
.login a.register {
padding: 7px 3px 5px 3px;
margin: 0 auto;
color: #1f3b8f;
background: #eec447;
border: 0;
font-size: 12px;
width: 90px;
text-align: center;
font-weight: bold;
cursor: pointer;
display: block;
text-transform: uppercase;
}
.lb_ctn_chiudi{
	width:90px;
	margin:0 auto;
}
.lb_btn_chiudi {
padding: 7px 3px 5px 3px;
margin: 20px auto 0 auto;
height: 14px;
color: #1f3b8f;
background: #eec447;
border: 0;
font-size: 12px;
text-align: center;
font-weight: bold;
cursor: pointer;
display: block;
text-transform: uppercase;
}
.lb_ctn_chiudi a{
color: #1f3b8f;
}
.lb_crn_chiudi a:hover{
color: #1f3b8f;
}
.lb_ctn_chiudi a:visited{
color: #1f3b8f;
}
.right{
	float:right!important;
}
.left{
	float:left;
}
/*-----ridimensionamento lightbox start
.popup{
width: 753px;
height: 167px;
margin-left:-400px;
}
/*-----ridimensionamento lightbox end-----*/
.ctn_popup_box h2{
	font-size:14px;
	font-weight:bold;
	font-family:'Opens Sans', Arial, sans-serif;
	color:#1f3b8f;
	margin-bottom:5px;
	text-align:center;
}
.ctn_popup_box img{
margin-bottom: 15px;
}
/*-----ridimensionamento lightbox
.autoesclusione{
	height:77px!important;
}
/*-----ridimensionamento lightbox end-----*/

.indietro a{
color: #1f3b8f;
}
.indietro a:hover{
color: #1f3b8f;
}
.indietro a:visited{
color: #1f3b8f;
}
.indietro{
width:150px;
margin:0 auto;
}

/* REGOLE LIGHTBOX INFORMATIVA */
/* AGGIUNTE DA GIULIA - APRILE 2015 */
.lb_info {position:relative; max-width:1000px; background-color:#fff; padding:20px 24px;}
.lb_info h1 {font-size:18px; font-weight:bold; font-family:'Opens Sans', Arial, sans-serif; color:#1f3bb4; margin-bottom:10px; text-align:center; line-height:20px;}
.lb_info p {margin:10px 0 25px 0; color:#1f3bb4; font-size:12px; line-height:15px;}
.lb_info img {float:left; margin:0 25px 0 10px;}
.lb_info .ctagreen {color:#FFF; background:#4C8B2B; margin:0; padding: 7px 3px 5px; width:110px; height:15px; font-weight:bold; cursor:pointer; text-transform:uppercase; text-align:center;} 
.lb_info .login {clear:both;}





