@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0px;
}
.hr1 {
	border: 1px dashed #CCC;
}
#body_userlogin {
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #DFDFDF;
	background-image: url(../Images/userlogin.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: auto;
	width: 400px;
	line-height: 16px;
	background-color: #F9F9F9;
}
#body_welcome {
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #DFDFDF;
	background-image: url(../Images/welcome.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: auto;
	width: 400px;
	line-height: 16px;
	background-color: #F9F9F9;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #09C;
}
.input_blue {		
	font-size: 9pt;
	color: #006699;
	background-color: #FFFFFF;
	height: 16px;
	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: #CAEAFF;
	border-right-color: #CAEAFF;
	border-bottom-color: #CAEAFF;
	border-left-color: #CAEAFF;
	vertical-align: middle;
}

.input_1 {
	height: 16px;
	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: #CCC;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
}
span#jt {
	font-family: "ËÎÌå";
	font-size: 12px;

}