div.error_messages, div.error_messages p {
	text-align: center;
	color: #6C7A88;
}
div.error_messages p {
	margin-bottom: 20px;
}
div.error_messages {
	margin: 20px;
	padding: 20px 0 0 0;
	border: 2px dashed #cc0055;
	background-color: #cceeff;
}
table.form td.label {
	font-size: 12px;
	color: #6C7A88;
}
table.form span.error {
	font-size: 10px;
	color: #cc0055;
}
table.form textarea {
	width: 300px;
	height: 250px;
	border:1px solid #6C7A88;
	color:#336699;
	font-family:Tahoma,Verdana,Helvetica,Sans Serif;
	font-size:12px;
}
table.form input {
	width: 300px;
	border:1px solid #6C7A88;
	color:#336699;
	font-family:Tahoma,Verdana,Helvetica,Sans Serif;
	font-size:12px;
	height:18px;
}

