body {
  font-family:Arial;
  font-size:10pt;
  background-color:#A9C6F1;
}

.search {
  font-family:Arial;
  font-size:8pt;
}


.submitbutton { 
  width:70px;
  font-size:11px;
  background:#EBF1FC;
  color:#000000;
  border-left: 1px solid #1C55AA;
  border-bottom: 1px solid #1C55AA;
  border-right: 1px solid #1C55AA;
  border-top: 1px solid #1C55AA;
}

.input { 
  width:150px;
  height:20px;
  font-size:13px;
  background:#EBF1FC;
  color:#000000;
  border-left: 1px solid #1C55AA;
  border-bottom: 1px solid #1C55AA;
  border-right: 1px solid #1C55AA;
  border-top: 1px solid #1C55AA;
}

.select { 
  height:20px;
  font-size:8pt;
  background:#EBF1FC;
  color:#000000;
  border-left: 1px solid #1C55AA;
  border-bottom: 1px solid #1C55AA;
  border-right: 1px solid #1C55AA;
  border-top: 1px solid #1C55AA;
}           
