#PopupGenericWindow {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1001;
	border: 5px solid #CCCC00;
    display: none;
}
#PopupGenericWindowBlock {
	position:absolute;
	left:0px;
	top:0px;
    width: 100%;
    height: 100%;
	z-index:1000;
	background-image:url(../Images/BgBlockWindow.png);
    display: none;
}

.PopupWindowTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCC00;
	padding: 5px;
	background-color:#F4FED6;
}
.PopupWindowContent {
	background-color:#FFFFFF;
}