/* header */

#header {
	height: 143px;
	width: 760px;
	background: url(/_gfx/hate/feedback.jpg) no-repeat top left;
}

object, embed {
	height: 264px;
	width: 760px;
}

#intro {
	width: 653px;
	background: #f7e215 url(/_gfx/hate/feedback-top-bg.gif) repeat-y top left;
	padding: 0 53px 0 54px;
	text-align: center;
}

#intro div {
	background: url(/_gfx/hate/gradient.gif) repeat-x bottom left;
}

#middle {
	width: 760px;
	height: 7px;
	background: #ea8501 url(/_gfx/hate/feedback-middle.gif) no-repeat top left;
	font-size: 0;
}

#bottom {
	width: 760px;
	height: 23px;
	background: #ea8501 url(/_gfx/hate/feedback-footer.gif) no-repeat top left;
}

#feedback {
	width: 685px;
	background: #f7e215 url(/_gfx/hate/feedback-bottom-bg.gif) repeat-y top left;
	padding: 0 37px 0 38px;
}

#feedback p.thanks {
	text-align: center;
	padding: 20px 0;
	margin: 0;
}

#feedback form {
	width: 665px;
	padding: 10px;
	background: url(/_gfx/hate/gradient2.gif) repeat-x bottom left;
}

#feedback fieldset {
	border: none;
	width: 330px;
	float: left;
}

#feedback legend {
	display: none;
}

#feedback label {
	display: block;
	width: 330px;
	margin: 5px 0;
}

#feedback label span {
	display: block;
	float: left;
	width: 100px;
}

#feedback input, #feedback textarea {
	width: 200px;
}

#feedback textarea {
	height: 100px;
}

#feedback input.submit {
	margin: 20px 0 0 160px;
	width: 84px;
	height: 54px;
}

