table.contact {
	border:0;
	width: 600px;
	margin:auto;
}

table.contact td textarea {
	width:400px;
	height:200px;
}

table.contact td input[type=text] {
	width:400px;
}

table.contact td input[type=text], textarea {
	background-color:#F6F6F9;
	border:solid 1px #FFF;
	font-family: "Trebuchet MS";
	font-size:12px;
	margin:2px;
}

.error{
	color:red;
	background-color:#FDF8C3;
	text-align:center;
	font-size:12px;
	width:60%;
	margin:0 20%;
}

.success{
	color:#6276B1;
	background-color:#FDF8C3;
	text-align:center;
	font-size:12px;
	width:60%;
	margin:0 20%;
}

