.PopupContainer
{
	position: absolute;
	border: 1px solid;
	background-color: #DDDBDC;
	display: none;	
	z-index: 1000;
}

.PopupHeader
{
	background-color: #999999;
	color: white;
}

.PopupBody
{
}

.PopupCloseButton
{
	position: absolute;
	right: 0px;
}
