.textboxLabel
{
	display: block;
	width: 150px;
	
}


#contactForm fieldset{
	padding: 20px;
	margin: 20px;
}

#contactForm fieldset form input
{
	width: 450px;
}

#contactForm fieldset form textarea
{
	height: 100px;
	width: 450px;
}

#contactForm fieldset form .button
{
	padding-top: 10px;
	
}

.error
{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}

#contactForm fieldset form .captcha .captchaInput input{
	width: 100px;
}

.captcha{
	float: left;
	clear: both;
	width: 430px;
	border: solid black thin;
	background-color: white;
	padding: 10px;
	height: auto;
}
.captchaImage{
	float: left;
	clear: none;
	
}

.captchaInput{
	float: left;
	clear: none;
}

.button{
	float: left;
	clear: both;
}

.textboxLabel{
	padding-top: 10px;
}

