/* Fixes specifically for IE */

/* This fixes in IE if zoomed in to a custom size the top menu items being cropped. */
.pqrc_pageContent div {
	zoom: 1;
}

/* Opacity support in IE - see http://www.quirksmode.org/css/opacity.html */
.pqrc_watermark_draft {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	filter: alpha(opacity=25);
}
