html, body {
  padding: 0;
  margin: 0;
  background: #FFFFFF;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

img {border: none;}

p {
  padding: 1px 0px;
}
div.popUPmain {
  width:400px;
  height:400px;
}
div.popUPheader {
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/popUpTopBG.gif) repeat-x scroll #FFFFFF;
  height: 51px;
  width: 400px;
  text-align: center;
  padding: 0;
  margin: 0;
}
div.popUPheader h3 {
  margin: 0;
  padding: 5px;
  font-size: 20px;
  color: #FFFFFF;
}
div.popUPheader h3 em {
  font-size: 14px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: normal;
}

div.popUPfooter {
  background: url(/images/popUpBottomBG.gif) repeat-x #C7C7C7;
  height: 39px;
  width: 400px;
  position: absolute;
  
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  border-top: 1px solid #AFAFAF;
}

div.popUPcontent {
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  height: 305px;
  width:400px;
  margin: 51px 0 40px 0;
  overflow-x: none;
  overflow-y: auto;
}

div.popUPcontent p {
 margin: 20px 25px;
 padding: 0;
 font-size: 13px;
}
p.headerText {
  font-weight: bold;
  color: #3F3F3F;
}
p.bodyText, ul, li {
  color: #7F7F7F;
}

#idaqSmallLogo {margin: 7px 10px}
#buyNowlink {
  margin: 7px 10px;
  float: right;
  }