
body
{
  background-color: white;
}

*
{
  font-family: Arial, Verdana;
  font-size: 11px;
  color: black;
}

#error
{
  font-size: 15px;
  font-weight: bold;
  color: red;
}

#frame
{
  position: absolute;
  height: 440px;
  width: 600px;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -220px;
}

.block
{
  border: 1px solid #00bf04;
  padding: 5px;
  width: 100%;
  background-color: #e1ffe2;
  margin-bottom: 5px;
  text-align: justify;
}

.center, .center b
{
  font-size: 13px;
  text-align: center;
}

#logo
{
  position: absolute;
  top: 10px;
  width: 150px;
  height: 150px;
  left: 50%;
  margin-left: -75px;
  border: 1px solid #00bf04;
}

#content
{
  position: absolute;
  top: 170px;
  left: 5px;
  width: 600px;
  height: 275px;
}

#content a
{
  font-size: 13px;
  text-decoration: underline;
  color: #00bf04;
}

#content a:hover
{
  text-decoration: none;
}
#content td
{
  vertical-align: top;
}
