
fieldset {
	border: solid 1px #787878;
	margin: 1em 0;
	padding: 1em;
	background:	#D8D8D8;
	width: 85%;
	text-align: left;
}
legend {
	font-size:10pt;
	font-weight:bold;
	color:0000FF;
}
label {
	display: block;
}
input {
	width: 250px;
}
input[type="text"], textarea{
	border-top:2px solid #999;
	border-bottom:1px solid #ccc;
	border-left:2px solid #999;
	border-right:1px solid #ccc;
}
input[type="submit"], textarea{
	width: inherit;
}
input[type="reset"], textarea{
	width: auto;
}
div.notes {
  float: right;
  width: 158px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #FFE4C4;
  color: #FFE4C4;
  font-size: 88%;
}

div.notes h4 {
  background-repeat: no-repeat;
  background-position: top left;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 75%;
}

div.notes p {
  font-size: 75%;
	margin: 0em 0em 1em 0em;
	color: #666666;
}
div.notes p.last {
  	font-size: 75%;
	margin: 0em;
}

fieldset #Interest{
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#Interest div{
	width: 220px;
	float: left;
	padding-left: 5px;
}

#Interest input {
	width: auto;
}

#ContactInfo div{
	width: 220px;
	float: left;
	padding-left: 5px;
}

#ContactInfo input {
	width: 130px;
}