a:focus
{
-moz-outline-style: none;
}

body 
{
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  margin: 0px;
}

a
{
  color: #555555;
  font-weight: bold;
  text-decoration: none;
}
a:hover
{ 
  color: #555555;
  text-decoration: underline;
}


hr
{
  color: #cccccc;
}

#container
{ 
  position:relative;
  width:350px;
  left:50%;
  margin-left:-175px;
}


/* CONTENT */
.content 
{
  float: left;
  width: 100%;
  background: #f0f0f0;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #cccccc;
  text-align: center;
}

.content table td
{
  font-size: 13px;
  vertical-align: top;
  padding: 4px;
}

.content form input
{
  border: 1px solid #aaaaaa;
}
