#wrap {
	/*background: #eaf0f4;
	border: 5px solid #7a91a1;*/
	margin: auto;
	width: 650px;
	font-family:Georgia, "Times New Roman", Times, serif; font-size:14px;

}

form {
	padding: 0;
	margin: 0 0 20px;
}
.error[generated=true] {
	color: #dc0000;
	font-size: 16px;
	padding: 5px 0 2px 5px;
}
input, textarea {
	background: #FFF;
	border: 1px solid #7a91a1;
	font: inherit;
	font-size: 16px;
	line-height: 29px;
	min-height: 30px;
	padding: 3px 10px;
	width: 500px;
	margin-top:3px;
	
}
input:focus, textarea:focus {
	border-color: #b0c3d0;
	outline: none;
}
textarea {
	height: 240px;
	resize: vertical;
}
input[type=submit] {
	background: #550e08;
	color: #FFF;
	font: inherit;
	padding: 7px 20px;
	width: auto;
}

#response {
	margin-bottom: 50px;
	text-align: center;
	font-size:20px;
}
#response .success {
	color:#900;
}
#response .failure {
	color:#900;
}