/* reset */

/*tutaj są style mojej strony ha ha ha*/

body{
   background-color:rgb(155,210,90);
   margin:0px;  /*bo standardowo dawał 8px to zmniejszyłem	*/
}


#glowny_kontener{
width:100%;
height:100%;
}

#gora{
width:100%;
height:90px;
background-color:rgb(238,248,221);

}

#dol{
width:100%;
height:100px;
background-color:rgb(155,210,90);

}

#srodek_caly{
position:relative;
width:100%;
height:301px;
background-image: url(obrazki/scinek.jpg);
background-repeat:repeat-x;
background-color:yellow;

}

#srodek{
margin:0px auto;
padding:0px;
width:550px;
height:301px;
background-image: url(obrazki/login_form.jpg);
background-repeat:no-repeat;
background-position:center center;
position:relative;

}

H1{

margin: 0px;
line-height: 1em;
padding-top:2px;
padding-bottom:2px;
font-family:Verdana;
font-weight:bold;
font-size:17px;
text-align:center;
color:rgb(52,77,21);

}

p{

margin: 0px;
line-height: 1em;
padding-top:2px;
padding-bottom:2px;
font-family:Verdana;
font-weight:normal;
font-size:15px;
text-align:center;
color:black;

}

input{

margin: 0px;
line-height: 1em;
padding-top:2px;
padding-bottom:2px;
font-family:Verdana;
font-weight:normal;
font-size:14px;
text-align:left;
color:black;
padding-left:5px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 border:1px solid rgb(84,125,34);
}

#tytul_form{
position: absolute;
left: 150px;
top: 55px;
}

#login_caption{
position: absolute;
width: 80px;
left: 230px;
top: 100px;
}

#haslo_caption{
position: absolute;
width: 80px;
left: 228px;
top: 135px;
}

#login_txt{
position: absolute;
width: 130px;
left: 295px;
top: 99px;
}

#haslo_txt{
position: absolute;
width: 130px;
left: 295px;
top: 133px;
}

#zatwierdz{
position: absolute;
width: 190px;
left: 235px;
top: 164px;
text-align: center;
font-size: 14px;
color:white;
background-color:rgb(112,166,46)
}

form{
margin:0px;
}
