﻿.contactForm
{
	width: 210px;
}
.contactLabel
{
	margin-top: 2px;
	display: inline-block;
	float: left;
}
.contactTextBox
{
	float: right;
}
.contactTextArea
{
	width: 300px;
	height: 75px;
}
