

label
{
	width: 5em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	color: #85071c;
	
}

input, textarea{
width: 100px;
margin-bottom: 3px;
}


#submitbutton{
margin-left: 60px;
margin-top: 5px;
width: 90px;
background-color:  #e0e1d1;
color: #85071c;

}

#submitbutton:hover{
background-color: #85071c;
color:  #e0e1d1;
}

#submitbutton:a {

color:  #e0e1d1;
}

br{
clear: left;
}

fieldset {
float:right;
padding: 15px 22px 5px 15px;
border: 0px;
border-left: 2px solid #85071c;
background-color: #cac9b5;
margin-top: 5px;
}