.contactFormSendButtonDiv
{
	background-image: url("http://jasonandrade.ca/images/green-button-background.png");
	background-repeat: repeat-x;
	border: 1px solid #56991B;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	height: 20px;
	line-height: 18px;
	padding: 3px 3px 3px 3px;
	text-align: center;
	width: 120px;
}

.contactFormTable
{
	border: 0px none;
	width: 934px;
}

.contactFormPromptTD
{
	width: 150px;
}

.contactFormInputFieldTD
{
	width: 784px;
}

.contactFormNotificationMessageSpan
{
	color: #006400;
}

.contactFormRequiredParameterIndicatorSpan
{
	color: #B60707;
	position: relative;
	top: 2px;
}

.contactFormRequiredParameterMessageSpan
{
	color: #B60707;
}

.contactFormTextArea
{
	color: #303030;
	font-family: arial;
	font-size: 14px;
	height: 500px;
	padding: 5px 5px 5px 5px;
	width: 100%;
}

.contactFormTextFieldInput
{
	color: #303030;
	font-family: arial;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	width: 100%;
}

