body,td,th {
	font-family: 宋体;
	font-size: 9pt;
}

body {
	margin:0;
}

/*added under*/
.btnstyle {
	background-color:#FFFBF7;
	border-color:#646264;
	border-style:solid;
	border-width:1;
}
 .inputstyle {
	border-style:solid;
	border-color:#000000;
	border-width:1;
}
.bk {
	border-right-width:1px;
	border-right-style:dotted;
	border-right-color:#CCCCCC;
}
.style2 {
	font-size:13pt;
	font-weight:bold;
}
.STYLE3 {
	font-size:14px
}
#Layer1 {
	position:absolute;
	left:0px;
	top:266px;
	width:46px;
	height:44px;
	z-index:1;
}
#Layer2 {
	position:absolute;
	left:69px;
	top:297px;
	width:6px;
	height:0px;
	z-index:2;
}
#Layer3 {
	position:absolute;
	left:49px;
	top:281px;
	width:110px;
	height:33px;
	z-index:2;
}
.STYLE4 {
	font-size:18px
}

a:link {
	text-decoration:none;
	color:blue
}
a:active {
	text-decoration:blink
}
a:hover {
	text-decoration:none;
	color:blue
}
a:visited {
	text-decoration:none;
	color:blue
}

p{
text-indent: 2em; /*em是相对单位，2em即现在一个字大小的两倍*/
}


/*用户名 密码框*/
.username,.password {
    background:#fff;
    border:1px solid #ccc;
    color:#000;
    font-family:verdana, tahoma, sans-serif;
    font-size:12px;
    width:150px;
    height:22px;
    margin-left:6px;
    padding-left:20px;
    line-height:20px;
}
.username { background:url(../img/username.gif) no-repeat 2px 2px;}
.password { background:url(../img/password.gif) no-repeat 2px 2px;}

#button { width:208px; height:28px; }
.imgbutton {margin-top:7px; margin-left:132px; }