@charset "utf-8";
#main {
	margin: 0px auto 0px auto;
	width: 880px;
	height: 950px;
	padding-bottom: 50px;
}
#left {
	float: left;
	width: 215px;
	height: 100%;
}
#right {
	float: left;
	width: 665px;
	height: 100%;
}
#left .box {
	margin: 150px auto 0px auto;
	padding-top: 50px;
	width: 195px;
	height: 190px;
	background-image: url(../images/login_left_box_bg.gif);
	background-repeat: no-repeat;
}
#left .box div {
	margin: 0px auto 0px auto;
	width: 170px;
	height: 25px;
	border-bottom: 1px solid #3A3A3A;
}
#right .banner {
	height: 150px;
	background-image: url(../images/login_right_banner_bg.jpg);
	background-repeat: no-repeat;
}
#right .mmbox {
	padding: 10px;
	width: 625px;
	height: 750px;
	border: 10px solid #656462;
	background-color: #FFFFFF;
}
#right .mth {
	margin: 0px auto 0px auto;
	width: 600px;
	height: 30px;
	background-image: url(../images/li_2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #E3E3E3;
	text-indent: 18px;
}
#right .mtm {
	margin: 0px auto 0px auto;
	padding: 15px 0px 15px 0px;
	width: 595px;
	border-top: 1px solid #F3F3F3;
}
#right .mtb {
	padding: 20px 10px 20px 10px;
}
#right .info {
	width: 603px;
	height: 560px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #FDB0C0;
	background-color: #FBEDF2;
	color: #1B1D1C;
	line-height: 18px;
}
#right .info {
	scrollbar-arrow-color:#fbedf2;
	scrollbar-base-color:#fbedf2;
}
