html{
	background: url('images/login/bg_login_tile.jpg') repeat-x #e1e1e1;
	height: 100%;
}

body{
	background: url('images/login/bg_login.jpg') no-repeat;  
	margin: 0;
	padding: 0;     
	font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	height: 100%;    
	min-height: 580px;
}      

a{
	color: #777;
}

a:hover{
	color: #555;
}

h1 span, h2 span, h3 span{
	display: none;
}         

form, fieldset, label, img, h1, h2, h3, h4, ul, li, cite{
	margin: 0;  
	padding: 0;
	border: none;
}          

#wrapper{
	position: absolute;
	top: 190px;
	left: 360px;  
	width: 480px; 
	padding-bottom: 50px;
	display: block;
}             

#loginbox, #resetbox{
	height: 100px;
}

#infobar{
	margin-top: 30px;
}

form.login{
}

h1{
	background: url('images/login/hdl_billswebaccess.png') top left no-repeat;
	height: 18px;
	width: 167px;
	margin-bottom: 20px;
}

input.text{      
	font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;	
	background: url('images/input_shadow2.gif') top left repeat-x #fff;
	font-size: 12px;
	height: 18px;  
	padding: 2px;
	color: #666;
	width: 170px; 
	padding: 2px 5px;
	border: 1px solid #aaa;
	outline-width: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;           
	margin-right: 5px;
}	

#linksbelow{
	margin-top: 7px;
}

input[type="checkbox"]{
	margin-left: 0;
	padding-left: 0;
	/* width: 13px; */
}    

a#linkSkleroza{
	font-size: 11px;
	margin-left: 20px;	
}

span.orcancel{
	font-size: 13px;
	color: #1e1e1e;
	margin-left: 5px;
}

a.cancel{
	text-decoration: underline;
	color: #b65b5b;
}

a.cancel:hover{
	color: #be1922;
}

a.backtologin{
	font-size: 13px;
}

label.rememberme{
	font-size: 11px;
	color: #1e1e1e;
	padding-left: 4px;
}

span#lblStatus{
	display: block;
	font-size: 12px;
	color: #b75a2f;
	margin-top: 10px;
}
	
h2{
	color: #1e1e1e;
	font-size: 13px;
	margin-bottom: 10px;
}   

p{
	color: #1e1e1e;
	font-size: 12px;
	line-height: 1.5em;	
}      

p.nojavascript{
	color: #e89d9d;
}