label, input, textarea, select, form_text {
display:block;
margin-bottom:10px;
}

form
{
	margin: 0;
	padding: 0;
	background-color: #A9956B;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: left;
}

label
{
	text-align:left;
	margin: 0;
	padding-left:0px;
	background-color: #A9956B;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:lighter;
	color:#000000;
	vertical-align: middle;
}

input
{
	margin: 0;
	padding: 0;
	background-color: #442E2E;
	border: thin solid #BBBBBB;
	font-family: "Times New Roman", Times, serif;
	width: 150px;
	margin-bottom: 10px;
	color:#FFFFFF;
}

#submit
{
	background-color: #442E2E;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	width: 50px;
	margin-top: 30px;
	margin-bottom: 15px;
}

#back
{
	background-color: #442E2E;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	width: 100px;
	border: thin solid #BBBBBB;
	margin-top: 10px;
	margin-bottom: 15px;
}

#Address
{
	margin: 0;
	padding: 0;
	background-color: #442E2E;
	border: thin solid #BBBBBB;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:lighter;
	color:#FFFFFF;
	width: 150px;
	height:35px;
	margin-bottom: 10px;
}

#error {
	position:absolute;
	top: 410px;
	left: 315px;
	width: 250px;
	height: 50px;
}

#error p {
	text-align: left;
}	

select {
	background-color: #442E2E;
	border:none;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
}	

#white {
	color:#FFFFFF;
}