body {
	font: 14px / 22px "Microsoft YaHei", Mingliu;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

html {
	background: none repeat scroll 0 0 #F8F8F8;
	color: #000000;
	height:100%;
	width:100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}

fieldset,img {
	border: medium none;
}

li {
	list-style: none outside none;
}

img,object,textarea {
	vertical-align: top;
}

input,select {
	vertical-align: middle;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6,input,textarea,select,address,caption,cite,code,dfn,em,th,var,abbr,acronym
	{
	font-size: 100%;
	font-style: normal;
}

q:before,q:after {
	content: "";
}

legend {
	color: #000000;
}

ins {
	text-decoration: none;
}

.clearfix:after,#hd:after,#bd:after,#ft:after,.hd:after,.bd:after,.ft:after,.part:after,.gmodule:after
	{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix,#hd,#bd,#ft,.hd,.bd,.ft,.part,.gmodule {
	
}

a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}
.mpanel {
	border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #E0E0E0;
    -moz-box-shadow: 0 1px 2px #ccc inset, 0 2px 0 #fff;
    -webkit-box-shadow: 0 1px 2px #ccc inset, 0 2px 0 #fff;
    box-shadow: 0 1px 2px #ccc inset, 0 2px 0 #fff;
	width:500px;
	height:320px;
	position:absolute;
	left:55%;
	top: 50%;
	margin-top:-180px;
}
.wrap {
	width:400px;
	height:150px;
	margin-left:100px;
	margin-top: 50px;
}

.hd {
	height: 70px;
	text-align: center;
}

.hd .head {
	height: 0px;
}

.bd {
	height: 280px;
	vertical-align: middle;
	clear: both;
	width: 1004px;
}

.ft {
	height:120px;
	line-height: 27px;
	width: 1004px;
	margin: 0 auto;
	font-size:15px;
	font-weight:bold;
	overflow:hidden;
	text-align:center;
}

.ft ul li {
	list-style: none outside none;
	height: 20px;
	line-height: 22px;
	float: left;
	text-align: center;
	display: inline;
}

.ft ul {
	float: left;
	height: 20px;
	line-height: 22px;
	overflow: hidden;
	display: inline;
}

.ft a {
	color: #000000;
	padding: 0 6px;
}

.bdwrap {
	display: block;
}

.logo {
	float: left;
	position: relative;
	height: 200px;
	width: 200px;
	margin-left: 220px;
	display: inline;
}

.logo IMG {
	margin-top: 35px;
	float: left;
	height: 180px;
	width: 180px;
	display: inline;
}

.split {
	float: left;
	width: 15px;
	height: 277px;
	margin-left: 55px;
	display: inline;
}

.split IMG {
	float: left;
	display: inline;
}

.login {
	position:relative;
	float:right;
	width:400px;
	height:266px;
	position:relative;
	display:inline;
}

.login td {
	height: 42px;
}

.logintitle {
	height: 40px;
	vertical-align: bottom;
}

.msgtip {
	color: red;
}

.uname {
	width: 140px;
	height: 19px;
	line-height: 19px;
	padding: 5px;
	background: transparent url("../input.png") no-repeat;
	border: 0px;
	outline: none;
}

.unameTip {
	display: block;
	height: 20px;
	width: 160px;
	color: red;
	margin-left: 5px;
}

.pass {
	width: 140px;
	height: 19px;
	line-height: 19px;
	padding: 5px;
	background: transparent url("../input.png") no-repeat;
	border: 0px;
	outline: none;
}

.passTip {
	display: block;
	height: 20px;
	width: 160px;
	color: red;
	margin-left: 5px;
}

.loginbtn {
	margin-left: 77px;
	border: 0px;
	width: 70px;
	height: 24px;
	background: url(../btn.png) no-repeat;
}

#loading-mask {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 90000;
	background-color: #DBE9F6;
	display: none;
}

#loading {
	position: absolute;
	left: 45%;
	top: 35%;
	padding: 2px;
	z-index: 90001;
	height: auto;
	background-color: #DBE9F6;
}

#loading a {
	color: #225588;
}

#loading .loading-indicator {
	font: bold 13px tahoma, arial, helvetica;
	padding: 10px;
	margin: 0;
	height: auto;
	background-color: #DBE9F6;
}

#loading img {
	width: 40px;
	height: 40px;
	margin-right: 8px;
	float: left;
	vertical-align: middle;
}

#loading-info {
	position: absolute;
	vertical-align: middle;
	width: 120px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 50px;
	float: left;
}

#loading-msg {
	position: absolute;
	font: normal 12px sans-serif;
	left: 30px;
	width: 180px;
	padding: 0;
	margin-top: 3px;
	margin-left: 30px;
}
#loginForm{
	position:relative;
	left:20px;
}
