#popupMask 
{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:200;
	background-color:#fff;
	-moz-opacity: 0.5;
	opacity:.5;
	filter: alpha(opacity=50);
}

#popupContainer 
{
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}

#popupInner 
{
	border: 2px solid #000000; /* Override this entry to change the left, right and bottom borders of the dialog */
	border-top-width: 0px;
	background-color: #FFFFFF;
}

#popupFrame 
{
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}

#popupTitleBar 
{
	/*background-color: #2c5db3;*/
	color: #FFFFFF;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-top: 2px solid #000000; /* Override this entry to change the top border of the dialog */
	position: relative;
	z-index: 203;
}

#popupTitle 
{
	float:left;
	font-size: 1.1em;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
}

#popupControls 
{
	float: right;
	cursor: pointer;
	cursor: hand;
}