* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	background: #ffffff
}

body,td,th {
	font: 12px/1.5em Arial;
}

.loginbox {
	margin: 180px auto 60px;
	text-align: left;
	background: url('loginbg.png') no-repeat;
	width: 760px;
	height: 262px
}

.logo {
	width: 170px;
	padding: 0px 70px 30px 70px
}

.login {
	width: 380px;
	padding: 0px 30px 20px 30px
}

.login tr {
	height: 35px
}

.loginform th,.loginform td {
	padding: 3px;
	font-size: 14px;
}

.submit {
	height: 22px;
	padding: 0 5px;
	border: 1px solid;
	border-color: #EEE #666 #666 #EEE;
	background: #DDD;
	font-size: 14px;
	cursor: pointer;
}

.footer {
	position: absolute;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #999;
}

a {
	color: #2366A8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input {
	font-size: 12px;
	vertical-align: middle;
	resize: none;
	background-color: #ffffff;
}

.input_text {
	font-size: 12px;
	border: 1px solid #B3B3B3;
	font-family: Tahoma, 宋体;
	resize: none;
	height: 15px;
	line-height: 15px;
	background: #ffffff url("inputbg.png") repeat-x;
	padding: 4px 5px;
}

.button1 {
	border: 0;
	background: url('button4.gif') no-repeat;
	width: 115px;
	height: 32px;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	color: #000000;
}

.authcode {
	position: absolute;
	margin: 0px 0 0 10px;
	cursor: pointer;
}