body { 
  height: 100%; 
  margin-top: 30px;
  margin-left: 30px;
  padding: 0px;   
  background: url(images/bg.png);
}

#logo {
  background: url(images/text.png);
  width: 529px;
  height: 93px;
}

#block {
  margin-right: 400px;
  font-family: tahoma;
  font-size: 12px;
  text-align: right;
}

#wisywig {
  margin-left: 120px;
  margin-top: 20px; 
  font-family: tahoma;
  font-size: 11px;
}

#captcha {
  margin-left: 120px;
  margin-top: 20px;
  text-align: left;
  font-family: tahoma;
  font-size: 11px;
  width: 220px;
}

#flags {
  margin-left: 120px;
  margin-top: 20px; 
  font-family: tahoma;
  font-size: 11px;
}

#reklama {
  text-align: center;
  font-family: tahoma;
  font-size: 10px;
  color: #a1c8e0;
}

#map {
  text-align: center;
  font-family: tahoma;
  font-size: 12px;
  color: #333333;
}

a:link {
  font-family: tahoma;
  font-size: 12px;
  color: #006aaa;
}

a:visited {
  font-family: tahoma;
  font-size: 12px;
  color: #006aaa;
}

a:hover {
  font-family: tahoma;
  font-size: 12px;
  color: #34aa00;
}

#roundcorners {margin-left: 120px; margin-top: 30px; background: #d5eeca; width: 800px;}
  
 b.rtop, b.rbottom {
  display:block;
  background: #FFFFFF;
}
 b.rtop b, b.rbottom b {
   display:block;
   height: 1px;
   overflow: hidden; 
   background: #d5eeca
}
 b.r1 {margin: 0 5px}
 b.r2 {margin: 0 3px}
 b.r3 {margin: 0 2px}
 
 b.rtop b.r4, b.rbottom b.r4 {
 margin: 0 1px;height: 2px
}


input[type=text], input[type=password], textarea { 
  border: 1px solid #777;
}

.zagolovok{ 
  border: 1px solid #777;
  width: 200px;
}

.capt{ 
  border: 1px solid #777;
  width: 45px;
}

.oke{ 
  border: 1px solid #777;
  width: 25px;
}

.fin{ 
  margin-left: 120px;
  margin-top: 20px;
  border: 1px solid #777;
  width: 100px;
}


textarea { 
  overflow: auto;
  vertical-align: middle;
  width: 400px;
  height: 80px;
}
input {
  vertical-align: middle;
}
input[type=password]:hover, input[type=text]:hover, textarea:hover { 
  background: #ffffe1; 
  border: 1px dashed #555;
}
input[type=password]:focus, input[type=text]:focus, textarea:focus { 
  background: #f8f8f8; 
  border: 1px solid #999;
}