   .MTSearchResult {
     margin-bottom: 20px;
   }

   .MTSearchResultLeftBlock {
     float: left;
     width: 20px;
   }

   .MTSearchResultRightBlock {
     float: left;
     width: 444px;
   }

   .MTSearchResultTitle {
     padding-bottom: 7px;
   }

   .MTSearchResultTitle a {
     font-size: 14px;
   }

   .MTSearchResultTitle span {
     font-size: 14px;
     color: black;
     padding-right: 10px;
     font-weight: bold;
   }

   .MTModuleSearchResultHeader {
     background-color: #FFFFCC;
     padding: 5px 10px 5px 10px;
     border-bottom: 1px solid #FFCC66;
     border-top: 2px solid #FFCC66;
     margin-top: 20px;
     margin-bottom: 10px;
     font-weight: bold;
     font-size: 13px;
   }
   
   #searchButton input {
     border: none; 
     background: none; 
     color: white; 
     font-weight: bolder; 
     font-size: 15px; 
     cursor: hand; 
     cursor: pointer; 
     padding: 0px; 
     margin: 0px;
     height: 16px;
   }
   
   #searchField input {
     border-bottom: none; 
     border-right: none;
   }
