@charset "utf-8";
body {
	background-color: #BBEEFF;
	line-height:160%;
	font-size:12px;
	padding:0px;
	margin:0px;
	font-family: Microsoft YaHei,Verdana, Arial, Helvetica, sans-serif;
}
a{
	text-decoration:underline;
	color: #0000cc;
}
a:hover{
	text-decoration:none;
	color: #ff6600;
}
#top {
	height:120px;
	clear:both;
}
#Login1{height:268px;width:100%;background-image:url(../SysImages1/login_bg.jpg);}
#Login1 #LoginFormWindow{width:408px;margin:auto;}
#Login1 #LoginFormWindow .LoginTitle{height:38px;background-image:url(../SysImages1/login_1.jpg);background-repeat:no-repeat}
#Login1 #LoginFormWindow .LoginContent{height:230px;background-image:url(../SysImages1/login_3.jpg);background-repeat:no-repeat}
#Login1 #LoginFormWindow .LoginContent .LoginForm{height:128px;width:310px;margin:auto;}
#Login1 #LoginFormWindow .companylogo{padding:6px 12px 6px 12px;height:90px;}
#LoginFooter{height:40px;margin-top:10px;width:100%;text-align:center;}

.input{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #575757;
	border-right-color: #C5C5C5;
	border-bottom-color: #C5C5C5;
	border-left-color: #575757;
	padding:3px 3px 3px 3px;
	background-color:#FFFFFF;
}
.input:hover{
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #06799F;
	border-right-color: #079ACB;
	border-bottom-color: #079ACB;
	border-left-color: #06799F;
	padding:2px 2px 2px 2px;
	background-color:#FFFFEC;
}