/* CSS Document */

label
{
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	color: #6F6146;
	font-family: "Century Gothic";
	font-size: 14px;
}

.formfield {
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	background-color: #FBBECE;
	font-family: "Century Gothic";
	font-size: 13px;
	color: #666666;
	height: 18px;
	width: 300px;
}
.teaxtarea {
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	background-color: #FBBECE;
	font-family: "Century Gothic";
	font-size: 13px;
	color: #666666;
	height: 100px;
	width: 300px;
}

.button {
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	background-color: #4F4541;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EBE6E4;
	width: 100px;
	font-size: 11px;
	height: 21px;
}
.fieldset {
	border-width: 1px;
	border-color: #FBBECE;
	border-style: solid;
	padding: 10px 0px 10px 0px;
}

.field {
	padding: 5px;
}

