#overlay {
  display: none;
  background: #276524;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#popup {
  display: none;
  border: 2px solid #276524;
  position: absolute;
  width: 250px;
  height: 230px;
  text-align: center;
  font-size: 12px;
  color: #000;
  background: #fff;
  padding: 5px;
  }
  #popup .heading {
    font-size: 14px;
    color: #000; 
    font-weight: bold;
    margin-bottom: 10px;
  }
  #popup .buttons {
    margin-top: 20px;
    }
    #popup .buttons a {
      color: #fff;
      background: #276524;
      padding: 1px 7px;
      margin: 0 10px;
      font-weight: bold;
  }

body, html {
  background: #276524;  
}
#header {
  float: none;
  height: 125px;
}

#header {
  background: url(../img/header_bg.jpg) repeat-x scroll 0 0 transparent;
  float:left;
  height:150px;
  width:992px;
}
#header_logo a {
  background:url(../img/logo.jpg) no-repeat scroll 0 0 transparent;
  display:block;
  float:left;
  height:60px;
  width:400px;
  margin:20px 0 0 30px;
  text-decoration:none;
}
#footer {
background:none repeat scroll 0 0 #276524;
border-top-width:0;
margin:0 auto 50px;
width:992px;
}
#footer p {
margin-bottom:0;
}
#footer p {
color:#B3CEA3;
font:bold 11px/16px Arial;
margin:5px 0 30px;
}
#footer {
text-align:left;
}
#captchaDiv {
  float:none;
}

#dotaznik {
  background: #fff;
  font-size: 12px;
  color: #000;
  padding: 50px 50px 0px 50px;
  }
  #dotaznik .heading {
    font-size: 14px;
    font-weight: bold;
  }
  #dotaznik form {
    margin: 0;
    padding: 0;
  }
  #dotaznik .text {
    font-weight: normal;
    margin-bottom: 50px;
    background: #f2f2f2;
    padding: 10px;
    border: 1px solid #ddd;
  }
  #dotaznik .question {
    font-weight: bold;
    margin-top: 2px;
  }
  #dotaznik .item {
    padding: 5px;
  }
  #dotaznik .item.odd {
    border: 2px solid #f2f2f2;
  }
  #dotaznik .item.even {
    background: #f2f2f2;
  }
  #dotaznik .item.table table {
    text-align: center;
    }
    #dotaznik .item.table table .question2 {
      text-align: left;
      font-weight: bold;
    }
    #dotaznik .item.table table td.th {
      text-align: left;
      padding: 0 5px;
    }
    #dotaznik .item.table table td.first {
      width: 130px;
      text-align: left;
  }
    
  #dotaznik .item.contact label {
    float: left;
    width: 105px;
    padding-top: 3px;
  }
  #dotaznik .item.contact input {
    margin-bottom: 1px;
    font: normal 12px Arial;
  }
  #dotaznik textarea {
    width: 400px;
    font: normal 12px Arial;
  }
  #dotaznik table td {
    color: #000;
    font: normal 12px Arial;
  }
  #dotaznik .error, #dotaznik .item.error {
    background: pink;
  }
  #dotaznik .errorMessage {
    color: red;
    font-weight: bold;
    margin-left: 5px;
  }
  #dotaznik .submit {
    margin: 20px 0 0px 0;
  }
