 body
 {
 color: #781351;
 background: #fee3ad;
 }
 
 #update {
 position: absolute;
 top:0px;
 right:0px;
 width: 600px;
 height: 50px;
 color: red;
 text-decoration: blink;
 font-weight: bold;

 
 }
 input
 {
 color: #781351;
 background: #fee3ad;
 border: 1px solid #781351;
 width: 250px
 }

 .submit input
 {
 color: #000;
 background: #ffa20f;
 border: 2px outset #d7b9c9;
 width: 150px;
 white-space:nowrap;
 }

  afieldset
  {
  border: 1px solid #781351;
  width: 90%
  }

  alegend
  {
  color: #fff;
  background: #ffa20c;
  border: 1px solid #781351;
  padding: 2px 6px
  }

.flyOver {cursor : pointer;cursor : crosshair;}
.flyOut {cursor : auto;}

.stat
{
text-align: center; 
color: #781351;
background: #fee3ad;
border: 0px solid #781351;
}
#stat{
position: absolute;
right: 10px;
margin-top: -100px;

}

.sign {
position: relative; bottom: -50%;
}

input.report
  {
  color: #000;
  background: #ffa20f;
  border: 2px outset #d7b9c9;
  }
.error
 {
 font-style: italic;
 position: relative; 
 width: 150px;
 color: red;

 }


