#contact body, html {
	height: 100%;
}
#contact #navMenu, #header, #content, #footer {
	visibility: visible;
	width: 630px;
}
#contact form textarea, input {
	border: 1px solid;
}
#contact form textarea:focus, input:focus {
	background-color: #DDDDDD;
}
#contact .response {
	color: #000000;
}
#contact .responseError {
	color: #FF0000;
}