div#indicator 
{
  position: fixed;
  width: 150px;
  height: 40px;
  left: 10px;
  top: 10px;
  opacity: 1;
  z-index: 900;
  background: url(/images/indicator.gif) no-repeat 0 0;
}

.admin
{
 border: 1px dashed red;
 background: #eeeeee;
 padding: 20px;
 margin: 20px;
 color: #000000;
}

.adminReportedComment
{
 border: 1px solid red;
 background: #dddddd;
 padding: 20px;
 margin: 20px;
 color: #000000;
}


