#popup_window{
  position:absolute;
  z-index:10;
}
#popup_window_title{
  color:#ffffff;
  margin-left:10px;
  cursor:default;
}
#popup_window_td{
  border:1px solid #efa596;
  background:#f3edd6 url(/arts/popup/loading.gif) scroll 50% 50% no-repeat;
  padding:20px;
  min-height:20px;
}
#popup_window_close{
  background:url(/arts/popup/window_close.gif) center no-repeat;
}
#popup_window_close:hover{
  background-image:url(/arts/popup/window_close_over.gif);
}

