/* 2009 (c) Vladonix - projekt na posielanie zabudnutych hesiel cez SMTP server (pre UDB databazu)  */

body {
  font-family:Tahoma;
  font-size:100%;
  margin:0;
  padding:0;
  background:#451a0f url(none) fixed; 
}

form {
  margin:0;
  padding:0;
}

img {
  border:none;
}

#div_nechsapaci {
  width:197px;
  height:194px;
  background:url(../img/nechsapaci.png) no-repeat top left;
  behavior:url('js/iepngfix.htc');
  top:110px;
  left:430px;  
  position:absolute;
  z-index:20;
}

#div_indic {
  background:url(../img/flame.gif) no-repeat center top;
  width:19px;
  height:40px;
  z-index:30;
  position: absolute;
  top:142px;
  left:437px;
  display:none;  
}

#div_center {
  background:url(../img/parchment_bg.png) no-repeat top left;
  width:702px;
  height:510px;
  margin:0 auto;
  position:relative; 
  text-align:center;  
  padding-top:150px;
}

#div_form {
  width:180px;
  height:250px;
  margin:0 auto;  
  text-align:center;
}

#div_note {
  text-align: center;
  color:#b2632a;
  font-size:0.69em;    
  padding-top:15px;
}

#div_discl {
  text-align:left;
  color:#b2632a;
  font-size:0.69em;
  padding:0 75px;
}

input.text, input.num, input.char {
  margin:5px 0;
  width:160px;
  color:#b2632a;
  border:1px solid #f2dfb7;
  font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
  font-size:0.69em;
  padding:3px;
  background-color: #f1d49f;
  background:#f1d49f url(../img/parchment-light.jpg) no-repeat scroll left top;  
}

input.num {
  width:45px;
}

input.char {
  width:100px;
}

input.LoginButton {
  background:url(../img/loginbutton.jpg) no-repeat scroll left top;
  border:0 none;
  color:#f1d49f;
  cursor:pointer;
  font-size:0.69em;
  font-weight:bold;
  margin:0;
  height:20px;
  width:123px;
  text-align:center;
}
