body {
  width: 100%;
  height: 100%;
  margin: 0px;
  display: table;
  font-family: "Liberation Sans",Arial,FreeSans,Sans;
  position: absolute;
  background: #333 url("/img/vsechno-atdlogomini") no-repeat top center;
  color: #eee;
  }
div#obalStranky {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  }
div#obsahStranky {
  width: 1070px;
  margin: 60px auto auto auto;
  }
a {
  color: lemonchiffon;
  text-decoration: none;
  }
article {
  width: 600px;
  margin: auto;
  padding: 10px;
  cursor: default;
  }
article div.title {
  min-width: 100px;
  font-weight: bold;
  display: inline-block;
  text-align: right;
  }
article div.input {
  display: inline-block;
  }
article div.input img, article.button img {
  vertical-align: middle;
  visibility: hidden;
  height: 30px;
  width: 30px;
  }
article div.input div.imgTitle {
  display: inline-block;
  position: absolute;
  margin: 7px 0 0 3px;
  }
article div.input div.imgTitle span.link {
  font-style: italic;
  font-size: 12px;
  }
article.button {
  width: 600px;
  margin: auto;
  padding: 10px;
  cursor: default;
  }
article.button button {
  margin: 10px 2px 2px 42px;
  padding: 10px;
  }
div#recaptcha_image img {
  height: auto !important;
  }

div#recaptcha_widget {
  margin: auto;
  width: 600px;
  }
div#recaptcha_image {
  margin: auto;
  width: 600px !important;
  }
div#recaptcha_image img {
  margin: auto;
  visibility: visible !important;
  width: auto !important;
  }
div#recaptcha_widget footer {
  color: gray;
  display: inline;
  }

body div p {
  padding: 10px;
  cursor: default;
  }
body div p button {
  margin: 10px 2px 2px 42px;
  padding: 10px;
  }
body div p img {
  margin: 0px 0px 0px 10px;
  vertical-align: middle;
  width: 30px;
  visibility: hidden;
  }
