@charset"utf-8";
/* ************************************
* file name:login.css
* personnel:caoyan
* date:2008-11-7
* contact:58022727-113 caoyan@ceopen.cn
* content:login style
************************************ */
html,body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	font-family:'宋体',Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9e9e9e;
	background:#fff url(../images/bg_login.jpg) right top no-repeat;
}
p,form,ul{
	margin:0;
	padding:0;
}
a{
	color:#656565;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.login{
	width:800px;
	height:408px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-214px;
	margin-left:-400px;
}
.system{
	float:left;
	margin:10px 0 0 50px;
	display:inline;
}
.system h1{
	background:url(../images/logo_login.gif) left no-repeat;
	display:block;
	text-indent:-9999em;
	width:288px;
	height:65px;
	margin-top:40px;
}
.system ul{
	list-style:none;
	line-height:2em;
}
.system ul li{
	padding:0 0 0 9px;
	background:url(../images/bg_system.gif) left no-repeat;
}

.error{
	margin:0 5px;
	color:#cc0000;
}
.form .result{
	position:absolute;
	top:21px;
	*top:18px;
	_top:21px;
	margin-left:48px;
	padding-left:23px;
	color:#cc0000;
	background:url(../images/bg_loginresult.gif) left no-repeat;
	width:143px;
	height:27px;
	line-height:24px;
	*line-height:23px;
	line-height:24px;
}
.form p{
	color:#000;
	margin:9px 0 0 0;
}
.form p input{
	position:relative;
	border:1px solid #b4b4b4;
	vertical-align:middle;
	font-size:12px;
	height:18px;
	line-height:18px;
	font-family:'宋体',Arial, Helvetica, sans-serif;
}
.form p .loginInputHover{
	border:1px solid #e18685;
}
.form p img{
	vertical-align:middle;
	margin-left:5px;
}
.form p.marginL{
	margin-left:48px;
}
.form p.marginL a{
	position:relative;
}
/*button start*/
.form p .buttonLogin{
	width:93px;
	height:32px;
	margin-top:5px;
	float:left;
	text-indent:-9999em;
	border:none;
	cursor:pointer;
	background:url(../images/button_login.gif) left no-repeat;
}
/*button end*/
.foot{
	clear:both;
	text-align:center;
	padding-top:70px;
}
