
#feedback-form {
	margin: 0 auto;
	width: 954px;
}

#feedback-form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#feedback-form ul li {
	float: left;
	padding-right: 5px;
}

#feedback-form p {
	margin: 1px;
}

#feedbackPadding {
    padding-top:8px;

}

#feedback-form h4 {
	font-size: 150%;
	font-weight: bold;
	margin: 5px 10px 0 0;
	float: left;
	width: 600px;
	height: 18px;
}

#feedback-form h5 {
	font-size: 110%;
	color: #525252;
	margin: 0 10px 5px 1px;
	font-weight: bold;
}

#feedback-form div.top-buttons {
	float: right;
	margin-top: 5px;
}

#feedback-form div.top-buttons a {
	text-decoration: none;
	color: #262626;
}
#feedback-form div.top-buttons a.close {
	width: auto;
	background: url(/assets/common/img/feedback/close-bg.png) center right no-repeat;
	cursor: pointer;
	border-left: 1px solid #a09d9d;
	padding-left: 5px;
	padding-right: 17px;
}

#feedback-form div.top-buttons a:hover {
	color: #56749C;
}

#feedback-form div.top-buttons #privacy {
}

#feedback-form div.top-buttons a.close-button {
	background: transparent url(/assets/common/img/feedback/close-panel.png) no-repeat right center;
	padding-right: 16px;
}

#feedback-form div.content-section {
	clear: both;
	float: left;
	padding-top: 8px;
	width: 954px;
}

#feedback-form div.content-section div.stars {
	float: right;
	width: 289px;
	margin-right: 0px;
	margin-top: 30px;
}

#feedback-form div.content-section div.stars h5 {
	float: left;
	margin-top: 5px;
	
}
#feedback-form div.content-section div.stars p {
	float: right;
	margin-right: 10px;
	margin-top: 7px;
}

#feedback-form .stars ul li  {
	padding: 0;
}

#feedback-form div.content-section div.stars li a {
	display: block;
	width: 24px;
	height: 19px;
	background: url(/assets/common/img/feedback/star.png) center top;
}

#feedback-form div.content-section div.stars li a.over {
	background-position: center bottom;
	/*background: url(/assets/common/img/feedback/star_selected.png);*/
}

#feedback-form div.content-section div.stars li a.set {
	background-position: center bottom;
	/*background: url(/assets/common/img/feedback/star_selected.png);*/
}

#feedback-form div.content-section div.questions {
	background: url(/assets/common/img/feedback/divider1.png) center right no-repeat;
	float: left;
	width: 630px;
	padding-right: 22px;
}

#feedback-form div.content-section div.questions li {
	padding-right: 10px;
	margin-top: 13px;
	margin-bottom: 23px;
}

#feedback-form div.content-section div.questions li a {
	margin-top: 3px;
	height: 20px;
	display: block;
}

#feedback-form div.content-section div.questions li a:hover {
	background-position: 0 -20px !important;
}

#feedback-form div.content-section div.questions li a span {
	display: none;
}

#feedback-form div.content-section div.questions a.button-1 {
	width: 142px;
	background: url(/assets/common/img/feedback/buttons/error.png);
}

#feedback-form div.content-section div.questions a.button-2 {
	width: 164px;
	background: url(/assets/common/img/feedback/buttons/find.png);
}

#feedback-form div.content-section div.questions a.button-3 {
	width: 123px;
	background: url(/assets/common/img/feedback/buttons/suggestion.png);
}

#feedback-form div.content-section div.questions a.button-4 {
	width: 160px;
	background: url(/assets/common/img/feedback/buttons/query.png);
}

#feedback-form div.content-section div.questions a#close-index {
	margin: 12px 0 0;
	clear: both;
	float: right;
}

#feedback-form div.content-section div.info-copy {
	width: 350px;
	float: left;
	padding-right: 30px;
}

#feedback-form div.content-section div.info-copy p {
	padding-bottom: 5px;
}

#feedback-form p.error {
	color: #ff0000;
}

#feedback-form input, #feedback-form textarea {
	color: #222;
}


#feedback-form input.error, #feedback-form textarea.error {
	border: #f00 1px solid;
}

#feedback-form p.error {
	color: #ff0000;
}

#feedback-form div.content-section div.info-form {
	float: left;
	width: auto;
}

#feedback-form div.content-section div.info-form textarea {
	padding: 0;
	margin: 0;
	height: 75px;
	width: 440px;
	float: left;
}

#feedback-form div.content-section div.info-form div {
	padding-top: 55px;
	padding-left: 10px;
}

#feedback-form div.content-section div.info-form div a {
	float: left;
	margin: 4px 0 0;
}

#feedback-form div.content-section div.info-form div a#contact {
	margin-right: 5px;
}

#feedback-form div.content-section div.contact-form {
	float: left;
	width: 390px;
}

#feedback-form div.content-section div.contact-form fieldset {
	padding: 0;
	margin: 0;
	width: 317px;
	float: left;
}

#feedback-form div.content-section div.contact-form fieldset label {
	clear: both;
	float: left;
	padding-bottom: 10px;
	width: 317px;
}

#feedback-form div.content-section div.contact-form fieldset label span {
	width: 60px;
	float: left;
	padding-top: 3px;
}

#feedback-form div.content-section div.contact-form fieldset label input {
	width: 248px;
}

#feedback-form div.content-section div.contact-form fieldset p.error {
	padding-left: 60px;
}

#feedback-form div.content-section div.contact-form div {
	padding-top: 0;
	padding-left: 0;
}

#feedback-form div.content-section div.contact-form div a {
	float: left;
	margin: 4px 0 0;
}

#feedback-form div.content-section div.contact-form div a#thankyou {
	margin-right: 2px;
}

#feedback-form div.content-section div.contact-form h5 {
	padding: 0;
	margin: 0;
	float: left;
}

#feedback-form div.content-section div.contact-form div.thankyou {
	clear: left;
	margin-top: 8px;
}

/* Warning popup */
div#feedback-warning {
	display: none;
	z-index: 999;
	position: absolute;
	margin: 0 400px;
    background-image:url(/assets/common/img/feedback/box-feedback-popup-bottom.png);
	height: 100px;
	min-height: 100px;
	width: 327px;
}

div#feedback-warning div {
	padding: 10px;
    height: 80px;
}

div#feedback-warning div h4 {
	background: none;
	margin: 0;
	padding: 0;
}

div#feedback-warning div p {
	margin: 0;
	color: #222;
}

div#feedback-warning div a {
	float: right;
}

div#feedback-warning div a.cancel {
	margin-right: 0;
}

div#privacy {
	margin: 0 auto;
	width: 954px;
	display: none;
}

div#privacy h4 {
	font-size: 150%;
	font-weight: bold;
	margin: 5px 10px 0 0;
	width: 600px;
	height: 18px;
}

div#privacy div.privacy-copy {
	clear:both;
	width: 800px;
	height: 75px;
	overflow: auto;
	margin-top: 10px;
	float: left;
}

div#privacy div.privacy-copy ol {
	margin: 0;
	padding-left: 28px;
	list-style-position: outside;
}

div#privacy a#back-button {
	float: right;
	margin-right: 7px;
	margin-top: 67px;
}
