html,body{
scrollbar-face-color:#ebf3f9;
scrollbar-highlight-color:#72AED6;
scrollbar-3dlight-color:#72AED6;
scrollbar-darkshadow-color:#72AED6;
scrollbar-shadow-color:#72AED6;
scrollbar-arrow-color:#72AED6;
scrollbar-track-color:#ebf3f9;
margin: 0px;
padding:0px;
background-color: #ffffff;
}
td{font-size:12px;font-family:宋体;}
textarea{
scrollbar-face-color:#FFFFFF;/*滚动条的颜色*/
scrollbar-highlight-color:#dddddd;/*滚动条左边颜色*/
scrollbar-3dlight-color:#ffffff;/*滚动条左边阴影颜色*/
scrollbar-shadow-color:#dddddd;/*滚动条右边颜色*/
scrollbar-darkshadow-color:ffffff;/*滚动条右边阴影颜色*/
scrollbar-arrow-color:#999999;/*滚动条小键头颜色*/
scrollbar-track-color:FFFFFF;/*滚动条底部的颜色*/
}
input{height:18px;line-height:18px;}
input,textarea{	
	border-left:1px solid #000000;
	border-top:1px solid #000000;
	border-right:1px solid #aaaaaa;
	border-bottom:1px solid #aaaaaa;
	background-color: #ffffff;
	behavior:url("images/style.htc");
}
/*---------------默认链接用------------*/
a:link{color: #222222;text-decoration: none;}
a:visited{color:#222222;text-decoration: none;}
a:hover{color: #ff0000;text-decoration: underline;}
/*a{behavior:url("images/href.htc")}*/
.title{font-size:14px;font-weight:bold;color:#000000;}/* float:left; position:absolute;left:20px;top:50px;标题：登录用户管理*/
.big_table{background:url(bg.gif) no-repeat left top;}
.button2{/*用于2--3个字：确定/取消 */
	font-size:12px;
	background: url("buttonn.gif") no-repeat left bottom;
	height: 23px;
	width:65px;
	border:none;
	cursor:pointer;
	behavior:url("images/btn.htc");
}
.search{
	font-size:12px;
	background: url("search.gif") no-repeat left bottom;
	height: 21px;
	width:64px;
	border:none;
	cursor:pointer;
	behavior:url("images/searchbtn.htc");
}
/*------------上下翻页------------*/
a.page:link{color: #003399;text-decoration: underline;}
a.page:visited{color:#003399;text-decoration: underline;}
a.page:hover{color: #ff0000;text-decoration: underline;}
.strPage{color:#003399;font-family:Arial;}
#txtPage{height:18px;}