 div.float {
  float: left;
  }
  
div.float p {
   text-align: center;
   }
#myform .theinput {
     font-family: Verdana;
     font-size: 10px;
     width: 80px;
     margin-right: 0px;
     }

#myform .submit_form {
     font-family: Verdana;
      font-size: 10px; 
      background-color: #333333;
     color: #FFFFFF;
     margin-right: 15px;
     height:2em; 
     width:3em;
     
    }
   #myform .thelabel {
     	display: block;
     }
    #mysearch .thesearchinput {
     font-family: Verdana;
     float:left;
     font-size: 10px;
     width:150px;
     margin-right: 5px;
     //height:2em; 
     //width:3em;
    }

    #mysearch .thesearch {
     font-family: Verdana;
      font-size: 10px; 
      background-color: #333333;
     color: #FFFFFF;
     margin-right: 5px;
     height:2em; 
     width:8em;
    }
h3 { font-size: 14px; }

