/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}

/* CSS Document */
body{
  background: #64bb59 url('../images/login/background.png');
  font-family: Verdana, sans-serif;
  color: #000000;
  font-size: 14px;
}

#main{
  background: url('../images/login/login_bg.png') no-repeat;
  width: 317px;
  height: 302px;
  margin: 200px auto 0px auto;
}

#main a{
  text-decoration: underline;
  color: #3b9a22;
  text-shadow: 1px 1px 1px #FFFFFF;
}

form{
  height: 190px;
  width: 215px;
  margin: auto;
  display: block;
  padding-top: 60px;
}

#footer{
  text-align: center;
}

#copyright{
  text-align: center;
  color: #49923D;
}



/* CLEANER */
.cleaner{
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

/* ODKAZY */
a{
  text-decoration: underline;
  color: #000000;
}
a:hover{
  text-decoration: none;
}

/* ODSTAVCE */
p {
  margin: 6px 0 6px 0;
}

/* INPUTY a LABEL */
.input{
  background: url('../images/login/input.png') no-repeat;
  width: 215px;
  height: 31px;
  line-height: 31px;
  border: 0;
  font-size: 20px;
  padding: 0 3px 0 3px;
  color: #868686;
  text-align: center;
}

label{
  text-shadow: 1px 1px 1px #FFFFFF;
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  letter-spacing: 1px;
  padding: 15px 0 5px 0;
  display: block;
}

.login{
  background: url('../images/login/button.png') no-repeat;
  width: 88px;
  height: 35px;
  border: 0;
  cursor: pointer;
  margin: 20px 0 0 0;
  float: right;
  font-size: 12px;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px #000000;
}

.login_a{
  background: url('../images/login/button_active.png') no-repeat;
}

/* Zapomenuté heslo */
#lost_password{
  margin: 28px 0 0 0;
  float: left;
  font-size: 12px;
}

#lost_password_form{
  padding-top: 100px;
}

