div.data {
 float: right;
 font-size: 10px;
 font-weight: bold;
 text-align: right;
}

div.nick {
 font-size: 13px;
 font-weight: bold;
 border-bottom: 1px solid #a8a6a5;
 margin: 5px 10px 0px 10px;
}

div.tresc {
 background-color: #fbfaf9;
 margin: 0px 20px 20px 20px;
 padding: 5px 10px;
 text-align: justify;
}

div.dodajWpisPrzycisk {
  text-align: center;
}

input {
  font-size: 12px;
  font-family: Tahoma, Verdana, sans-serif;
}

textarea {
  font-size: 12px;
  font-family: Tahoma, Verdana, sans-serif;
}

div.komunikat {
  background-color: #fbfaf9;
  border: 1px solid #a8a6a5;
  padding: 5px;
  margin: 5px;
  font-weight: bold;
  text-align: center;
}

div.logowanie {
  text-align: center;
}

a.blok_link {
  display: block;
  text-align: center;
}

table.strony {
 margin: 0px auto 10px auto; 
 border-collapse: collapse; 
}

table.strony td {
 text-align: center;
 vertical-align: middle;
 width: 28px;
 height: 28px;
 margin: 0px;
 padding: 0px;  
}

table.strony td.akt {
 background: url(../img/actGal.jpg) no-repeat center center;
}

table.strony td.nieakt {
 background: url(../img/nieaktGal.jpg) no-repeat center center;
}
