body
{
	background: #cc9;
	padding: 10px 150px;
}

div
{
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 7px #DEB887 solid;
}

form
{
	margin: 0px;
}

div#title
{
	border-top: 7px #DEB887 solid;
	border-bottom: 7px #DEB887 solid;
	text-align: center;
}

div#footer
{
	font-size: 80%;
	font-family: arial, helvetica, sans-serif;
}

.error
{
	font-size: 80%;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: #900;
}

ul li
{
	padding-bottom: .2em; 
}

table.form td
{
	padding: 5px 0px;
	border-top: 1px solid #DEB887;
	border-bottom: 1px solid #DEB887;
}

table.form td.instructions
{
	border: 0px;
	background: #DEB887;
	font-size: 80%;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	padding: 2px 5px;	
}