#feedback-form {
	font-family: 'Tahoma', sans-serif;
	background: #fff5cb;
	margin: 0px;
	width: 446px;
	padding: 10px;
	display: none;
}

#feedback-form .hidden {
	display: none;
}

#feedback-form ul {
	list-style-position: outside;
	list-style-type: none;
	padding: 4px 2px; 
	margin: 0.5em 0px;
	font-size: 10pt;
	text-align: center;
}

#feedback-form a.selected {
	font-size: 12pt;
	border-bottom: 0px;
	text-decoration: none;
	color: #1a2233;
}

#feedback-form ul li {
	padding: 0px 2px; 
	margin: 0px;
	display: inline;
	text-align: center;
}

#feedback-form fieldset.invisible {
	display: none;
}

#feedback-form fieldset, #feedback-form fieldset legend {
	border: 0px;
	padding: 0px; 
	margin: 0px;
}

#feedback-form fieldset {
	margin-bottom: 2em;
}

#feedback-form fieldset legend {
	font-size: 150%;
	display: block;
}

#feedback-form  ul.red {
	background: #ffdddd;
	border: 1px solid #b5ae92;
}

#feedback-form fieldset fieldset {
	margin-bottom: 0.5em;
}

#feedback-form fieldset fieldset legend {
	display: none;
}

#feedback-form h4 {
	font-size: 10pt;
	margin-bottom: 0px;
	margin-top: 1em;
	font-weight: normal;
}

#feedback-form select, #feedback-form input.text, #feedback-form input.numeric, #feedback-form textarea {
	border: 1px solid #b5ae92;
	padding: 2px;
}

#feedback-form h4.obligatory {
	font-weight: bold;
}

#feedback-form select.obligatory, #feedback-form input.obligatory, #feedback-form textarea.obligatory {
	background: #ffdddd;
}

#feedback-form .ok {
	background: #ddffdd;
}

#feedback-form select {
	width: 446px;
}

#feedback-form textarea, #feedback-form input.text {
	width: 440px;
}

#feedback-form input.numeric {
	width: 100px;
}

#feedback-form input.button {
	font-size: 12pt;
}

#feedback-form-buttons {
	margin: 10px 0px;
	text-align: center;
}

#feedback-field-rules {
	font-size: 8pt;
	margin: 2em auto;
	text-align: center;
}