#fhe-overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:98;
	-moz-opacity: 0.75;
	opacity:.75;
	zoom:1;
	filter: alpha(opacity=75);
}
#postdiv, #postdivrich{
	background-color: #F9F9F9;
}
.fhe-noresize{
	resize:none !important;
}
.fhe-noscroll{
	overflow: hidden !important;
}