@charset "utf-8";
/* CSS Document */

label
{
width: 120px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
	margin-left: 0px;
} 
input
{
	color: #000;
	border: 1px solid #736B3E;
	background-color: #C8C2A4;
	font-size: 14px;
}

.submit input
{
	color: #fff;
	background-color: #990000;
	padding-top: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #D0CBB3;
	border-right-color: #A79D70;
	border-bottom-color: #A79D70;
	border-left-color: #D0CBB3;
} 
fieldset
{
	color: #fff;
	border: 1px solid #7B7246;
	width: 30em;
	background-color: #a49a67;
}

legend
{
	color: #fff;
	border: 1px #781351;
	padding: 2px 6px;	
} 

