@font-face {
	font-family: 'Roboto Regular';
	src: url('fonts/roboto-regular-webfont.eot');
	src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/roboto-regular-webfont.woff') format('woff'),  url('fonts/roboto-regular-webfont.ttf') format('truetype'),  url('fonts/roboto-regular-webfont.svg#RobotoRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto Medium';
	src: url('fonts/roboto-medium-webfont.eot');
	src: url('fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/roboto-medium-webfont.woff') format('woff'),  url('fonts/roboto-medium-webfont.ttf') format('truetype'),  url('fonts/roboto-medium-webfont.svg#RobotoLtRegular') format('svg');
	font-weight: normafinances-left-columnl;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto Light';
	src: url('fonts/roboto-light-webfont.eot');
	src: url('fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/roboto-light-webfont.woff') format('woff'),  url('fonts/roboto-light-webfont.ttf') format('truetype'),  url('fonts/roboto-light-webfont.svg#RobotoLtRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto Light';
	src: url('fonts/roboto-light-webfont.eot');
	src: url('fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/roboto-light-webfont.woff') format('woff'),  url('fonts/roboto-light-webfont.ttf') format('truetype'),  url('fonts/roboto-light-webfont.svg#RobotoThRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

#login_wrapper{
	background:#f7f7f7;
	width:100%;
	height:100%;
	min-height:510px;
	position:absolute;
	top:0;
	left:0;
}

#top_border{
	background: url('../images/login-images/borde.png');
	height: 6px;
	margin-left: auto;
	margin-right: auto;
}

#home_space{
	position:relative;
	left:20px;
	top:20px;
	width:150px;
	height:40px;
}

#home_button{
	background: url('../images/login-images/btn_login-06.png') -0px -147px no-repeat;
	width:84px;
	height:23px;
	border:0;
	cursor:pointer;
}

#home_button:hover{
	background: url('../images/login-images/btn_login-06.png') -93px -147px no-repeat;
}

#center_column{
	width:300px;
	height:98%;
	left:0px;
	right:0px;
	top:6px;
	position:absolute;
	min-height:750px;
	margin:0 auto;
}

#atbin_logo{
	background: url('../images/login-images/login.png') no-repeat;
	width:213px;
	height:265px;
	margin:0 auto;
}

#login_box{
	width:300px;
	text-align:center;
}

#box_title{
	font-family: "Roboto Regular";
	color:#555555;
	font-size:36px;
	text-align:center;
	margin-bottom:20px;
}

#box_fields{
	margin-bottom:20px;
}

.inputs{
	font-family: "Roboto Regular";
	color:#9b9b9b;
	font-size:24px;
	font-weight:lighter;
	width:296px;
}

#box_forgot{
	font-family: "Roboto Regular";
	font-weight:lighter;
	text-align:right;
	margin-bottom:20px;
}

#box_forgot a{
	color:#11C2EE;
}

.login_button{
	background:url('../images/login-images/btn_login-06.png') -0px -0px no-repeat;
	width:271px;
	height:39px;
	border:0;
	cursor:pointer;
}

.login_button:hover{
	background:url('../images/login-images/btn_login-06.png') -280px -0px no-repeat;
}

#submit_button{
	background:url('../images/login-images/btn_login-06.png') -0px -49px no-repeat;
	width:271px;
	height:39px;
	border:0;
	cursor:pointer;
}

#submit_button:hover{
	background:url('../images/login-images/btn_login-06.png') -280px -49px no-repeat;
}

#btnpassreset
{
background:url('../images/login-images/btn_login-06.png') -0px -49px no-repeat;
	width:271px;
	height:39px;
	border:0;
	cursor:pointer;
	margin-top: 20px;
}

#btnpassreset:hover{
	background:url('../images/login-images/btn_login-06.png') -280px -49px no-repeat;
}




#gohome_button{
	background:url('../images/login-images/btn_login-06.png') -0px -98px no-repeat;
	width:271px;
	height:39px;
	border:0;
	cursor:pointer;
}

#gohome_button:hover{
	background:url('../images/login-images/btn_login-06.png') -280px -98px no-repeat;
}



#box_register{
	width:300px;
	text-align:right;
	margin-top:20px;
	font-family:'Roboto', sans-serif;
	font-weight:lighter;
	color:#9b9b9b;
	font-size:20px;
}

#box_register a{
	color:#9b9b9b;
}

#box_message_forgot{
	font-family:'Roboto', sans-serif;
	font-size:24px;
	font-weight:lighter;
	color:#555555;
	margin-bottom:20px;
	line-height:34px;
}

.width400{
	width:400px !important;
}
	
#box_captcha{
	height:100px;
} 

div.error {
	position: absolute;
	color:#BA0000;
	font-size: 14px;
	width:150px;
}
input.error {
	border:1px solid #BA0000;
}