#PrintWindow
{
	background-color: #000000;
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display: none;
	text-align: center;
	vertical-align: middle;
}

#PrintWindowForm
{
	display: none;
	width: 700px;
	height: 450px;
	position: absolute;
	border: 1px solid black;
	background-color: #FFFFFF;
	padding: 10px;
	border: 2px solid #000000;
}
#PrintWindowiFrame
{
	border: 0px solid #FFFFFF;
	width: 100%;
	height: 430px;
	display: none;
}
#PrintWindowLoading
{
	display: block;
	width: 100%;
	height:430px;
	text-align: center;
	vertical-align: middle;
}
#PrintWindowBtnPrint
{
	margin-left:10px;
	margin-bottom: 3px;
}
