@charset "utf-8";
/* CSS Document */

#popupBackground{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:0;
	z-index:10000;
}
#popupWindow{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	background: #000;
	z-index:10001;
	padding:10px;
}
#popupWindowInner{
	border:2px solid #CCC;
	padding:5px;
	background-color:#FFFFFF;
	text-align:left;
	max-height: 480px;
	width: auto;
	overflow: auto;
}
#popupWindowArea {
	overflow:hidden;
}

