

#feedform fieldset {
	padding: 0;
	margin: 0 0 2em 0;
	border: none;
}

#feedform legend {
	border: 0;
	color: #102370;
	font: bold 120% Arial, sans-serif;
	padding: 0 0 12px 0;
}

#feedform div {
	margin-bottom: 0.3em;
}

#feedform label {
	float: left;
	width: 10em;
	padding-right: 0.2em;
}

#feedbacksubmit {
	background: #18296b url(feedbacksubmit-bg.png) repeat-x;
	border: 1px solid #2a344d;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	margin-top: 0.5em;
	margin-left: 19.7em;
	padding: 3px;
	width: auto;
}

#feedform fieldset input, #feedform fieldset textarea {
	background: #fff;
	border: 1px solid #999;
	font-size: 1em;
	height: 1.5em;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	padding: 0 5px 0 5px;
}
#feedform fieldset textarea {
	height: 10em;
	overflow: auto;
	padding: 5px;
}
#feedform fieldset input:focus, #feedform fieldset textarea:focus,
#feedform fieldset input.sffocus, #feedform fieldset textarea.sffocus { background: #ffffe0; }

