#contactForm {
	padding: 0px; /* top-bottom left-right */
	width: 540px;
}

#contactForm fieldset {
	width: 530px;
	padding: 0px;
	margin: 0px;
	border: none;
}

#contactForm legend, #contactForm .feedbackArea legend {
	display: block;
	width: 100%;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color: #181818;
	font-family: "Verdana";
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px dashed #cccccc;
}

#contactForm .inputTextBox, #contactForm textarea {
	font-size: 12px;
	font-family: "Verdana";
}

#contactForm .inputTextBox {
	width: 300px;
}

#contactForm label {
	display: block;
	margin: 0px 0px 2px; /* top left-right bottom */
	font-size: 12px;
	font-family: "Verdana";
}

#contactForm .sampleFormData {
	display: block;
	margin-bottom: 10px;
	color: #555555;
	font-style: italic;
	font-size: 8pt;
}

#contactForm .errorMessage {
	width: 170px;
	margin: 0px 0px 0px 5px; /* top right bottom left */
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #ff0000;
}

#contactForm .feedbackArea label {
	display: inline;
}

#contactForm textarea {
	width: 400px;
	height: 100px;
	margin: 2px 0px 0px; /*top left-right bottom */
}

#contactForm #submitButton {
	margin-top: 2px;
}

/*
**  Format the message returned by the sendEmail() php function
**  !! These messages are NOT contained within the form so they 
**     cannot be referenced via the #contactForm method !!
*/
#emailSentSuccessMessage {
    color: #00ff00;
}
#emailSentFailureMessage {
    color: #ff0000;
}
