#content {
	width: 680px;
	padding: 5px;
	background: #111 url(../images/wood_dark.gif) repeat 490px 300px;
	border: 1px solid #000;
	color: #fff;
	line-height: 1.5;
	font-size: 13px;
}

#content label {
	float: left;
	width: 100px;
}

#content p {
	margin-bottom: 10px;
}

#content a {
	color: #fff;
}

.contact_info {
	font-size: 18px;
}

.error {
	background: #e67979;
	border: 1px solid #D893A1;
	color: #000;
	padding: 5px;
	margin-bottom: 5px;
}