#wbtoolbar {
	position: fixed;
	z-index: 100;
	top: 0px;
	border-right:  1px solid #8b8b8b !important;
	border-bottom: 1px solid #8b8b8b !important;
	border-left:   1px solid #8b8b8b !important;
	color: #000 !important;
	width: 100%;
	height: 31px;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	background-color: #fff !important;
}
#wbtoolbar:hover {
	opacity: 1;
	filter: alpha(opacity = 1);
}
.wbtb-field {
	color: #000 !important;
	font-weight: bold;
	font-size: 13px;
	position: relative;
	background-color: #fff;
	display: block;
	padding: 7px 9px 2px;
	height: 22px;
	float: left;
}
.wbtb-field:hover {
	text-decoration: none;
	background-color: #3d9ddb;
}
span.wbtb-field:hover {
	background-color: #fff;
}
.wbtb-img {
	margin-right: 0px;
	margin-bottom: -3px
}
.wbtb-normal-cursor {
	cursor: default
}
.wbtb-denied:hover {
	cursor: not-allowed;
}
.wbtb-first, .wbtb-login {
	margin-left: 50px;
}
.wbtb-login input {
	font-size: 12px;
	line-height: 21px;
	display: block;
	margin: 3px 3px 0 0;
	padding: 0 10px 0 3px;
	float: left;
	border: solid 1px #9dc4e3
}
.wbtb-login input[type="submit"] {
	line-height: 21px;
	padding: 0;
	height: 23px
}
.wbtb-login input[type="submit"]:hover {
	background-color: #9dc4e3
}