/* Style used by CWA Systems */

body { 
}

#holderbox {
  position: absolute;
  border: solid 1px;
  border-color: #f69d01;
  top: 65px;
  left: 60px;
  width: 748px;
  height: 420px;
  visibility: hidden;
}

#adbox {
  position: absolute;
  left:10px;
  top: 10px;
  width: 728px;
  height: 90px;
}

#searchbox {
  position: absolute;
  top: 300px;
  left: 155px;
  height: 105px;
  width: 438px;
}

#content { 
  position: absolute;
  width: 600px;
  height: 180px;
  left: 64px;
  top: 110px;
}

.content-middle { 
  font-family: Arial,Helvetica,sans-serif;
  font-size: 24xpx;
  color: #f69d01;

  vertical-align: middle;
  text-align: center;
}


