/* search form */

#form-search2 {
  float: left;
  display: block;
  width: 820px;
  padding: 15px 19px;
  margin-bottom: 15px;
  border: 1px solid #C5D4DC;
}

  #form-search2 label {
    float: left;
    _width: 110px;
    margin: 0px 10px 10px 0px;
  }
  
    #form-search2 select {
      width: 154px;
    }
    
    select#doprava {
      width: 144px !important;       
    }
    
    #form-search2 input {
      width: 152px;
      height: 18px;
    }

  #post-submit {
    float: left;
    display: block;
    position: relative;
    left: 56px;
    width: 85px;
    height: 26px;
    line-height: 26px;
    color: #FFFFFF !important;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin: 9px 0px -10px 0px;
    border-left: 1px solid #BB1302 !important;
    border-right: 1px solid #BB1302 !important;
    background: url('/img/bg_title_red.png') top right;
 }  