/* CSS Document */

/* Common 
-------------------------------------------*/
body,tr,tt,blockquote,button,dd,dt,li,ol,ul,p,table,tbody,td,
input,textarea,select {
	font: 12px Verdana,Arial,Helvetica,sans-serif;
}
body {
	background-color: #712323;
	color: #FFFFFF;
	margin: 2px;
	text-align: center;
}
img {border: 0;}
.Spacer {clear: both;}
#content {
	width: 721px;
	height: 530px;
	background-image: url("graphic_right.gif");
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
	margin:30px auto;
}
form {
	width: 264px;
	height: 150px;
	float: left;
	margin: 28px 0 0 20px;
	padding: 10px;
	background-image: url("form_bg.gif");
	background-repeat: no-repeat;
}
.formfield {margin-top: 8px;}
label {
	width: 70px;
	float: left;
	margin: 10px 5px 0 0;
	text-align: right;
}
#text {
	width: 290px;
	float: left;
	margin-left: 20px;
	line-height: 1.3em;
}
#buttons {
	width: 290px;
	float: left;
	text-align: center;
	margin-top: 20px;
}
#buttons img {margin: 10px;}
#formsubmit {margin: 8px 0 0 60px;}
#footer {margin: 6px 0 0 31px;}