html, body {
   width: 100%;
   height: 100%;
   margin: 0px;
}

.formArea {
   background-color: #ffffff;
}

.searchButton {  
   width: 120px;  
   height: 25px;  
   color: #ffffff;
   font-size: 14px;  
   font-family: helvetica, arial;  
   font-weight: bold;  
   display: block;  
   text-align: center;  
   position: relative;  
   background: #026694;  
   border-radius: 10px;  
   border: 1px solid #368DBE;  
   border-top: 1px solid #c3d6df;  
   box-shadow: 0 5px 10px black;  
}  
