
form fieldset {
  clear: both;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 5px 0 0 0;
  margin: 0 0 0 0;
}

form fieldset legend {
	font-size: 12px;
  font-weight: bold;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 10px;
}

form fieldset div.notes {
  float: right;
  width: 220px;
  line-height: 12px;
  margin: 0 0 0px 5px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}
form fieldset div.notes h4 {
  background-image: url(/common/images/icon_info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 12px;
}
form fieldset div.notes p {
  margin: 0.1em 0em 0em 0em;
  color: #666666;
  font-size: 11px;
}

form fieldset div.notes p.last {
  margin: 0em;
  font-size: 11px;
}

input.locked { 
   background-color: #CCC 
}

select.locked { 
   background-color: #CCC 
}