html body div.popup_window_css { position: absolute; display: none; background-color:#FFFFD7; -webkit-border-radius: 50px;    -khtml-border-radius: 50px;
    border-radius: 50px 50px;}

html body div.popup_window_css table.popup_window_css {  margin: 0px; border-collapse: collapse; float:right; }
html body div.popup_window_css    td.popup_window_css { padding: 0px; }

html body div.popup_window_css div.popup_window_css_head {  padding: 2px 6px 2px 6px; }
html body div.popup_window_css div.popup_window_css_body { border: 1px solid #FFFFD7;  -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px 50px; border-width: 1px 1px 1px 1px; padding: 6px 6px 0px 6px; background: #FFFFD7; float:left; }
html body div.popup_window_css div.popup_window_css_foot { border: 1px solid black; border-width: 0px 1px 1px 1px; padding: 0px 0px 0px 0px; }


html body div.popup_window_css div.popup_window_css_head img
{
   float: right;
  margin: 4px 0px 0px 1px;
  cursor: pointer;
}

html body div.popup_window_css div.popup_window_css_foot
{
  height: 6px; text-align: right;
}

html body div.popup_window_css div.popup_window_css_foot a,
html body div.popup_window_css div.popup_window_css_foot a img
{
  display: inline-block;
    width: 6px;
   height: 6px;
   border: none;
}