body {
	background-color: #FFF;
	background-image: url(../images/login/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 微软雅黑;
	font-size: 13px;
	line-height: 18px;
	color: #5d5d5d;
}

li {
	list-style: none;
}

body,td,th,div,p,ul,li,input {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
	vertical-align: top;
}

a {
	color: #5d5d5d;
	text-decoration: none;
}

a:hover {
	color: #a4ce7a;
	text-decoration: underline;
}

#containter {
	width: 955px;
	margin: 0px auto;
}

#header {
	height: 76px;
}

#loginBox {
	background: url(../images/login/bg_pic.jpg) left top no-repeat;
	height: 518px;
}

.tabLogin {
	width: 294px;
	height: 319px;
	margin: 100px 0px 0px 0px;
	background: url(../images/login/bg_login.png) top right no-repeat;
}

.b_tab_l_h,.b_tab_r,.b_tab_l,.b_tab_r_h {
	height: 46px;
	border: 0px;
	display: inline-block;
	line-height: 46px;
	text-align: center;
	font-size: 14px;
	font-family: 微软雅黑;
	cursor: pointer;
}

.b_tab_l_h {
	width: 149px;
	background: url(../images/login/bg_tab.png) left top no-repeat;
}

.b_tab_r {
	width: 145px;
	background: url(../images/login/bg_tab.png) right top no-repeat;
}

.b_tab_l {
	width: 145px;
	background: url(../images/login/bg_tab.png) 0px -46px no-repeat;
}

.b_tab_r_h {
	width: 149px;
	background: url(../images/login/bg_tab.png) -149px -46px no-repeat;
}

.input {
	background: url(../images/login/b_input.png) top left no-repeat;
	height: 40px;
	width: 245px;
	border: 0px;
	line-height: 40px;
	text-align: left;
	margin-bottom: 18px;
    padding-left:2px;
    *position:relative;
    *left:-25px;
}

.buttonbox {
	width: 245px;
	margin: 40px 0px 20px 0px;
	text-align: center;
}

.buttonbox a {
	padding: 0 10px 0 0;
}

#footer {
	margin: 30px 0px;
	text-align: right;
}

#footer p a {
	padding: 0px 4px;
}

.infor {
	margin: 15px 0px;
}

.infor li {
	float: left;
	padding-left: 40px;
	font-size: 14px;
	line-height: 20px;
}

.clear {
	clear: both;
}

.f_l {
	float: left;
}

.f_r {
	float: right;
}