/* ===============================================
PROJECT TITLE
--------------------------------------------------
AUTHOR(S): jwynn@topspotims.com,


================================================*/

fieldset legend {
	font-weight: 700;
	margin-bottom: 0.5em;
}

fieldset {
	border: none;
}

form ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form ul li{
	margin-bottom: 1em;
}

form label {
	float: left;
	width: 8em;
	text-align: right;
	margin: 0.2em 2em 0 0;
	vertical-align: bottom;
}

form input, textarea {
	background-color: #eee;
}

form #submit {
	margin-left: 12.1em;
	width: 100px;
}

.required {
	color: #EF4343;
}

fieldset p {
	margin: -0.25em 0 1.5em 0;
}

