/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 200;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 100%;
	-moz-opacity:.65; filter:alpha(opacity=65); opacity:.65;
	
	background-color: #000000;
	/*background-image: url("/en_US/images/sleepover/always_sp_module_bg.png") !important; // For browsers Moz, Opera, etc. 
	background-image:none; 
	background-repeat: no-repeat;*/
	display:none;
}
.popupMaskClass {
	position: absolute;
	z-index: 200;
	top: 100px;
	left: 0px;
	width: 100%;
	height: 100%;
	-moz-opacity:.60; filter:alpha(opacity=60); opacity:.60;
	
	background-color: #23247e;
/*	background-image: url("/en_US/images/sleepover/always_sp_module_bg.png") !important; // For browsers Moz, Opera, etc.
	background-image:none; 
	background-repeat: no-repeat;*/
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 1000;
	left: 0px;
	/*margin-top:20px; */
	display:none;
	width:703px;
	overflow:hidden;
	#margin-left:8px;
	/*background-image: url("/en_US/images/sleepover/always_sp_module_bg.png") !important; // For browsers Moz, Opera, etc.
	background-repeat: no-repeat; */
}
#popupInner {
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 700px;
	height:424px;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #486CAE;
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	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: 1.1em;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}