body {
  font-family: Tahoma,Verdana,Arial;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #000000;
}

a:link, a:active, a:visited {
  color: #FFFFFF;
  text-decoration: none; 
}
a:hover { 
  color: #FFFFFF;
  text-decoration: underline;
}

a.opcje:link, a.opcje:active, a.opcje:visited {
  color: #808080;
  text-decoration: none; 
  font-size: 12px;
}
a.opcje:hover { 
  color: #808080;
  text-decoration: underline;
  font-size: 12px;
}

span.opcje {
  color: #808080;
  font-size: 12px;
  margin-right: 15px;
}


div.komunikat {
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  margin: 5px;
  padding: 5px;
  border: 1px solid;
}

div.komunikat_ok {
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  margin: 5px;
  padding: 5px;
  color: #00FF00;
  border: 1px solid;
}

div.komunikat_blad {
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  margin: 5px;
  padding: 5px;
  color: #FF0000;
  border: 1px solid;
}

div.komunikat_potwierdzenie {
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  margin: 5px;
  padding: 5px;
  color: #FF0;
  border: 1px solid;
}

.ok {
  color: #00FF00;
}

.blad {
  color: #FF0000;
}

input.opcja_text {
  width: 275px;

}

span.opcja {

}   