@charset "utf-8";
/* CSS Document */
body {
	background:transparent;
	text-align:left;
}
/** popup **/
.popup {
	position:absolute;
	color:#554C2F;
	overflow:hidden;
	_zoom:1;
	z-index:9999;
}
.popup * {
	border-collapse:collapse;
	border-spacing:0;
	word-wrap:break-word;
	word-break:break-all;
	table-layout:fixed;
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:12px;
	text-align:left;
}
.popupBody {
}
.popupIframe {
}
.popupTitle {
	position:absolute;
	top:0;
	left:0;
	height:28px;
	line-height:28px;
	cursor:move;
	text-align:left;
}
.popupClose {
	position:absolute;
	top:10px;
	right:10px;
	padding:2px;
	display:block;
	font-weight:bold;
	line-height:normal;
	color:#060;
	overflow:hidden;
}
.popup tbody .ct {
	background:#C1B297;
}
.popup tbody .lt {
	width:50px;
	background:url(/style/images/popupRL.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}
.popup tbody .rt {
	width:50px;
	background:url(/style/images/popupRL.jpg);
	background-position:right top;
	background-repeat:repeat-y;
}
.popup thead .lt {
	height:50px;
	width:50px;
	background:url(/style/images/popup.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.popup thead .rt {
	height:50px;
	width:50px;
	background:url(/style/images/popup.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
.popup tfoot .lt {
	height:50px;
	width:50px;
	background:url(/style/images/popup.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.popup tfoot .rt {
	height:50px;
	width:50px;
	background:url(/style/images/popup.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.popup thead .ct {
	height:50px;
	background:url(/style/images/popupTB.jpg) repeat-x;
	background-position:left top;
	background-repeat:repeat-x;
}
.popup tfoot .ct {
	height:50px;
	background:url(/style/images/popupTB.jpg) repeat-x;
	background-position:left bottom;
	background-repeat:repeat-x;
}
.coverDiv {
	position:absolute;
	top:0;
	left:0;
	background:#000;
	cursor:not-allowed;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.3;
	z-index:99;
}