.loadwindow{
  left:0;
  top:0;
  position:absolute;
  background:#999;
}
.window{
  float:left;
  position:fixed;
}
.window .title{
  float:left;
  font-size:80%;
  margin:-2px 0 0 0;
  padding:2px 5px;
}
.window .exit{
  float:right;
  width:14px;
  height:14px;
  text-indent:-9999px;
  background:url('/img/global/close.gif') no-repeat left;
}
.window .exit:hover{
  background:url('/img/global/close-a.gif') no-repeat left;
}
.window .content{
  clear:both;
  display:block;
  font-size:80%;
}
.window .load{
  width:100%;
  height:100px;
  float:left;
  clear:both;
  text-indent:-9999px;
  background:url('/img/global/load.gif') no-repeat 50% 50%;
}

.window td{
  vertical-align:top;
}
.shadow-lt{
  background:url('/img/shadow/post-lt.png') no-repeat;
  width:4px;
  height:4px;
}
.shadow-ltt{
  background:url('/img/shadow/post-ltt.png') no-repeat;
  width:7px;
  height:4px;
}
.shadow-t{
  background:url('/img/shadow/post-t.png') repeat-x;
  height:4px;
}
.shadow-rtt{
  background:url('/img/shadow/post-rtt.png') no-repeat;
  width:7px;
  height:4px;
}
.shadow-rt{
  background:url('/img/shadow/post-rt.png') no-repeat;
  width:4px;
  height:4px;
}


.shadow-llt{
  background:url('/img/shadow/post-llt.png') no-repeat;
  width:4px;
  height:7px;
}
.shadow-ilt{
  background:url('/img/shadow/post-ilt.png') no-repeat;
  width:7px;
  height:7px;
}
.shadow-rrt{
  background:url('/img/shadow/post-rrt.png') no-repeat;
  width:4px;
  height:7px;
}
.shadow-irt{
  background:url('/img/shadow/post-irt.png') no-repeat;
  width:7px;
  height:7px;
}

.shadow-l{
  background:url('/img/shadow/post-l.png') repeat-y;
  width:4px;
}
.shadow-r{
  background:url('/img/shadow/post-r.png') repeat-y;
  width:4px;
}


.shadow-llb{
  background:url('/img/shadow/post-llb.png') no-repeat;
  width:4px;
  height:7px;
}
.shadow-ilb{
  background:url('/img/shadow/post-ilb.png') no-repeat;
  width:7px;
  height:7px;
}
.shadow-rrb{
  background:url('/img/shadow/post-rrb.png') no-repeat;
  width:4px;
  height:7px;
}
.shadow-irb{
  background:url('/img/shadow/post-irb.png') no-repeat;
  width:7px;
  height:7px;
}

.shadow-lb{
  background:url('/img/shadow/post-lb.png') no-repeat;
  width:4px;
  height:4px;
}
.shadow-lbb{
  background:url('/img/shadow/post-lbb.png') no-repeat;
  width:7px;
  height:4px;
}
.shadow-b{
  background:url('/img/shadow/post-b.png') repeat-x;
  height:4px;
}
.shadow-rbb{
  background:url('/img/shadow/post-rbb.png') no-repeat;
  width:7px;
  height:4px;
}
.shadow-rb{
  background:url('/img/shadow/post-rb.png') no-repeat;
  width:4px;
  height:4px;
}


.shadow-lt.green{
  background:url('/img/shadow/green/post-lt.png') no-repeat;
}
.shadow-ltt.green{
  background:url('/img/shadow/green/post-ltt.png') no-repeat;
}
.shadow-t.green{
  background:url('/img/shadow/green/post-t.png') repeat-x;
}
.shadow-rtt.green{
  background:url('/img/shadow/green/post-rtt.png') no-repeat;
}
.shadow-rt.green{
  background:url('/img/shadow/green/post-rt.png') no-repeat;
}
.shadow-llt.green{
  background:url('/img/shadow/green/post-llt.png') no-repeat;
}
.shadow-ilt.green{
  background:url('/img/shadow/green/post-ilt.png') no-repeat;
}
.shadow-rrt.green{
  background:url('/img/shadow/green/post-rrt.png') no-repeat;
}
.shadow-irt.green{
  background:url('/img/shadow/green/post-irt.png') no-repeat;
}
.shadow-l.green{
  background:url('/img/shadow/green/post-l.png') repeat-y;
}
.shadow-r.green{
  background:url('/img/shadow/green/post-r.png') repeat-y;
}
.shadow-llb.green{
  background:url('/img/shadow/green/post-llb.png') no-repeat;
}
.shadow-ilb.green{
  background:url('/img/shadow/green/post-ilb.png') no-repeat;
}
.shadow-rrb.green{
  background:url('/img/shadow/green/post-rrb.png') no-repeat;
}
.shadow-irb.green{
  background:url('/img/shadow/green/post-irb.png') no-repeat;
}

.shadow-lb.green{
  background:url('/img/shadow/green/post-lb.png') no-repeat;
}
.shadow-lbb.green{
  background:url('/img/shadow/green/post-lbb.png') no-repeat;
}
.shadow-b.green{
  background:url('/img/shadow/green/post-b.png') repeat-x;
}
.shadow-rbb.green{
  background:url('/img/shadow/green/post-rbb.png') no-repeat;
}
.shadow-rb.green{
  background:url('/img/shadow/green/post-rb.png') no-repeat;
}

.shadow-null{
  background-color:#fff;
}
.shadow-bottom{
  background:#f8f8f8;
}
.window .text{
  background:#fff;
}
