.clear{
     clear:both;
   }
      #top-panel{
      margin-top : 15px;
    }

    .login-form {
      border: 1px solid #ccc;
        padding-left: 27px;
        padding-bottom: 9px;
      background-color: #fff;
    -webkit-border-radius: 10px 10px 10px 10px;
       -moz-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
        box-shadow: 0 1px 2px rgba(0,0,0,.15);
    }
  
    legend {
    margin-right: -50px;
    font-weight: bold;
      color: #404040;
    }

  
  
   #search-box{
     margin-top: 35px;
  }
  #search-box select{
    width: 45%;
    
  }
  
  .login-form h2{
    font-size:24px;
      padding-top: 3px;
  }
  #fgt-password {
     padding-top:10px;
  }


  .homebox {
         width: 22%;
       float: left;
       margin-right:25px;
       /* 

        margin-top:35px;
        min-height: 170px;
    */
}
ul.howdoi_ul {
 padding-left:0px;
}
ul.howdoi_ul >li{
 list-style:none;
 margin-bottom:5px;
}
ul.howdoi_ul >li > a{
color: #000;
text-decoration: none;
padding: 7px 3px 3px 17px;background-image: url('../images/nav_li_bg.png');background-repeat: no-repeat; background-position: left 0px;
}
.homebox h3{
color:#336699;
border: 1px solid #ccc;
margin-bottom: 0px;
margin-bottom: 0px;
padding: 3px 9px; 
font-size:18px;margin-top: 0px;
 background: url(../images/tab_bg.png) repeat-x;
}
 .homebox div.inner{
  background: url(../images/bg.jpg) repeat-x scroll 0 0 transparent;
}