#katalog-form label {
  float: left;
  width: 200px;
  margin-right: 15px;
}

  #katalog-form label input {
    width: 100%;
  }

  #checkbox {
    float: none !important;
  }

    #checkbox input {
      float: left;
      position: relative;
      width: auto !important;
      top: 1px;
      margin-right: 2px;
      border: 0px !important;
      background: none !important;
    }
  
#katalog-form #post-submit {
  display: block;
  width: 75px;
  height: 26px;
  line-height: 26px;
  color: #FFFFFF !important;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
  border-left: 1px solid #BB1302 !important;
  border-right: 1px solid #BB1302 !important;
  background: url('/img/bg_title_red.png') top right;
}



#registrace-form label {
  float: left;
  width: 200px;
  margin-right: 15px;
}

  #registrace-form label input {
    width: 100%;
  }

  #psc {
    width: 70px !important;
  }

  #narozeni {
    width: 70px !important;
  }

 #registrace-form .checkbox {
    display: block;
    clear: both;
    float: none !important;
    line-height: 22px;
    width: auto !important;
  }

   #registrace-form .checkbox input {
      float: left;
      position: relative;
      width: auto !important;
      top: 1px;
      margin-right: 2px;
      border: 0px !important;
      background: none !important;
    }

#registrace-form #post-submit {
  width: 105px;
}

/* prihlasit se form */

#prihlasit-se label {
  float: left;
  margin-right: 10px;
}

  #prihlasit-se #post-submit {
    clear: both;
    width: 85px;
  }

