body.content
{
	font-size:8px;
}
.preview_txt
{
	padding:1em 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	margin-bottom:1.6em;
	text-align:left;
}
.preview_header
{
	min-height:35px; height:auto !important; height:35px; display:block; color:#2d2d2d; font-weight:normal; line-height:1.06em; font-size:1.5em;background:url(/images/heart-full.png) 0 3px no-repeat; padding:0 0 0 25px; text-align:left;
}

.preview_div
{
	position:fixed;
	width:380px;
	height:380px;
	overflow:auto;
	left:50%;
	margin-left:-200px;
	top:50%;
	margin-top:-200px;
	background:#fff;
	padding:20px;
	border: solid 10px #aaa;
}
#overlay
{
	background:#2d2d2d;
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
* html,
* html body
{
	height:100%;
}
* html .preview_div
{
	position:absolute;
	margin-top:60px;
	top:expression(( (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); 
	right:expression(( (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');
}
* html #overlay
{
	position:absolute;
	top:expression(( (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px');
	right:0;
}