@charset "utf-8";
/* CSS Document */

.page_login {
	position:absolute;
	left:50%;
	margin-left:-337px;
	margin-top:100px;
	width:674px;
	border:1px solid #474761;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:hidden;
}
.banner_login {
	float:left;
	width:674px;
	height:94px;	
}
.panel_login {
	float:left;	
	margin-top:30px;
	margin-bottom:10px;
	margin-left:150px;
}
.button_submit {
	font-size:11px;
	text-align:center;
	width:80px;
	height:20px;
	background-color:#e3e4ea;
	border:1px solid #cfd0d9;
	color:#474761;
	font-weight:bold;
}
.panel_exit_login {
	float:left;
	width:674px;
	height:20px;
	background-color:#474761;
	overflow:hidden;
}
.exit_login {
	float:right;
	font-size:11px;
	margin-right:10px;
	margin-top:3px;
}
.exit_login a {
	color:#e3e4ea;
	text-decoration:none;
}
.exit_login a:hover {
	color:#FF9900;
	text-decoration:none;	
}
