﻿html, body {
	font-family: 宋体, Verdana, Arial, Helvetica;
	color: #000000; /*网页文字颜色*/;
	background-image: url(../Images/lo_bg.gif);
	font-size: 12px;
	margin: 0 auto;
	height: 100%;
}
p {
	margin: 0 auto;
	padding: 0;
}
a:link {
	color : #014F8A;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color : #014F8A;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color : #FF9900;
	font-size: 12px;
	font-weight: normal;
}
a:active {
	color : #3D3525;
	font-size: 12px;
	font-weight: normal;
}
.lo-main {
	border: 1px solid #7991a7;
	height: 450px;
	width: 651px;
	margin: auto;
	position: relative;
	z-index: 2;
	background-image: url(images/111bg.jpg);
}
.lo-top {
	height: 15%;
	margin: 0 auto;
}
.lo-box {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	background-image: url(images/111bg.jpg);
}
.lo-black {
	margin: auto;
	height: 300px;
	width: 590px;
	background-color: #939ea9;
	margin-top: -294px;
	left: 6px;
	position: relative;
	z-index: 1;
}
#lo-ul {
	list-style-type: none;
	margin: 0 auto;
	width: 100%;
	margin-left: -40px; /*为 IE FF 兼容*/ 
	* margin-left: 0px;    /*为 IE FF 兼容*/
}
#lo-ul li {
	float: left;
	display: inline;
	list-style-type: none;
	text-align: left;
	margin: 0 auto;
}
.warning {
	margin-top: 40px;
	margin-bottom: 50px;
	margin-left: 50px;
	height: 16px;
	line-height: 16px;
	color: red;
}
.warning img {
	vertical-align: middle;
}
.submit {
	background: url('../Images/submit.gif') no-repeat 1px 1px;
	color: #666666;
	width: 59px;
	height: 24px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	background-color: #EEEEEE;
	font-size: 12px;
}
.lo-form {
	line-height: 35px;
	margin-left: 65px;
}
.lo-sub {
    line-height: 35px;
	margin-left: 275px;
}
.lo_admin, .lo_pass {
    *margin-top: 10px;
	background: #000000;
	border: 1px solid #ccc;
	color: #000000;
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	height: 18px;
	margin-left: 6px;
	padding-left: 20px;
	line-height: 18px;
}
.lo_admin {
	background: url('../Images/username.gif') no-repeat 2px 2px;
}
.lo_pass {
	background: url('../Images/password.gif') no-repeat 2px 2px;
}
.copyright {
	height: 40px;
	line-height: 40px;
	position: absolute;

	 /*文字莲，只对IE有效*/
	* filter: Dropshadow(offx=1,offy=0,color=#ffffff) Dropshadow(offx=0,offy=1,color=#ffffff) Dropshadow(offx=0,offy=-1,color=#ffffff) Dropshadow(offx=-1,offy=0,color=#ffffff);
	left: 50%;
	margin-left: -170px;
	width: 380px;
}
.vcode {
	cursor: hand;
	margin-left: 20px;
}
