.error {
	color: red;
}

body {
	background: url(images/bg.gradient.jpg) top repeat-x #f9e6b5;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}
div#drop_shadow {
	width: 800px;
	text-align: left;
}

div#drop_shadow div.top {
	background: url(images/bg.top.png) bottom left no-repeat;
	height: 15px;
}

div#drop_shadow div.mid {
	background: url(images/bg.mid.png) left repeat-y;
	padding: 5px 20px;
}

div#drop_shadow div.bottom {
	background: url(images/bg.bottom.png) top left no-repeat;
	height: 20px;
}

div#logo img{
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5{
	font-family: georgia;
	color:#73451c;
}

h1 {
	font-size: 25px;
}

td {
	vertical-align: top;
}

textarea {
	width: 300px;
	height: 200px;
}