/* CSS Document */
form.css fieldset 
  {
  padding: 1em;
  }


form.css label 
  {
  display: inline;
  float: left;
  width: 135px;
  font-size: 10pt ;
  } 

form.css check 
  {
  padding: 1em;
  }


form.css box 
  {
  display: inline;
  float: left;
  width: 225px;
  font-size: 10pt ;
  } 


.OPTION { 
	background-color: #FFD99F ;
	font-size: 9pt ;
	}

.BUTTON { 
	font-family: arial, helvetica, sans-serif ;
	border-width: 2pt ;
	font-size: 8pt ;
	color: #0099CC ;
	top: 250px ;
	background-color: #DFE9EE ;
	}





