/* Translucent box for right banner. */
.translucent-box-btm { width:214px; height:10px; }

/* This is for IE6. It's here because it has to precede the background image for the other browsers */
* html .translucent-box {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	    enabled=true,
	    sizingMethod=crop,
	    src="http://www.muledesign.com/clientwork/medicalertorg/webexperiencedesign/html/images/translucent-white-top.png"
	);
	cursor: pointer;
}
* html .translucent-box-btm {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	    enabled=true,
	    sizingMethod=crop,
	    src="http://www.muledesign.com/clientwork/medicalertorg/webexperiencedesign/html/images/translucent-white-btm.png"
	  );
}
* html .translucent-rpt {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
	    enabled=true,
	    sizingMethod=scale,
	    src="http://www.muledesign.com/clientwork/medicalertorg/webexperiencedesign/html/images/translucent-rpt.png"
	);
	cursor: pointer;
}

/* This sets the background image for all browsers except IE6. */
html>body .translucent-box { margin-bottom: 0; background:url(../images/static/translucent-white-top.png) top left no-repeat; }
html>body .translucent-box-btm { background:url(../images/static/translucent-white-btm.png) bottom left no-repeat; }
html>body .translucent-rpt { background:url(../images/static/translucent-rpt.png) bottom left repeat-x; }
/* End translucent box for right banner */
