/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 10000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=70);
	background-color: #000000;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 10001;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 1px solid #234589;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #586CAE;
	color: #ffffff;
	font-weight: bold;
	height: 18px;
	padding: 5px;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 14px;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}
#popupCont {
	font-size:14px;
	height:100%;
	padding:10px;
}
#msg,#popupMsg {background-color:#F5F7B9;border:1px solid #91A9BD;height:20px;font-size:14px;}