body.case-popup {
 /*margin: 0; 
 padding: 0;
 background: #fff url(../images/bg_popup.png) repeat-x fixed 0 bottom;*/
 text-align: left;
} 

.case-popup .header {
  background-color: #fff;
  height: 34px;
  /*width: 532px;*/
  overflow: hidden;
}

.case-popup .case-text h1,
.case-popup .case-text p,
.case-popup .case-text li {
  margin: 0;
  font: 10px verdana;
  color: #252525;
}

.case-popup .case-text h1 {
  font-weight: bold;
}

.case-popup .link {
  float: left;
  padding-right: 20px;
}

.case-popup .link a,
.case-popup .case-text a {
  font: 10px verdana;
  color: #003399;
  text-decoration: none;
}

.case-popup .link a {
  background: url(/NR/rdonlyres/A3EF9010-ADAC-4A69-AAAA-5D25C80CA31D/0/arrow.gif) no-repeat scroll left center;
  padding-left: 10px;
}

.case-popup .hr {
  height: 2px;
  /*width: 532px;*/
  background: #000 url(/NR/rdonlyres/3C06B94E-A5A7-42BA-892F-E66D9A96823D/0/hr.png) repeat-x scroll;
}

.case-popup .hr hr {
  display: none;
}

/* Fixes for IE6 Quirks mode */

* html .case-popup .case-text {
  /*width: 532px;*/
}
