/* this is the style sheet for the ajaxContact Form */
.contactform {
	overflow: hidden;
	width: 510px;
}

#contactform {
}

#contactform textarea {
width: 459px;
}

input.text {
float: left;
width: 250px;
margin-bottom: 5px;
}

label {
float: left;
width: 459px;
text-align: left;
display: block;
padding-bottom: 2px;
}

br{
clear: left;
}

#contactform input.submit {
float: right;
}


