*{
	font-size:12px;
}
body{
	font-size:12px;
	text-align:center;
	font-family:tahoma;
}
p{
	margin:5px;
}
.red{
	color:#FF0000;
}
#mainbox{
	width:778px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:20px;
	padding-top:20px;
	border-bottom:1px solid #CCC;
}
#left{
	width:20px;
	background:url(../imgs/left_bg.gif) no-repeat;
	float:left;
	height:145px;
	margin-top:32px;	
}
#main_login{
	width:250px;
	text-align:left;
	float:left;
}
#main_login a{
	color:#0066CC;
}
#main_login a:hover{
	text-decoration:none;
	color:#666;
}
#login_content{
	border-right:1px solid #999;
	border-left:1px solid #999;
	padding:10px;
}
.login_border{
	width:100%;
	height:4px;
}
.login_bottom{
	width:100%;
	height:4px;
	background:url(../imgs/login_bottom_bg.gif) repeat-x;
	text-align:right;
}
#right{
	width:508px;
	height:145px;
	background:url(../imgs/main_bg.gif) repeat-x;
	float:right;
	margin-top:32px;
}
#right_top{
	color:#FFF;
	line-height:25px;
	width:100%;
	height:120px;
	background:url(../imgs/right_pic.jpg) no-repeat right 0px;
}
#right_bottom{
	height:22px;
	margin-top:3px;
}
.title{
	font-weight:bold;
	color:#336699;
	padding-left:24px;
	display:block;
	background:url(../imgs/title_bg.gif) no-repeat 0px center;
}
.line{
	width:100%;
	height:0px;
	display:block;
	overflow:hidden;
	border-bottom:1px solid #CCC;
	margin-top:3px;
	margin-bottom:8px;
}
form{
	margin:0px;
	padding:0px;
}
.input{
	border:1px solid #CCC;
	height:16px;
	line-height:16px;
	width:127px;
}
.button{
	height:28px;
	line-height:25px;
	width:65px;
	font-weight:bold;
}
.getpwd{
	padding-left:48px;
}
.tips{
	padding-left:40px;
	color:#999;
}
#bg_left_top{
	width:100%;
	height:4px;
}
