fieldset {
	border: 1px solid #c81e13;
	width:600px;
	padding:10px;
	margin-bottom:16px;
}
legend {color:#c81e13; font-weight: bold;}
label {
	/*width: 4em;*/
	/*float: left;*/
	/*text-align: right;*/
	margin-right: 0.5em;
	display: inline;
	/*margin-top:3px;*/
}

input {
	color: #c81e13;
	background: #FFF;
	border: 1px solid #c81e13;
	margin-bottom:3px;
}

input.noborder{
	border:none;
}

input.submit{
	color: #FFF;
	background: #c81e13;
	border: 2px solid #d7b9c9;
	font-weight:bold;
}