@charset "utf-8";
/* CSS Document */

legend {
	display: none;
}

fieldset {
	border: 1px solid #FFFFFF;
	margin-top: -7px;
}
.signup-fields {
	font-weight: bold;
	display: block;
	clear: both;
}

.textfields {
	margin-bottom: 12px;
}

#left {
	display: inline;
	float: left;
	width: 248px;
}

#middle {
	display: inline;
	float: left;
	width: 263px;
}

#right {
	display: inline;
	float: left;
	width: 193px;
}

.submit_app {
	float: right;
	margin-right: 60px;
}
