/* CSS Document for the popup widonws on paygate.co.za website */
body {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 13px;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: auto;
  height: 100%; 
  max-height: 100%; 
  }

#maincontent {
  margin: 25px 80px 0 80px;
  background: #fff;
  }

* html body { /*IE6 hack*/
  padding: 0 0 0 0; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
  }

h1.pageheader {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 25px;
  }

h2.sectiontitle {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: -13px;
  padding-bottom: 0;
  }

ul.list {
  margin-bottom: 28px;
  }

li.listitems {
  padding: 3px;
  }

div.lastparagraph {
  margin-top: 25px;
  }

div.close {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
  }

