@charset "UTF-8";
#newslettersignup {
	width: 200px;
	float: left;
	margin-left: 0px;
	margin: 8px 0 0 0;
}
form#frmContact {
	width: 200px;
	margin: 0;
}
fieldset {
	margin: 1em 0;
	padding-bottom: 0.5em;
}
legend {
	font-family: Verdana, Geneva, sans-serif;
	color: #C0A726;
	line-height: 1.4;
	margin-left: 0.5em;
}
#newslettersignup p {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 10px;
	margin: 10px 0 0 8px;
}
#frmContact .register {
	margin-top: 10px;
}
input.text {
	width: 150px;
}
textarea {
	width: 100px;
	margin-top: 0.5em;
}
label.top {
	display: block;
	margin-bottom: 0.5em;
	color: #333;
}
input.text:focus, textarea:focus {
	background-color: #C0A726;
}

