
body {
	font-family: 新宋体;
	font-size:12px;
	color: #0131FF;
	margin-top:15px;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	background-color:#2465A5;
}
ul {
	padding:0px;
	margin:0px;
}
.center {
	text-align:center;
}
.fw {
	font-weight:bold;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
}
/*布局代码*/
#loginBg {
	width:1024px; height:509px; margin:100px auto; background-image:url(../images/loginBg.jpg); background-repeat:no-repeat;
}
#loginContent {
	width:365px; height:290px; padding-top:130px; margin-left:465px;
}
#loginText {
	width:100%; height:21px; padding-top:30px; line-height:21px;
}
#user {
	width:90%; height:28px; margin-left:20px; margin-top:25px;
}
#userText {
	width:60px; height:10px; padding-top:13px; float:left;
}
.userStyle {
	width:230px; height:21px; padding-top:6px; vertical-align:middle; background-color:#D1E7F5; border:#333 solid 1px;
}
#pass {
	width:90%; height:28px; padding-top:6px; margin-left:20px; margin-top:15px;
}
#passText {
	width:60px; height:10px; padding-top:13px; float:left;
}
.passStyle {
	width:230px; height:21px; padding-top:6px; vertical-align:middle; background-color:#D1E7F5; border:#333 solid 1px;
}
.yzStyle {
	width:130px; height:21px; padding-top:6px; vertical-align:middle; background-color:#D1E7F5; border:#333 solid 1px;
}
.yzImg {
float:left; background-color:#FFFFFF; border:#000000 solid 1px; margin-left:20px; margin-top:5px;
}
#buttonT {
	width:100px; height:37px; padding-top:30px; float:left; padding-left:80px;
}
.buttonStyle {
	width:100px; height:37px; color:#FFF; background-image:url(../images/button.jpg); background-repeat:no-repeat; border:0px;
}
#buttonC {
	width:100px; height:37px; padding-top:30px; float:left; padding-left:30px;
}
#passLost {
	width:80%; float:left; text-align:center; padding-left:50px; padding-top:30px;
}