#obal {
  width: auto;
}

#obal h2 {
  background-color: #FFA500;
  border-bottom: 1px solid #FFA500;
  border-top: 1px solid #FFA500;
  border-radius: 5px;
  box-shadow: 3px 3px 3px #ccc;
  color: #fff;
  font-size: 1.1em;
  margin: 12px;
  padding: 0.3em 1em;
  text-shadow: #9FBEB9 1px 1px 1px;
  text-transform: uppercase;
}

.ucet h2 { background-color: #0B5586; }
.adresa h2 { background-color: #4494C9; }
.verejny-profil h2 { background-color: #377D87; }		
.emailové-oznamenia h2 { background-color: #717F88; }

#obal legend {
  background-color: #dedede;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  -moz-box-shadow: 3px 3px 3px #ccc;
  -webkit-box-shadow: 3px 3px 3px #ccc;
  box-shadow: 3px 3px 3px #ccc;
  font-size: 1.1em;
  text-transform: uppercase;
  padding: 0.3em 1em;
}

#obal fieldset {
  background-color: #ffdb99;
  border: none;
  border-radius: 2px;
  margin-bottom: 12px;
  overflow: hidden;
  padding: 0 10px;
  border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}

#obal ul {
  background-color: #fff;
  border: 1px solid #eaeaea;
  list-style: none;
  margin: 12px;
  padding: 12px;
}

#obal li {
  margin: 0.5em 0;
}

#obal label {
  display: inline-block;
  padding: 3px 6px;
  text-align: right;
  width: 115px;
  vertical-align: top;
}

#obal input, select, button {
  font: inherit;
}

.stredni {
  width: 150px;
}

.velke {
  width: 250px;
}

#obal textarea {
  font: inherit;
  width: 250px;
}


.instrukce {
  font-size: 75%;
  padding-left: 167px;
  font-style: italic;
}

.vytvorit_ucet {
  background-color: #FFA500;
  border: none;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #333;
  cursor: pointer;
  color: #fff;
  margin: 12px;
  padding: 8px;
  text-shadow: 1px 1px 0px #CCC;
}

.prepinace {
  background: none;
  display: inline;
  margin: 0;
  padding: 0;
}

.prepinace ul {
  border: none;
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.prepinace li {
  margin: 0;
  display: inline-block;
}

.prepinace label {
  margin-right: 25px;
  width: auto;
}

.prepinace input {
  margin-top: 3px;
}


.zaskrtavacie-pole label {
  text-align: left;
  width: 475px;
}

#obal button * {
  vertical-align: middle;
}