body{
	text-align: center;
	margin: 0px;
	font-size: 12px;
	font-family: "微软雅黑", Arial, Lucida, Verdana, Helvetica, sans-serif;
	background-image: url(../image/bg1.gif);
	background-repeat: repeat-x;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
}
#login_con{
	height: 500px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/bg2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.login_box{
	background-image: url(../image/login_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 240px;
	width: 415px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20%;
	padding-top: 80px;
}
.login_tab{
	float: left;
	height: auto;
	width: 100%;
}
.login_tab td{
	padding-top: 6px;
	padding-bottom: 6px;
}
.login_tab .tex1{
	font-size: 14px;
	line-height: 28px;
	color: #555555;
	text-align: right;
}
.login_tab .tex2{
	font-size: 14px;
	line-height: 28px;
	color: #333;
	text-align: left;
}
.login_tab .tex3{
	font-size: 12px;
	line-height: 28px;
	color: #333333;
	text-align: left;
	padding-left: 5px;
}
.login_tab .tex3 a{
	color: #478ecd;
	text-decoration: none;
}
.login_tab .tex3 a:hover{
	color: #F60;
	text-decoration: underline;
}
.login_tab .tex4{
	font-size: 12px;
	line-height: 16px;
	color: #777777;
	text-align: left;
}
.login_input{
	background-image: url(../image/input_bg1.png);
	height: 28px;
	width: 212px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	line-height: 28px;
	color: #333;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-color: transparent;
	margin-left: 7px;
	margin-top: 1px;
}
.login_input2{
	background-image: url(../image/input_bg2.png);
	height: 28px;
	width: 95px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	line-height: 28px;
	color: #333;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-color: transparent;
	margin-left: 7px;
}
.login_tab2{
	float: left;
	height: auto;
	width: 100%;
	padding-top: 10px;
}
.login_btn{
	background-image: url(../image/input_bg3.png);
	height: 27px;
	width: 128px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	line-height: 26px;
	color: #000;
	background-repeat: no-repeat;
	background-color: transparent;
	text-align: center;
	font-family: "微软雅黑", Arial, Lucida, Verdana, Helvetica, sans-serif;
	cursor: pointer;
}