/* CSS Document */


#status
{
  margin: 0px 10px 10px;
  padding: 10px;
  border: solid 1px #ffe222;
  background: #fffbe2;
}

#status h2
{
  color: black;
  font-size: 11px;
  margin: 0px;
}

#status p
{
  margin: 4px 0px 0px;
}

#status a 
{
  text-decoration: none; 
}