html, body { min-height: 100%; height: 100%; }

#x-window * { margin: 0; padding: 0; }
#x-window img { border: none; }
#x-window table { border-collapse: collapse; font-size: 1em; }

#x-window { position: absolute; z-index: 202; display: none; text-align: left; }
#x-load { position: absolute; z-index: 201; display: none; width: 100px; height: 100px; color: #fff; font-size: 1.33em; }
#x-hideselect {
	position: absolute; top: 0; left: 0; z-index: 199;
	background: #fff;
	width: 100%; height: 100%;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#x-overlay {
	position: absolute; top: 0; left: 0; z-index: 200;
	background: #7d1a0b;
	width: 100%; height: 100%; min-height: 100%;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

#x-layout td { vertical-align: top; }
#x-layout td.x-11 div { background: url(../images/i/x/b_tl.gif) 0 0 no-repeat; width: 2px; height: 2px; line-height: 0; font-size: 0; }
#x-layout td.x-12 div { background: url(../images/i/x/b.gif) 0 0 repeat-x; height: 2px; line-height: 0; font-size: 0; }
#x-layout td.x-13 div { background: url(../images/i/x/b_tr.gif) 0 0 no-repeat; width: 2px; height: 2px; line-height: 0; font-size: 0; }
#x-layout td.x-21 { background: url(../images/i/x/b.gif) 0 0 repeat-y; width: 2px; line-height: 0; font-size: 0; }
#x-layout td.x-21 div { width: 2px; line-height: 0; font-size: 0; }
#x-layout td.x-23 { background: url(../images/i/x/b.gif) 0 0 repeat-y; width: 2px; line-height: 0; font-size: 0; }
#x-layout td.x-23 div { width: 2px; line-height: 0; font-size: 0; }
#x-layout td.x-31 div { background: url(../images/i/x/b_bl.gif) 0 0 no-repeat; width: 2px; height: 2px; line-height: 0; font-size: 0; }
#x-layout td.x-32 div { background: url(../images/i/x/b.gif) 0 0 repeat-x; height: 2px; line-height: 0; font-size: 0; }
#x-layout td.x-33 div { background: url(../images/i/x/b_br.gif) 0 0 no-repeat; width: 2px; height: 2px; font-size: 0; }

#x-content { background: #fff; }

#x-window div.x-closebtn {
	position: absolute; right: 0;
	background: url(../images/i/x/close_bg.gif) 0 0 no-repeat;
	margin: -4px 10px 0 0; padding: 7px 0 0 8px;
	width: 23px; height: 18px;
}

#x-next {
	position: absolute; right: 0;
	background: url(../images/i/x/next_bg.gif) 0 0 no-repeat;
	margin: -20px -2px 0 0; padding-top: 2px;
}
#x-prev {
	position: absolute; left: 0;
	background: url(../images/i/x/prev_bg.gif) 0 0 no-repeat;
	margin: -20px 0 0 -2px; padding-top: 2px;
}




