@charset "utf-8";
/* CSS Document */

h2.h2 {
  padding-top: 200px;
  text-align: center;
}

form {
  clear: both;
}

table {
  margin: 0px auto 30px auto;
  padding: 50px 0 0 0;
}
table tr th {
  padding-right: 20px;
  text-align: right;
  line-height: 30px;
  vertical-align: top;
}
table tr td {
  line-height: 30px;
}

label.required  {
  font-size: 115%;
  font-weight: bold;
}

/* zaobleni prvni polozky inputu */
input#frmkatalogForm-name {
  background-color: #F9D588;
  border: 1px solid orange;
  -webkit-border-radius: 18px 18px 0px 0px;
    border-radius: 18px 18px 0px 0px;  
}

input[type="text"], input[type="number"] {
  padding: 5px 10px 5px 20px;
  width: 300px;
  height: 30px;
  font-size: 120%;
  background-color: #F9D588;
  color: black;
  border: 1px solid orange;

}
input[type="submit"] {
  width: 100%;
  height: 30px;
  font-size: 120%;
  background-color: #F9D588;
  color: black;
  cursor: pointer;
  border: 1px solid orange;
  -webkit-border-radius: 0px 0px 18px 18px;
    border-radius: 0px 0px 18px 18px;

}
textarea {
  padding: 5px;
  width: 320px;
  height: 100px;
  font-size: 120%;
  background-color: white;
  border: 1px solid orange;
}

p.info {
  padding-left: 120px;
  padding-bottom: 20px;
  text-align: center;
}
p.ac {
  margin-top: 15px;
}