.noteshead {
	font-size: 16px;
	font-weight: bold;
}

form fieldset {
  clear: both;
  font-size: 100%;
  margin: 0 0 0 0;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  
}

form fieldset legend { 
  font-size: 150%; 
	color: #7b9f53; 
	margin: 0 0 0 0; 
	padding: 0 5px; 
 }

form div { 
  clear: left; 
  display: block; 
  height: expression('1%'); 
  margin: 5px 0 0 0; 
  padding: 1px 3px; 
  border: 0px solid #f00;
 }

form div.required label {
	font-size: 125%;
	font-weight: bold;
	color: #999;
 }

form div.required input,form div.required select {
	font-size: 100%;
	padding: 2px;
  background: #fff url('../img/menubackground.gif') repeat-x;  		
}

form div.required input.button {
	font-size: 90%;
	background :#ccc;
}

form div.required span.legenda {
	font-size: 11px;
	font-weight: normal;
	color: #999;
 }

div.notes { 
 float: right; 
 width: 250px; 
 height: auto; 
 margin: 0 0 10px 10px; 
 padding: 5px; 
 border: 2px solid #ccc; 
 background-color: #eee; 
 color: #666666; 
 font-size: 100%; 
 }