form {
	float:left;
}
fieldset {
	border:1px dashed #ddd;
	padding:10px;
	margin:0 auto;
	font-size:1em;
	line-height:1.2em;
	text-align:left;

}
fieldset fieldset {
	border:1px solid #ccc;
	font-size:1em;
}
fieldset fieldset legend {
	font-size:1.3em;
	background-color:#fff;
}
legend {
	color:#666;
	float:none;
	width:auto;
	padding:0;
	margin:0;
	font-size:1.5em;
	line-height:1.5em;
	font-weight:bold;
	background-color:#fff;
}
legend label {
	float:none;
	width:auto;
	font-size:1em;
}
label {
	float:left;
	width:100%;
	padding:0; margin:0;
}

input,
textarea,
select,
.textarea,
.selectbox,
.textbox {
	width:100%;
	color:#333;
	font-size:1em;
	background-color:#f7f7f7;
	border:1px solid #ccc;
	padding:2px 0;
	margin-bottom:10px;
	float:left;
}
select:hover,
textarea:hover,
.textarea:hover,
.selectbox:hover,
.textbox:hover {
	width:100%;
	border:1px solid #ed1c24;
	padding:2px 0;
	background-color:#f7f7f7;
}
.radio,
.radio:hover,
.checkbox,
.checkbox:hover {
	width:auto;
	border:0;
	float:none;
	background:none;
	margin:0 5px;
}
textarea,
textarea:hover,
.textarea,
.textarea:hover {
	height:5em;
}

.requiredOnboard {
	border:1px solid #ff0000;
}

.button {
	float:left;
	display:inline;
	margin:5px 0;
	color:#666;
	font:bold 13px/1em Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	background:#ccc url(../images/button.gif) repeat left top;
	border:0;
}
.button span{
	display:block;
	background:transparent url(../images/button_left.gif) no-repeat left top;
}
.button span span{
	display:block;
	padding:9px 15px;
	background:transparent url(../images/button_right.gif) no-repeat right top;
}
	.button:hover {
		color:#333;
		text-decoration:none;
		background:#ccc url(../images/button.gif) repeat left bottom;
	}
	.button:hover span{
		background:transparent url(../images/button_left.gif) no-repeat left bottom;
	}
	.button:hover span span{
		background:transparent url(../images/button_right.gif) no-repeat right bottom;
	}
	
/* mortgage calculator */
fieldset.mortgage_calculator label {
	line-height:25px;
}
fieldset.mortgage_calculator h5.payment_calc,
fieldset.mortgage_calculator h5.total {
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 0;
	margin:0;
	color:#f00;
}
	fieldset.mortgage_calculator h5.payment_calc {
		line-height:31px;
	}
	fieldset.mortgage_calculator h5.total {
		line-height:20px;
	}
