html, body {
	height:auto;
}
body {
	background:#fff;
	padding:15px 25px;
}
h2 {
	font: normal 2em Georgia, 'Times New Roman', Times, serif;
	color: #56b8dc;
	text-align:center;
	padding-bottom: 36px;
	background: url(../images/heading_decoration.gif) center bottom no-repeat;
	margin:0;
}
h3 {
	text-align:center;
	margin:.5em 0 1em 0;
}
.form {
	margin-left:70px;
}
.form textarea {
	height:80px;
}