.opinion {
	z-index: 80; 
	position: fixed !important; 
	position: absolute;
	cursor: hand;
	cursor: pointer;
	width: 81px;
	height: 81px;
	min-height: 81px;
	min-width: 81px;
	background-repeat: no-repeat;
}
#fb-top-left {
	top:0px;
	_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop : document.body.scrollTop);
	left: 0px;
	background-image: url("/_reference/images/blue-band-top-left.gif");
}
#fb-low-left {
	bottom: 0px;
	_top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + (document.documentElement.clientHeight-this.clientHeight) - 1 : document.body.scrollTop + (document.body.clientHeight-this.clientHeight) - 1);
	left: 0px;
	background-image: url("/_reference/images/blue-band-low-left.gif");
}
#fb-low-right {
	bottom: 0px;
	_top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + (document.documentElement.clientHeight-this.clientHeight) - 1 : document.body.scrollTop + (document.body.clientHeight-this.clientHeight) - 1);
	right: -5px; 
	background-image: url("/_reference/images/blue-band-low-right.gif");
}
#fb-top-right {
	top:0px;
	_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop : document.body.scrollTop);
	right: 0px; 	
	background-image: url("/_reference/images/blue-band-top-right.gif");
}

