body {
	background: #e5e2af;
	padding: 20px;
	font-family: Helvetica, Arial, sans-serif; }

label {
	display: inline;
	width: 150px;
	float: left; }

input {
	padding: 3px; }

.field, #email {
	width: 200px; }

textarea {
	width: 360px;
	height: 160px; }

label {
	font-weight: bold; }

.narrowcol {
	background: #fff;
	background: #d3d0a1;
	padding: 5px;
	width: 250px;
	font-size: 12px;
	line-height: 18px; }

#privacy {
	font-size: 12px;
	line-height: 18px; }

#s {
	font-size: 18px; }
	
#error {
	display: none;
	background: #f00;
	color: #fff;
	padding: 5px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px; }
