div#formError { 
	width: 350px;
	padding: 10px;
	font-size: 90%;
	border: 1px dotted #666;
	background: #eee;
	color: red;
	margin: 10px 0 10px 15px;
}

input#submitButton {
	background: #ccc;
	font-size: 140%;
}

table#contactForm td { font-size: 100%; padding: 3px; }

table#contactForm input  {
	padding: 3px;
	font-size: 110%;
	background: #eee;
}

table#contactForm { margin-left: 15px; }