/*
// pdfpreview.css
// Ron Lau 2010
// Copyright Netcast Platform 2010
//
// Created on: 05/02/2010
*/

#preview_layer
{
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	border-style: none;
}

.ie .preview_layer
{
	background-color: #000000;
	zoom: 1;
	filter: Alpha(Opacity=80);
}

#preview_frame
{
	zoom: 1;
	filter: Alpha(Opacity=100);
}
