
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding:0;
	margin:0
}
html {
	*overflow-x:hidden;
}
body,button,input,textarea {
	font:12px/1.5 Tahoma,Helvetica,Arial,'SimSun',sans-serif;
}
body {
	color:#333;
}
ol,ul,ul li,div li {
	list-style:none;
	margin:0;
	padding:0
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%
}
fieldset,img {
	border:0;
	vertical-align:top
}
table {
	border-collapse:collapse;
	border-spacing:0
}
a {
	text-decoration:none;
	cursor:pointer;
	color:#2b2b2b
}
a:hover {
	color:#c00
}

body{
	background-color:#7e9eb6
}


.mainbox{
	width:960px;margin:auto;margin-top:82px;
}

.leftbox{
	width:589px;height:455px;float:left;background:url("/rich/images/loginbox_left.png") no-repeat;
}

.leftbox_partner{
	width:589px;height:455px;float:left;background:url("/rich/images/login_partner.png") no-repeat;
}

.leftbox_agent{
	width:589px;height:455px;float:left;background:url("/rich/images/login_agent.png") no-repeat;
}

.middlebox{
	width:284px;height:455px;float:left;background-color:#F6FAFC;border-top:#5F798A 1px solid;
}

.rightbox{
	width:87px;height:455px;float:left;background:url("/rich/images/loginbox_right.png") no-repeat;
}

.middlebody{
	margin:35px;height:333px;
}
.boxtitle{
	height:30px;text-align:center;font-weight:bold;
}
.usertile{
	height:20px;font-weight:bold;
}
.logininput{
	height:30px;
}
.tips{
	height:22px;color:red
}

.forget{
	line-height:40px;background-color:#E9F0F5;border-top:#CAD5DC 1px solid;padding-left:30px;
}
.forget img{
	margin-top:9px;
}
.boxline{
	width:284px;height:12px;background:url("/rich/images/loginbox_line.png") no-repeat;
}

.frm_input_box {
	display: inline-block;
	position: relative;
	height: 30px;
	width:190px;
	line-height: 30px;
	vertical-align: middle;
	font-size: 14px;
	padding: 0 10px;
	border: 1px solid #c3c3c3;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.15);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: transparent;
}

#checkcode{
	width:80px;
}

.btnGreen {
	width:210px;
	height:30px;
	border:1px solid #3d810c;
	box-shadow:0 1px 1px #aaa;
	-moz-box-shadow:0 1px 1px #aaa;
	-webkit-box-shadow:0 1px 1px #aaa;
	padding:1px 20px;
	cursor:pointer;
	display:inline-block;
	text-align:center;
	text-decoration:none;
	vertical-align:bottom;
	overflow:visible;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	*zoom:1;
	background-color:#5ba607;
	background-image:linear-gradient(bottom, #4d910c 3%, #69b310 97%, #fff 100%);
	background-image:-moz-linear-gradient(bottom, #4d910c 3%, #69b310 97%, #fff 100%);
	background-image:-webkit-linear-gradient(bottom, #4d910c 3%, #69b310 97%, #fff 100%);
	color:#fff; font-size:14px; line-height: 1.5;
}

.btnGreen:hover {
	background-color:#5ba607;
	background-image:linear-gradient(bottom, #3d810c 3%, #69b310 97%, #fff 100%);
	background-image:-moz-linear-gradient(bottom, #3d810c 3%, #69b310 97%, #fff 100%);
	background-image:-webkit-linear-gradient(bottom, #3d810c 3%, #69b310 97%, #fff 100%);
}
.sub_tips,.formtips{
	color:red;
}
#logincodeimg{
	margin:8px;cursor:pointer
}
#serviceQQ{
	padding-left:50px;
}
.forgetpwd{
	float:right;
	font-weight:normal;
}