#container_form_registrati {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	color: #FFFFFF;
	font-size: 20px;
}

.campol{
	width:200px;
	height:28px;
	border:0px;
	color:#ffffff;
	padding-left:5px;
	background: none;
}
.campol.margin{
	/*margin-right:40px;	*/
}
.campol.marginlogin{
	/*margin-right:73px;*/
}

.campo{
	width:200px;
	height:28px;
	border:0px;
	float:left;
	margin-bottom:10px;
	color:#7F7F7F;
	padding-left:5px;
}
.campo.margin{
	margin-right:40px;	
}
.campo.marginlogin{
	margin-right:73px;	
}

#puls_annulla,
#puls_invia{
	float:left;
	width:260px;
	height:70px;
	background-image:url(../imm_struttura/red_btn_bg.png);
	background-repeat:no-repeat;
	text-align:center;
	line-height:70px;
	text-shadow:1px 1px 1px #000000;
	margin-left:90px;
	
	font-size: 20px;
}

#puls_invial{
	float:left;
	width:132px;
	height:33px;
	background-image:url(../imm_struttura/bg_puls_login.png);
	background-repeat:no-repeat;
	text-align:center;
	line-height:30px;
	text-shadow:1px 1px 1px #000000;
	margin-left:90px;
	
	font-size: 16px;
}

a.pulsante{
	color:#FFFFFF;
	text-decoration:none;
}

.legge{
	font-size: 12px;
}


/* layer login */

.login-overlay {
    position: fixed;
    z-index: 95000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0.7;
}

.custom-overlay {
    background: #00ff00;
}

.login-modal  {
    display: block;
    z-index: 100000;
    width: 481px;
    height: 506px;

position: absolute;
top: 50%;
left: 50%;
margin-top: -300px;
margin-left: -300px;    

/*padding-top: 60px;
padding-left: 45px;    */

background: url(../imm_struttura/bg_login.png) no-repeat top center;

    text-align: center;
    border: 0px solid #000000;
}



.ow-closed, .custom-overlay-closed, .custom-modal-closed {
    display: none;
}

#login_titolo {
	font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
	font-size: 30px;
	text-align: center;
	color: #ffffff;
	margin-top: 38px;
	line-height: 30px;
}
