#faux_login {
 	width: 300px;
	height: 260px;
	display:block;
}
#login_box{
	width: 300px;
	height: 200px;
	position: absolute;;
	margin-left: -150px;
	margin-top: -100px;
	top:52%;
	left:50%;
	font-size:11px;
}
#login_top{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/images/login_top.png) no-repeat top left;
	width:300px;
	height:25px;
}
#login_mid{
	position: absolute;
	top: 8px;
	left: 16px;
	width: 268px;
}
#login_bottom{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(/images/login_bottom.png) no-repeat top left;
	width:300px;
	height:25px;
}
#login_mid h1{
	font-size: 14px;
	width: 268px;
	text-align:center;
	color: #565656;
}
#login_mid .login_box{
	color: #565656;
	text-align: right;
	height:20px;
	margin-bottom:8px;
	clear:both;
}
#login_mid .login_button{
	text-align: right;
	height:20px;
	clear:both;
}
#login_mid .login_button a{
	float:left;	
}
#login_mid .login_box label{
	font-weight: bold;
	width: 100px;
	float:left;
	text-align:left;
	position: relative;
}
.login_box label img.help{
	position: absolute;
	top:0px;
	right: -15px;
}
#login_mid .login_box input{
	width: 150px;
}
.loading_progress {
	width: 16px;
	height:16px;
	line-height:16px;
	background:url(/images/spinners/spinner.gif) no-repeat top left;
	float:right;
	margin-right: 18px;
	margin-top: -16px;
}
.loading_message {
	font-size:10px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	text-align:center;
	width: 234px;
	padding-left: 24px;
	padding-right: 8px;
	position:absolute;
	left: 0px;
	bottom:-38px;
	z-index:0;
}
.loading_message_error {
	border: 1px solid #ff0000;
	color: #ff0000;
	background: #ffe1e1 url('/images/error.png') no-repeat 4px center;
}
.loading_message_success {
	border: 1px solid #009900;
	color: #009900;
	background: #e7ffe4 url('/images/accept.png') no-repeat 4px center;	
}
.loading_message_info {
	border: 1px solid #0000cc;
	color: #0000cc;
	background: #e3e2ff url('/images/info.png') no-repeat 4px center;
}
