html{
	scrollbar-track-color: #F0F3F4;
	scrollbar-face-color: #E3E9EA;
	scrollbar-highlight-color: #F0F3F4;
	scrollbar-3dlight-color: #F0F3F4;
	scrollbar-shadow-color: #C2CFD3;
	scrollbar-darkshadow-color: #E3E9EA;
	scrollbar-arrow-color: #888888;
}

form {
	margin:0;
	padding:0;
}

.uid_nomal {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	height: 17px;
	width: 107px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 15px;
	padding-top: 1px;
	background-image: url(../images/uid.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.pwd_nomal {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 15px;
	padding-top: 1px;
	height: 17px;
	width: 130px;
	background-image: url(../images/pwd.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:link {
	text-decoration: none;
	color:#333333
}
a:visited {
	text-decoration: none;
	color:#333333
}
a:hover {
	text-decoration: none;
	color:#333333
}
a:active {
	text-decoration: none;
	color:#333333
}
