@charset "utf-8";
/* login css */
body{
	margin:0;
	padding:0;
	text-align:center;
	font-size:14px;
	color:#216dbe;
	background:#0e4b8c;
	background-image:url(../../images/blue/login_02.gif);
	background-repeat:repeat-x;
	}
.main{
	width:586px;
	margin:0 auto;
	height:396px;
	text-align:left;
	margin-top:151px;
	}
.head{
	width:586px;
	height:144px;
	background:url(../../images/blue/login_05.gif) no-repeat;
	}
.center{
	width:586px;
	height:210px;
	background:url(../../images/blue/login_07.gif) no-repeat;
	}
.loginarea{
	height:100px;
	padding-top:30px;
	margin-left:315px;
	font-weight:bold;
	}
.loginarea input{
	border:1px solid #69b0fa;
	color:#333;
	height:21px;
	width:160px;
	margin-bottom:-3px;
	}
.loginbtn{
	height:29px;
	margin-left:338px;
	}
.bottom{
	width:560px;
	height:24px;
	font-size:12px;
	color:#4e7aaa;
	padding:16px 0 0 26px;
	text-align:center;
	}