body {
  font-family: 'MS Sans Serif', 'Arial CE', sans-serif;
  font-size: 80%;
  color: #fff;
  background-color: #000;
  text-align: center;
}

#wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  width: 1000px;
  text-align: left;
  margin: 5px auto;
  height: 795px;
  background: url(img/left_middle.jpg) no-repeat 0 400px;
}

h1 {
  position: relative;
  margin: 0;
  padding: 0;
  width: 491px;
  height: 400px;
  line-height: 400px;
}

h1 span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(img/logo_header.png) no-repeat;
}

h2 {
  font-size: 150%;
  margin: 15px 15px 10px;
}

h3 {
  font-size: 110%;
  margin: 0 15px 5px;
  padding: 0;
}

h2, h3, p {
  font-family: Arial, sans-serif;
}

dl {
  margin: 0 15px 20px;
  font-size: 90%;
}

dt {
  margin: 0 0 5px;
  display: block;
  width: 90px;
  float: left;
  clear: left;
}

dd {
  margin: 0 0 5px 90px;
}

a {
  color: #fff;
}

a:hover, a:focus {
  color: #ff3;
}

#register, #live {
  position: absolute;
  top: 530px;
  width: 491px;
  height: 40px;
  text-align: center;
}

#live {
  top: 480px;
}

#menu {
  position: absolute;
  line-height: 150%;
  font-size: 90%;
  height: 25px;
  z-index: 99;
}

#menu a, #menu strong {
  background-color: #000B20;
  display: block;
  float: left;
  padding: 0 15px;
  height: 28px;
  line-height: 25px;
}

#menu strong {
  background-color: #0081BF;
}

#register a, #live a {
  display: block;
  width: 300px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  background-color: #dfd;
  border: 1px solix #9a9;
  font-weight: bold;
  color: #060;
  font-size: 150%;
  text-decoration: none;
  opacity: .8;
  filter: alpha(opacity=80);
}

#register a:hover, #live a:hover {
  text-decoration: underline;
  opacity: 1;
  filter: alpha(opacity=100);
}

#register a.red {
  color: #fff;
  background-color: #f00;
}

#register h2, #live h2 {
  display: none;
}

#litujeme {
  border: 1px solid #800;
  padding: 10px 20px;
  color #fff;
  background-color: #AA3333;
}

#ads {
  position: relative;
  margin-top: 110px;
  width: 491px;
  height: 288px;
  background: url(img/left_ad.png) no-repeat left bottom;
}

#ads h2 {
  position: absolute;
  left: 20px;
  top: 0;
  font-size: 120%;
  font-weight: normal;
}

#ads img {
  border: 0;
}

#ads a {
  display: block;
  position: absolute;
}

#lIPV {
  left: 25px;
  top: 50px;
}

#lAlcoma {
  left: 350px;
  top: 61px;
}

#lVanco {
  left: 105px;
  top: 120px;
}

#programWrapper {
  position: absolute;
  margin-left: 491px;
  top: 0;
  height: 810px;
  width: 510px;
  background: url(img/right_background.jpg) no-repeat;
}

#program {
  position: absolute;
  left: 0;
  top: 25px;
  right: 30px;
  bottom: 30px;
  height: 745px;
  _width: 490px;
  overflow: auto;
}

#program p {
  margin: 0 15px 20px;
}

#program p, dl {
  font-size: 85%;
  line-height: 150%;
}

div#program form p, div#program .form p {
  margin: 0 10px 5px;
}

label {
  margin: 0;
  font-size: 110%;
}

label.inline {
  display: inline;
  clear: none;
  width: auto;
  float: none;
}

label.mand {
  font-weight: bold;
  color: yellow;
}

label.w {
  display: block;
  width: 100px;
  float: left;
  clear: left;
  padding-right: 10px;
  text-align: right;
}

input {
  font-size: 100%;
  margin: 0;
}

input.w, textarea.w {
  width: 300px;
}

#program .sum {
  font-size: 120%;
  display: block;
}

#regBut {
  text-align: center;
  margin: 0;
  padding: 0;
}

#regBut button {
  font-size: 130%; 
  font-weight: bold;
}

#liveP {
  text-align: center;
  font-size: 130% !important;
  background-color: #fff;
  padding: 10px auto !important;
}

#liveP a {
  color: #000B20;
  font-weight: bold;
}

p.submit {
  text-align: center;
  padding: 10px 0; 
}

p.submit input {
  font-size: 130%;
  font-weight: bold;
  padding: 5px 20px;
}

p.warning {
  background-color: #a44;
  padding: 5px 10px;
  margin: 0 5px;
}

p.info {
  background-color: #ff8;
  padding: 10px 20px;
  color: #220;
  border: 1px solid #ee7;
}

div.success, div.success a {
  background-color: #afa;
  color: #151;
}

div.success {
  margin: 5px 15px;
  padding: 10px 20px;
  border: 1px solid #9b9;
  font-size: 130%;
}

#program div.success p {
  margin: 0;
  padding: 0;
}

