/* CSS Document */

body
{
  margin: 0px;
  padding: 0px ;
  font: 12px Arial, sans-serif inherit;
  background: #e1e1e1;
  
}

#header
{ 
  position: absolute;
  width: 700px;
  height: 75px;
  background: url('../img/header-popup.gif') no-repeat;
  top: 0px;
  left: 0px;
}

#content
{
  position: absolute;
  top: 75px;
  left: 50px;
  width: 480px;
  border-left: 1px solid #D46900;
  border-right: 1px solid #D46900;
  padding-left: 10px;
  padding-right: 10px;
  background: #e1e1e1;
  line-height: 150%;
}

#content input[type="text"]
{
  border: 1px solid white;
  width: 360px;
}

#content input[type="submit"]
{
  background: #D46900;
  border: 1px solid white;
  padding:2px;
  margin: 10px;
  color: white;
}


#content input[type="submit"]:hover
{
  background: #D46900;
}


#content textarea
{
  border: 1px solid white;
  width: 360px;
  height: 100px;
}

#content input[type="text"]:focus
{
  border: 1px solid red;
}

#content textarea:focus
{
  border: 1px solid red;
}


.red
{
  color: #D46900;
  font-weight: bold;
}

h1
{
  font: 18px Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #D46900;
}


a 
{
  text-decoration: none;
  color: #D46900;
  font-weight: bold;
}

a:hover
{
  text-decoration: underline;
}


td
{
  padding: 5px;
  border-top: 1px solid black;
}
