@charset "utf-8";
body {
	background-image: none;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#Head {
	background-image: url(../images/bg_login_head.jpg);
	height: 83px;
}
#MainDiv {
	CLEAR: both; LEFT: 0px; MARGIN: 0px auto; WIDTH: 100%; POSITION: absolute; HEIGHT: 480px
}
#Middle {

	MARGIN: -147px auto;
	clear: both;
	width: 600px;
	TOP: 50%;
	POSITION: relative;
}
#Middle .Left {
	float: left;
	width: 250px;
	text-align: center;
}
#Middle .Right {
	float: left;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.Left .news {
	background-image: url(../images/i_news.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 14px;
	font-weight: bold;
	text-indent: 25px;
	height: 22px;
	line-height: 22px;
	color: #0760af;
}
.Right .userlogin {
	font-size: 14px;
	font-weight: bold;
	color: #0760af;
	background-image: url(../images/i_login.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	height: 22px;
	line-height: 22px;
	width: 210px;
}
.newsTable {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	padding: 0px;
}
.newsTd {
	padding-bottom: 8px;
	background-image: url(../images/i_dot.gif);
	background-repeat: no-repeat;
	text-indent: 8px;
	background-position: 0px 6px;
}

#Logo_Group {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	padding-top: 40px;
}

#Logo_Group img {
	padding-right: 10px;
}
.news h6 {
	font-size: 14px;
	font-weight: bold;
	color: #0760af;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.news h5 {
	font-size: 18px;
	color: #FF0000;
}

