A {
	TEXT-DECORATION: none COLOR :   #000066
}

A:link {
	COLOR: #000066;
	FONT-FAMILY: "";
	TEXT-DECORATION: none
}

A:visited {
	COLOR: #000066;
	FONT-FAMILY: "";
	TEXT-DECORATION: none
}

A:active {
	FONT-FAMILY: "";
	TEXT-DECORATION: none
}

A:hover {
	BORDER-TOP-WIDTH: 1px;
	BORDER-LEFT-WIDTH: 1px;
	COLOR: #ff6600;
	BORDER-RIGHT-WIDTH: 1px;
	TEXT-DECORATION: none
}

BODY {
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	SCROLLBAR-FACE-COLOR: #e8e7e7;
	scrollbar-shadow-color: #167ECB;
	scrollbar-highlight-color: #ffffff;
	scrollbar-track-color: #CDE0F1;
	scrollbar-face-color: #B8D2EB;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #D5F1FF;
	scrollbar-arrow-color: #1869AB;
	color: #041726;
	BACKGROUND-COLOR: #326699;
	margin: auto;
	font-family: "宋体";
	font-size: 12px;
	text-align: center;
	z-index: 0;
	/*background-attachment:fixed;*/
}

#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1152px;
	height: auto;
	zoom: 1;
}

#formcss {
	background-image: url("../images/form.png");
	background-repeat: repeat-x;
	margin-top: 0px; /*55px;*/
	width: 1153px;
	height: 680px;
}

.username {
	position: absolute;
	top: 383px;
	left: 186px;
	width: 189px;
	height: 30px;
	border: none;
	line-height: 30px;
	font-size: 24px;
}

/*输入款之间的间距为30*/
.password {
	position: absolute;
	top: 383px;
	left: 405px;
	width: 189px;
	height: 30px;
	border: none;
	line-height: 30px;
	font-size: 24px;
}

.logininput {
	position: absolute;
	top: 383px;
	left: 677px;
	width: 139px;
	height: 30px;
	border: none;
	line-height: 30px;
	font-size: 24px;
}

.verifyCode {
	position: absolute;
	top: 383px;
	left: 627px;
	width: 50px;
	height: 30px;
	border: none;
}

.login {
	background-image: url("../images/login.png");
	background-repeat: repeat-x;
	position: absolute;
	top: 383px;
	left: 864px;
	width: 108px;
	height: 30px;
	border: none;
	z-index: 0;
	cursor: pointer;
}

.errors {
	position: absolute;
	top: 420px;
	left: 405px;
	width: 189px;
	height: 30px;
	border: none;
	line-height: 30px;
	font-size: 24px;
	color: #FFF;
	z-index: 1;
}

/*输入框提示*/
.UsernameLabel {
	position: absolute;
	top: 383px;
	left: 186px;
	width: 189px;
	height: 30px;
	border: none;
	line-height: 30px;
	font-size: 20px;
	color: gray;
	text-align: left;
}

.PasswordLabel {
	position: absolute;
	top: 383px;
	left: 405px;
	width: 189px;
	height: 30px;
	border: none;
	line-height: 30px;
	font-size: 20px;
	color: gray;
	text-align: left;
}
.VerifyCodeLabel{
 	position: absolute;
	top: 383px;
	left: 677px;
	width: 139px;
	height: 30px;
	border: none;
	line-height: 30px;
	font-size: 20px;
	color: gray;
	text-align: left;
}