  * {
    margin:0;
    padding:0;
  }
  body {
    font-size:95%;
    font-family:Verdana,Arial;
  } 
  .black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
  }
  .white_content {
    display: none;
    position: absolute;
    top: 200px;
    left: 250px;
    width: 600px;
    padding: 4px;
    border: 1px solid #000;
    background-color: white;
    z-index:1002;
    overflow: auto;
  }
  #thebox {
    
  }
  #nww {
    float:right;
    width:260px;
    font-size:1.1em;
    color:#009037;
    font-weight:bold;
    text-align:center;
    margin-top:15px;
  }
  #insidebox {
    background:#f5f1de;
    margin:12px 6px 6px;
  }
  #insidebox p {
    padding:6px;
  }
  h2 {
    background:#93395d;
    font-size:1.2em;
    font-weight:bold;
    margin-bottom:4px;
    display:block;
    color:#fff;
    padding:2px;
  }
  img, a img {
    border:0 none;
  }
  #imgbox {
  	float:left;
	width:350px;
	margin:6px;
  }
  #text {
    width:220px;
    float:right;
    color:#8ea83f;
    font-size:1em;
    font-weight:bold;
    text-align:center;
  }
  .clear {
  	clear:both;
  }
  .thatbutton {
  	float:right;
	margin:8px;
  }
