/**
 * POPUP CONTAINER STYLES
 */
#subModalPopupMask_wish {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	background-color: #151410;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display:none;
	
	cursor:pointer;
}
#subModalPopupContainer_wish {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#subModalPopupInner_wish {
	background-color: #ffffff;
}

#subModalPopupFrame_wish {
	border: 0px solid #000000;
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}

#subModalPopupFrame_wish_real {
	border: 1px solid #000000;
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
