@charset "utf-8";
/* CSS Document */
.loginBox{
	/*width:789px;*/
	width:480px;
	height:300px;
	/*background:url(../images/loginBox.jpg) top left no-repeat;*/
	position:relative;
	height:412px;
	padding-top:5px;
	margin-left:11px;
	float:left;
}

.recuperaBox
{
    margin-top:0px;
    float:left;
    width:276px;
    background-image:url(../images/filettoRecupera.jpg);
    background-repeat:repeat-x;
    height:200px;
    padding-left:5px;
}

.bottomRecupera
{
    float:left;
    width:282px;
    background-image:url(../images/bottomRecupera.jpg);
    background-repeat:no-repeat;
    height:7px;
}

.loginBox .top
{
   background-image:url(../images/top_login.jpg);
   background-repeat:no-repeat;
   height:34px;
   line-height:25px;
   color:#FFF;
   padding-left:10px;
   font-weight:bold;
   text-transform:uppercase;
}

.loginBox .topInt
{
   background-image:url(../images/top_loginArancio.jpg);
   background-repeat:no-repeat;
   height:8px;
}

.middleLogin
{
   background-image:url(../images/filettoMiddle.jpg);
   background-repeat:repeat-x;
   height:159px;
   width:480px;
}

.loginBox input, .loginBox span{
	position:absolute;
}
.loginBox input{
	width:200px;
	background:#FFFFFF;
	color:#000000;
	left:150px;
}
.user{
	top:55px;
}
.userTxt{
	top:55px;
	left:10px;
	font-weight:bold;
}
.txtRegistra{
	font-weight:bold;
	position:relative;
	top:55px;
}
.btnRegistra
{
	width:135px!important;
	height:25px;
	margin-top:65px;
	background:transparent url(../images/registra.jpg)!important;
	border:0px!important;
	cursor:pointer;
	padding-bottom:4px;
	/*position:relative;*/
	color:White!important;
    font-weight:bold;
    font-size:11px;
    font-family:Verdana,arial,sans-serif;
}
.btnRecupera
{
    width:135px!important;
	height:25px;
	padding-bottom:4px;
    margin-top:25px;
	background:transparent url(../images/registra.jpg)!important;
	border:0px!important;
	cursor:pointer;
	color:White!important;
    font-weight:bold;
    font-size:11px;
    font-family:Verdana,arial,sans-serif;
}
.txtRecupera{
	font-weight:bold;
	position:relative;
	top:15px;
}
.pwd{
	top:100px;
}
.pwdTxt{
	margin-top:55px;
	left:10px;
	font-weight:bold;
}
.bLog{
	width:73px!important;
	height:25px;
	top:130px;
	left:281px!important;
	background:transparent url(../images/entra.jpg)!important;
	border:0px!important;
	cursor:pointer;
}
.errore{
	position:absolute;
	width:600px;
	height:20px;
	color:#FFFFFF;
	font-weight:bold;
	top:180px;
	left:10px;
}
.account{
	top:200px;
	right:500px;
}
.forgot{
	top:230px;
	right:500px;
}
.accountLink{
	top:200px;
	left:320px;
	position:absolute;
}
.forgotLink{
	position:absolute;
	top:230px;
	left:320px;
}

.bLog
{
    color:White!important;
    font-weight:bold;
    margin-top:5px;
    font-size:11px;
}
