/* LOGOWANIE */
body {
	background:#fff;
}
div.logowanie {
  width:500px;
  margin:0 auto;
  margin-top:50px;
  text-align:center;
  /*background:#E3F2E1;*/
  border: 5px solid #273E2D; width: 600px; -moz-border-radius: 5px; border-radius: 5px; -webkit-border-radius: 5px;
}
div.logowanie .stopka {
  color:#fff;
  background:#273E2D;
  height:25px;
  text-align:left;
  font-family: "Trebuchet MS", Arial, "Times New Roman", Times, serif;
  padding-top:5px;
  padding-left:5px;
}
div.logowanie .stopka a{
    color:#fff;
    text-decoration:none;
}
div.logowanie .stopka a:hover{
    text-decoration:underline;
}
div.logowanie table {
  width:100%;
  padding:5px;
  font-family:Verdana;
  font-size:10pt;
  color:#273E2D;
}
div.logowanie table td {
    height:50px;
}
input[type="text"], input[type="password"] {
  border:Solid 1px #e3e3e3;
  padding:7px;
  width:500px;
  background:#fff;
  color:#000;
  font-size:12pt;
  color:#273E2D;
}
input[type="text"]:focus, input[type="password"]:focus {
  border:Solid 1px #273E2D;
}
input[type="submit"] {
  padding:3px;
  font-family:Tahoma;
  border:Solid 1px #ccc;
  min-width:100px;
  background:#e3e3e3;
  -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
  cursor:pointer;
}
input[type="submit"]:hover {
  background:#fff;
}
div.informacja {
  display:block;
  padding:5px;
  /*border:Dashed 1px #000;*/
  color:#d80001;
  font-family:Tahoma;
  font-size:14pt;
}
#pojemnik_nie_pamietam_hasla {
    margin:0 auto;
    width:580px;
    font-family:Tahoma;
    font-size:10pt;
    margin-top:10px;
    font-weight:bold;
    border:Solid 1px #ccc;
    padding:10px;
    text-align:justify;
    display:none;
}
#pojemnik_nie_pamietam_hasla h1 {
    font-size:12pt;
}
#pojemnik_nie_pamietam_hasla a {
    color:#273E2D;
}
hr {
  height: 1px;
  border: 0;
  color: #ccc;
  background-color: #ccc;
  width: 100%;
}
.okienko_informacyjne, .okienko_informacyjne2 {
    text-align:center;
    width:600px;
    margin:0 auto;
    margin-top:10px;
    margin-bottom:10px;
    font-size:10pt;
    font-family:Tahoma;
    font-weight:bold;
    background:#FFFFCC;
    padding:10px;
    border:Solid 1px #E6E64C;
}
.okienko_informacyjne a, .okienko_informacyjne2 a {
    color:green;
}
.okienko_informacyjne2 {
    width:100%;
    text-align:left;
}