input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	cursor: pointer;
}

#login_username {
	background: url(images/login_user.gif) no-repeat 0 1px;
	padding-left: 17px;
}

#login_password {
	background: url(images/login_pass.gif) no-repeat 0 1px;
	padding-left: 17px;
}

#login_username:focus {
	background: url(images/login_user.png) no-repeat 0 1px #eaf7f8;
	padding-left: 17px;
}

#login_password:focus {
	background: url(images/login_pass.gif) no-repeat 0 1px #eaf7f8;
	padding-left: 17px;
}

#search_string {
	background: url(images/search_search.png) no-repeat 0 1px;
	padding-left: 17px;
}

#search_string:focus {
	background: url(images/search_search.png) no-repeat 0 1px #eaf7f8;
	padding-left: 17px;
}

#pwd_changepassword label {
	width: 16.5em;
	float: left;
}
