@charset "utf-8";
/* CSS Document */

form#searchForm {
    position: absolute;
    top: 173px;
    left: 50px;
    width: 429px;
    height: 310px;
    text-align: left;
}
span.labels {
   position: absolute;
   font-family: verdana;
   font-size: 11px;
   padding-top: 4px;
   color: white;
   opacity: .8;
}
input {position: absolute;}
a.submit {
     text-decoration: underline;
    color: white;
    font-family: verdana;
    font-size: 11px;
    opacity: .7;
	letter-spacing: normal;
}
a.submit:hover {
     text-decoration: underline;
    color: white;
    font-family: verdana;
    font-size: 12px;
    opacity: .7;
}
  select {
    border: 1px solid gray;
    font-size: 11px;
    font-family: verdana;
    }
input[type="checkbox"] {
  margin-top: 2px;
}
h3 {
  position:absolute;
  color: #fff;
  font-size: 18px;
  top: 139px;
  left: 50px;
}