@charset "utf-8";
/* CSS Document */

body, h1, h2, p, ul, li, a, form, input, label{margin: 0; padding: 0;}

a img{border: 0;}

a, 
a:link,
a:visited,
a:active,
a:hover{ color: #d52b1e;}

body{
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #151515;
	background: #98290a url(../img/sf_body.jpg) repeat-x left 95px;
}

.floatLeft{float:left;}
.floatRight{float:right;}
.clearBoth{width: 100%; height: 1px; clear: both; overflow: hidden;}

#logocompass {
background: url(../img/Logo_Compass_POS_passcom.jpg) 0 0;
float:left;
height:80px;
width:359px;
}

#logoclub {
background: url(../img/logo_passcom_new.jpg) repeat-x 0 0;
float:right;
height:87px;
width:250px;
}

#logomailproc {
background: url(../img/compass-mailproc2.png) 0 0;
float:right;
height:57px;
width:292px;
margin-top: 10px;
}

#header{
	height: 95px;
	background-color:#FFFFFF;
	border-bottom: 1px solid #9c9d9f;
}

#loghi{
	width: 962px;
	margin: 0 auto;
	height: 95px;
	padding-top: 5px;
}

#content{
	width: 967px;
	margin: 0 auto;
	background: url(../img/sf_content.gif) repeat-y 0 0; 
	padding: 0 7px 0 3px;
	overflow: hidden;
}

#content h1{
	width: 960px;
	margin: 0 auto;
	background: url(../img/sf_h1.jpg) repeat-x 0 0;
	color: #FFFFFF;
	font-size: 14px;
	padding: 5px 5px;
	position: relative;
}
#content h1 #help{
	position: absolute;
	right: 10px;
	top: 4px;
}
#ahelp{
background: url(../img/help.jpg) no-repeat 0 0;
width:49px;
height:17px;
display: block;
}

#content h1 span{
	font-size: 12px;
}

#content form{
	width: 478px;
	padding-top: 40px;
	overflow: hidden;
	float: left;
	position: relative;
	left: 50px;
}
#content .elemForm{
	overflow:hidden;
	clear: both;
	margin-top: 50px;
	height: 36px;
}

#content .user{
	margin-top: 0px;
}
#content #changePwd{
	width: 150px;
	float: left;
}
#content #changePwd label{
	color: #151515;
	width: 120px; 
	margin-left: 10px;
}
#content #changePwd input{
	width: 13px;
	height: 13px;
}

#content form label{
	color: #d52b1e;
	font-size: 14px;
	font-weight: bold;
	width: 130px;
	float: left;
	clear: left;
}
#content form input{
	border: 1px solid #dae1e7;
	border-bottom: 2px solid #dae1e7;
	border-top: 0;
	width: 196px;
	height: 22px;
	float: left;
}

#content form #reset,
#content form #login,
#content form #chiudi_resetpassword,
#content form  #invia_resetpassword
{
	width: 97px;
	height: 22px;
	letter-spacing: -300em;
	text-indent: -300em;
	overflow: hidden;
	display: block;
	background: url(../img/btn_reset.jpg) no-repeat 0 0;
	border: 0;
	margin-top: 10px;
	position: relative;
	left: 150px;
}
#content form #login{
	height: 23px;
	background: url(../img/btn_login.jpg) no-repeat 0 0;
	left: 180px;
}
#content form #chiudi_resetpassword{
	height: 23px;
	background: url(../img/chiudi.png) no-repeat 0 0;
	left: 0;
		border: 0;
		width: 110px;
}
#content form #invia_resetpassword{
width: 180px;
	height: 23px;
	background: url(../img/invia.png) no-repeat 0 0;
	left: 180px;
		border: 0;
		 left: 0;
}



#content #avvisi{
	width: 350px;
	padding: 30px 40px 0 30px;
	float: left;
	min-height: 185px;
	position: relative;
	left: 50px;
}

#content #avvisi h2{
	color: #d52b1e;
	font-size: 14px;
}

#content #avvisi p{
	width: 300px;
	position: relative;
	top: -16px;
	left: 50px;
}





#footer{
	height: 36px;
	width: 977px;
	margin: 0 auto;
	background:url(../img/footer.gif) no-repeat 0 0;
	clear: both;
}




#newPwdL, #confermaNewPwdL{display: none;}

#errore {
    font-size: 14px;
    font-weight: bold;
}




