@charset "utf-8";
/* CSS Document */

@import url(reset.css);

.wrap{
	background: url(../images/index/bg.gif) repeat-x;
	width:620px;
	height:265px;
	border: 1px solid #e9e9e9;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-132px;/*高度的一半*/
	margin-left:-310px;}

.content{
	width:300px;
	height:265px;
	margin-left:150px;
	background-color:#FFF;}

.content .logo{}

.loginArea{
	width:215px;
	margin-left:50px;
	margin-top:5px;}

.loginArea p{
	padding-bottom:5px;}

.loginArea form{
	float:left;
	width:175px;}

.loginArea label,input{
	float:left;}

.loginArea label{
	font-size:10pt;
	color:#666;}

.loginArea input{
	font-size:11pt;
	width:125px;}

.loginArea .loginBut input{
	float:left;
	width:40px;
	margin-top: 25px;
	padding:2px;
	font-size:10pt;
	width:1px\9;
	height:1px\9;
	overflow:visible\9;}

.checkArea{
	width:215px;
	margin-left: 50px;
	padding-bottom:5px;}

.checkArea .resetBut{
	float:left;
	margin-top:5px;
	margin-right: 5px;}

.checkArea .resetBut input{
	padding: 2px;
	width:100px;
	width:1px\9;
	overflow:visible\9;
	height:1px\9;}

.checkArea .c_key{
	float:left;
	width:100px;
	height:35px;}

p.notice{
	width:215px;
	margin-left:50px;
	color:#666;
	font-size:9pt;
	text-align:center;}

p.notice a{
	color:#666;
	text-decoration: none;}

p.notice a:hover{
	color:#06F;}

