contactForm, form {
	}

label, input, textarea {
	display: block;
	float: left;
	margin-bottom: 10px;
}

label {
	font-weight: normal;
	text-align: right;
	width: 125px;
	padding-right: 20px;
}

input, textarea {

	width: 215px;
}


#formFields input, #formFields textarea, #formFields .checkboxes input {
	/* formatting applies to area that contains hand-coded fields */
	/* if formatting is applied to general "input" field it gets */
	/* applied to .NET generated input field at the beginning of the form */
	border: 1px solid #ccc;
	background-color: black;
	color: #ccc;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 9px;
}

#formFields .checkboxes input {
	background-color: #EAE5DF;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #black;
	text-decoration: none;
	background-color: #ccc;
	height: 20px;
	width: 60px;
	margin-right: 10px;
	border: 0px;
	background-color: #999;
}

br {
	clear: left;
}contactForm, form {
	}

label, input, textarea {
	display: block;
	float: left;
	margin-bottom: 10px;
}

label {
	font-weight: normal;
	text-align: right;
	width: 125px;
	padding-right: 20px;
}

input, textarea {

	width: 215px;
}


#formFields input, #formFields textarea, #formFields .checkboxes input {
	/* formatting applies to area that contains hand-coded fields */
	/* if formatting is applied to general "input" field it gets */
	/* applied to .NET generated input field at the beginning of the form */
	border: 1px solid #ccc;
	background-color: black;
	color: #ccc;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 9px;
}

#formFields .checkboxes input {
	background-color: #EAE5DF;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #black;
	text-decoration: none;
	background-color: #ccc;
	height: 20px;
	width: 60px;
	margin-right: 10px;
	border: 0px;
	background-color: #999;
}

br {
	clear: left;
}