div#pdf
{
	display:none;
	background-color:white;
	width:500px;
	height:682px;
	margin-top:-341px;
	margin-left:-250px;
	padding:5px;
	position:absolute;
	top:50%;
	left:50%;
	
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
}

div#topbar
{
	height:22px;
}

div#close
{
	background-image:url('close.png');
	background-repeat:no-repeat;
	float:right;
	height:22px;
	width:22px;
}

div#content
{
	height:650px;
}

