/* BEGIN FORM */

#theForm label {
	width: 75px;
	float: left;
	text-align: right;
	margin: 0 5px 0px 0;
	clear: both
}


#theForm fieldset {
	border: none;
}


#theForm legend {
	display: none;
}


#theForm fieldset .submit {
	margin: 0 0 0 80px;
}


#theForm fieldset input {
	margin: 0 0 5px 0;
}

/*
dl#ncformresults {
	border: 1px solid #000;
	width: 260px;
}

dl#ncformresults dt {
	font-weight: bold;
	padding: 0 0 0 5px;
}

dl#ncformresults dd {
	background: #EAEAEA;
	margin: 0;
	padding: 0 0 0 25px;
}
*/

/* END FORM */

