	/**
		程序编写：吴海庚
		技术支持公司：海口万事捷财务管理咨询有限公司
		电话：0898-68590516
		手机：13337619670
		邮箱：selari@126.com
		QQ：43573383
		程序编写时间：2009-03-27
	*/
body {
	font-size:12px;
	text-align:center;
	background-image: url(../images/top_bg.gif);
	background-repeat:repeat-x;
	margin:0px;
}
table {
	margin:12px;
	padding:0px;
	color:#000;
	border-width:0px;
	border-spacing:0px;
	font-weight:bold;
}
input {
	font-weight:bold;
	color:gray;
	font-weight:bold;
	height:12px;
 	/*selari: expression(onfocus=function() {this.style.backgroundColor='#FFC'},
					onblur=function() {this.style.backgroundColor='';return change_add();});*/
}
.button {
	BORDER-RIGHT: gray 1px solid;
	BORDER-TOP: gray 1px solid;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	BACKGROUND-IMAGE: url(../images/button.gif);
 	/*selari: expression(this.onFocus = this.blur() );*/
	BORDER-LEFT: gray 1px solid;
	BORDER-BOTTOM: gray 1px solid;
	BACKGROUND-REPEAT: repeat-x;
	FONT-FAMILY: "宋体";
	BACKGROUND-COLOR: #f0f0f0;
	TEXT-DECORATION: none;
	padding-top: 2px;
	width: 65px;
	height: 22px;
	margin:6px;
}
#legendId {
	font-weight:bold; 
	border:#gray 0px dotted;
	padding:2px;
	color:#BFB8BF;
	cursor:hand;
}
.line {
	text-shadow: #CCCCCC;
	color: #666666;
}
a:link {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
 selari: expression(this.onFocus = this.blur() );
}
area {
 selari: expression(this.onFocus = this.blur() );
}
.focus_blur {
 selari: expression(this.onFocus = this.blur() );
}
a:visited {
	font-size: 12px;
	color: #999;
	text-decoration: none;
}
#apDiv1 {
	position: absolute;
	width:100%;
	height:245px;
	z-index:1;
	left: 0px;
	top: 0px;
	padding-top:130px;
	background-color:#CCC;
	filter: Alpha(Opacity="100", FinishOpacity="85", Style="2");
}
#fieldsetId {
	position: relative;
	width:100%;
	height:100%;
}
#login_center {
	position:absolute;
	width:552px;
	height:352px;
	left:50%;
	top:50%;
	z-index:1;
	background-image:url(../images/employee_login.jpg);
	color:fff;
	margin-left:-276px;
	margin-top:-176px;
}