html, body#login {
    height: 100%;
}
body#login {
    background: none repeat scroll 0 0 #4F84AC;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
#distanziatore {
    background: none repeat scroll 0 0 transparent;
    float: left;
    height: 50%;
    margin-bottom: -125px;
    width: 1px;
}
#centroassoluto {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: left;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}
input[type="text"], input[type="password"] {
    background-color: #F0F0F0;
    border: 1px solid #4F84AC;
    color: #777;
    font: 15px Arial,Helvetica,sans-serif;
    height: 20px;
    margin: 0 0 22px 0;
    padding: 5px 7px;
    width: 179px;
}
.ok {
    background: url(/template/web/0_acp_future/img/login/ok.jpg) no-repeat scroll 0 0 transparent;
    border: 0 none; cursor: pointer;
    height: 38px; width: 38px;
	position:absolute; top:101px; right:51px;
}
.reset {
    background: url(/template/web/0_acp_future/img/login/reset.jpg) no-repeat scroll 0 0 transparent;
    border: 0 none; cursor: pointer;
    height: 38px; width: 38px;
	position:absolute; top:101px; right:11px;
}
.red {
    color: #4F84AC;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
}
a {
    color: #4F84AC;
    text-decoration: none;
}
.login_centro{
	background: url(/template/web/0_acp_future/img/login/LoginFull.jpg) no-repeat scroll 0 0 transparent;
	margin: 0px auto; display: inline-block; width:600px; height:250px; position:relative;
}
.login_form {
	position:absolute; left:361px; top:60px;	
}
.form_error{
	position:absolute; top:211px; left:301px; 
	color:#cc0000; font-family: Verdana,Arial,Helvetica,sans-serif; font-size:10px;
	text-align:left;
}
