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

/*FORM STYLES*/

label
{
	width:100px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size:0.9em;
}

label.check
{
	width:200px;
	
}

.submit input
{
margin-left: 5em;
width:100px;
}
input
{
width:250px;
color:#000000;
background: #fff;
}

textarea
{
width:355px;
height:100px;
color:#000000;
background:#fff;

}

.submit input
{
	color:#FFFFFF;
background:#701400;
border: 2px outset #d7b9c9
}
fieldset
{
	
	width:490px;
	
	}

