/* --- st-popup.css 20100518 --- */
#spBG
{
	display: none;
	position: absolute;
	background: #000000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	border: 1px solid #000000;
	opacity: 0.5; /* Firefox, Safari(WebKit), Opera */
	-ms-filter: alpha(opacity=50); /* IE 8 */
	filter: alpha(opacity=50); /* IE 4-7 */
	zoom: 1; /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */ 
}

#spBOX
{
	display: none;
	position: absolute;
	background: #fffbde;
	color: #333333;
	font-size: 1.2em;
	text-align: left;
	border: 1px solid #4f4f4f;
	top: 170px;
	z-index: 100;
}

.spX
{
	font-size: 10pt;
	color: #4f4f4f;
	padding: 2px 0;
	border-top: 1px solid #4f4f4f;
	background: #ff9900;
}