#agentBroker, #other, #professionalP {
	display: none;
}
.professionalCB {
	width: 20px;
}

/* Edits by Simon */
#flash{
	text-align: center;
	padding: 20px;
	background: #FF6367;
	border: #FF8F92;
	margin-bottom: 20px;
	font-size: 200%;
	color: white;
}

form ol {
  margin: 0;
  padding: 0;
}
form li{
  list-style: none;
}

fieldset{
	border: none;
}

fieldset fieldset{
	margin-left: 215px
}

fieldset fieldset label{
	display: block;
	margin: 0;
}

label{
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 60px;
	margin-right: 20px;
}

input[type=text][type=password],
textarea{
	border: 1px solid #aaa;
	width: 20em;
}

input,
textarea,
label{
	margin-bottom: 1em;
}

textarea{
	height: 20em;
        width: 30em;
}

.lgtext{
  width: 28em;
}