.PopupFrocen
{
	background-color: #444444;
	z-index: 1000;
}

.PopupWindow
{
	z-index: 1001;
}

.popupDiv
{
	width:100%;
	height:100%;
	border: 1px solid #FFA333;
}

.PopupWindowContent
{
	width: 100%;
	height: 100%;
}

.PrintContainer
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.PrintContent
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	width: 97%;
}

.PrintLock
{
	position: absolute;
	top: 35;
	bottom: 0;
	left: 0;
	right: 25;
	z-index: 10;
}

.ScrollBoxContainer
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-right: 10px;
	border: solid 1px #000000;
}
.ScrollBox
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 615px;
	height: 100%;
	overflow: auto;
	padding-right: 10px;
}
.ScrollContainer
{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.ScrollContent
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	width: 80%;
	padding-left: 20px;
	padding-right: 20px;
}

.PopupWindowTitle
{
	background-color: #FFA333;
	padding-left: 10px;
	color: #A63008;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana;
	height:20px;
}
.PopupWincowContent
{
	background-color: #ffffff;
	padding: 20px;
}

.separator
{
	padding-left:2px;
	padding-right:2px;
	line-height:12px;
	font-size:9px;
}