
body
{
    background: url('/n.gif') no-repeat;
    background-attachment: fixed;
	border:0;
	padding:0; !important
}

/*only for IE*/
*html .overlay
{
  display:none;
  background-color: #333;
  background-color: transparent;
  background-image: url(/i/s.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="i/overlay.png", sizingMethod="scale");
  position: absolute;
	top: expression(document.getElementsByTagName( 'body' )[0].scrollTop + 'px');
	left:0px;
	z-index: 999;
	height:100%;
	width:100%;
}
.overlay
{
  display:none;
  background-image: url(/i/overlay.png);
	position: fixed;
	*position: absolute;
	top:0px;
	*top: expression(document.getElementsByTagName( 'body' )[0].scrollTop + 'px');
	left:0px;
	z-index: 999;
	height:100%;
	width:100%;
}

.box
{
  display:none;
	position: fixed;
	*position: absolute;
	width:100%;
	height:100%;
	top:0px;
	*top: expression(document.getElementsByTagName('body')[0].scrollTop+'px');
	z-index: 1000;
}

.box .outer {height:100%; overflow: hidden; position: relative; width:100%;}
.box .outer[id] {display: table; position: static; width:100%;}


.box .middle {position: absolute; top: 8%; width:100%;}
*html .box .middle {left:35%;}
.box .middle[id] {display: table-cell; vertical-align: middle; position: static; text-align:center; width:100%;}

.dialog {width:50%; margin:0px auto; background-color:#ffffff;}
.dialog .top .c, .dialog .bot .c {font-size:1px; height:5px;}
.dialog .top {background:transparent url(i/popup_lt.gif) no-repeat 0px 0px;}
.dialog .top .c {background:transparent url(i/popup_rt.gif) no-repeat right 0px;}
.dialog .bot {background:transparent url(i/popup_lb.gif) no-repeat 0px 0px;}
.dialog .bot .c {background:transparent url(i/popup_rb.gif) no-repeat right 0px;}
.dialog .cent {padding:5px 10px 5px 10px;}

