@charset "utf-8";
.wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 990px;
	background-color: #FFF;
}
.header {
	width: 100%;
	clear: both;
	height: 30px;
	background-color: #09F;
}
.header a{
	color:#FFF;
	text-decoration: none;
}
body {
	margin: 0px;
	font-size: 12px;
	background-color: #EFEFEF;
}
form{margin: 0px;}
.info{
	text-align: center;
	color: #666;
}
.main {
	margin: 16px;
}
.main .user_left{
	float:left;
	width: 450px;
	margin-top: 38px;
	margin-bottom: 38px;
	padding-top: 30px;
}
.main .user_right{
	height:130px;
	float:right;
	width: 450px;
	margin-top: 38px;
	margin-bottom: 38px;
	background-image: url(bg_login.gif);
	background-repeat: no-repeat;
}
.user_right .info{
	line-height:100px;
	color:#0CF;
	font-size:18px;
	text-indent: 3em;	
}
.user_right .info:hover{
	color: #09C;
}
.input_box{
	height: 20px;
	width: 180px;	
}
.main .left{
	line-height:2em;
	float: left;
	height: 300px;
	width: 124px;
}
.main .left a{
	color: #666;
	text-decoration: none;
	display: block;
	clear: both;
	text-indent: 1em;
}
.main .left a:hover{
	color: #FFF;
	background-color: #999;
}
.main .right{
	float:right;
	width:700px;
}
.main .right a{
	line-height: 22px;
	color: #666;
	text-decoration: none;
	display: block;
}
.main .right a:hover{
	color: #F63;
	text-decoration: underline;
}
.main .reg{
	float:right;
	padding:66px;
	width:460px;
}
.main .reg a{
	color:#79E4FF;
	font-size: 20px;
	text-decoration: none;
}
.input_text{
	height: 22px;
	width: 168px;
	font-size: 20px;
	border: 1px solid #ACFFFF;
}
.footer{
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin: 22px;
	text-align: center;
	padding-top: 12px;
	color: #666;
}

