form p
{
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

form p label
{
  float: left;
  width: 30%;
  font: bold 0.9em Arial;
}

form legend
{  
  font: bold 1.2em Arial;
}

input.txt
{
  color: #00008B;
  background-color: #eebf9d;
  border: 1px inset #eebf9d;
  width: 200px;
}


select.txt
{
  color: #00008B;
  background-color: #eebf9d;
  border: 1px inset #eebf9d;
  width: 200px;
}

textarea.txt
{
  color: #000;
  background-color: #eebf9d;
  border: 1px inset #eebf9d;
  width: 200px;
}

