body
{
  background: black url(../../images/bg/head-stripe.jpg) repeat-x;
}

body table#tab
{
  background-color: white;
  margin-top: 100px;
  height: 150px;
  width: 550px;
  text-align: left;
  border-collapse: collapse;
  border-style: none;
  border-width: 0px;
}

body table#tab tr td#top
{
  font-weight: bold;
  vertical-align: middle;
  height: 18px;
  background: black;
  color: orange;
  font-family: Arial;
  padding: 4px;
}

body table#tab tr td#back
{
  text-align: right;
  vertical-align: middle;
  height: 18px;
  background: black;
  color: orange;
  font-family: Arial;
  padding: 4px;
  font-size: 12px;
}

body table#tab tr td#back a
{
  color: orange;
  text-decoration: none;
}

body table#tab tr td#back a:hover
{
  text-decoration: underline;
}

body table#tab tr td#bottom
{
  vertical-align: top;
  background-color: rgb(255,204,102);
  padding: 20px;
}

body table#tab tr td#bottom table
{
  text-align: right;
  font-family: Arial;
}

body span
{
  font-weight: bold;
  color: red;
  border: 1px red solid;
  background: rgb(255,183,183);
  margin-bottom: 20px;
  width: 100%;
  display: block;
}
