body {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #000 url(gfx/back.gif);
  color: #fff;
}

.stredni {
  border: 2px ridge #fff;
  background: #206f01;
}

a, td a {
  color: #fff;
}

a:hover, td a:hover {
  text-decoration: none;
}

input {
  width: 150px;
}

.button {
  border: none;
  background: #fff url("gfx/login-back.gif") repeat-x;
  cursor: pointer;
  width: auto;
}

td {
  text-align: left;
}

td.right {
  text-align: right;
}s

