/* CSS Document */
html, body
{
  font-family: Arial, Verdana, Helvetica;
  background-color: white;
}

label
{
  display:block;
  float: left;
  min-width: 200px;
  width: 200px;  
}

legend
{
  font-weight: bold;
}

span.info
{
  font-size: 8pt;
  font-style: italic;
  color: #0000ff;
}

.msg
{
  color: firebrick;
}
