body {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #8e2a8b;
}

body#form,
body#thanks {
	background: url(/images/blue_bg.png) no-repeat;
	margin: 4px 19px 21px 3px;
	padding: 12px 9px 10px 12px;
}

#form h1 {
	background: url(/images/submit_heading.png) no-repeat;
	width: 229px;
	height: 12px;
	margin-bottom: 18px;
}

#thanks h1 {
	background: url(/images/thanks_text.png) no-repeat;
	width: 361px;
	height: 112px;
	margin: 21px 0 0 110px;
}

#thanks h1 a {
	display: block;
	width: 361px;
	height: 112px;
}

#form h1 span,
#thanks h1 span,
#thanks a.review_button span {
	display: none;
}

#thanks a.review_button {
	display: block;
	width: 199px;
	height: 52px;
	background: url(/images/reviews_button.png) no-repeat;
	margin: 28px 0 0 193px;
}

label {
	text-transform: uppercase;	
}

input.text, textarea {
	border: 0;
	background: #58585a;
	font-size: 10px;
	color: white;
	font-family: Arial, sans-serif;
}

input.text {
	width: 220px;
	height: 16px;
}

div.column {
	float: left;
	width: 282px;
}

div.right {
	float: left;
	width: 297px;
}

div.text label {
	vertical-align: top;
	width: 51px;
	float: left;
	display: block;
}

div.text textarea {
	width: 212px;
	height: 185px;
}

div.input {
	margin-bottom: 0.75em;
}

div.input label,
div.input div.label {
	float: left;
	display: block;
	width: 72px;
}

div.thing div.label {
	width: 84px;
}

div.input div.options {
	float: left;
	width: 225px;
}

div.thing div.options {
	width: 213px;
}

div.thing div.options label img {
	display: block;
	height: 27px;
	width: 18px;
}

div.input div.label label,
div.input div.options label {
	float: none;
	display: inline;
	width: auto;
}

div.thing div.options label {
	display: block;
	margin-right: 2px;
	float: left;
	height: 27px;
	width: 18px;
	padding-bottom: 3px;
}

div.thing div.options input {
	position: absolute;
	left: -1000px;
}

div.submit {
	margin-left: 109px;
}

div.submit input {
	display: block;
	width: 150px;
	height: 36px;
	background: url(/images/purple_submit.png) no-repeat;
	border: 0;
}

div.title label,
div.name label,
div.email label {
	padding-top: 0.5em;
}

div.error {
	color: red;
}

/* Show page */

#display h1 {
	background: #90298e;
	width: 175px;
	margin-left: 11px;
	color: white;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	padding-left: 10px;
}

#display div.review {
	width: 574px;
	height: 207px;
	padding: 5px 27px 22px 20px;
	position: relative;
	margin-bottom: 18px;
}

#display div.review h2 {
	font-size: 14px;
	line-height: 29px;
}

#display div.review div.content {
	width: 452px;
	height: 137px;
	overflow: auto;
	font-size: 12px;
	line-height: 14px;
}

#display div.review div.content p {
	margin-bottom: 1em;
	margin-right: 10px;
}

#display div.review p.extra_info {
	margin-top: 12px;
	font-size: 14px;
	font-weight: bold;
}

#display div.review p.extra_info span.author,
#display div.review p.extra_info span.vote_count {
	float: left;
	width: 150px;
}

#display div.review p.extra_info span.author {
	width: 250px;
}


#display div.review div.rating {
	position: absolute;
	top: 14px;
	right: 52px;
	height: 12px;
	width: 70px;
}

#display div.review div.rating span.rating,
#display div.review div.rating span.background {
	display: block;
	width: 60px;
	height: 12px;
	background: url(/images/star.gif) repeat-x 0 0;
	position: absolute;
	top: 0;
	left: 0;	
}

#display div.review div.rating span.rating {
	background-position: 0 -24px;
	z-index: 11;
}

#display div.review div.rating span.background {
	z-index: 10;
}

#display div.review div.rating span.background span,
#display div.review div.rating span.rating span {
	display: none;
}

#display div.review img.thing {
	position: absolute;
	right: 53px;
	top: 47px;
}

#display div.review p.voted,
#display div.review a.like_button {
	display: block;
	position: absolute;
	bottom: 37px;
	right: 52px;
}

#display div#red_box_review {
	background: url(/images/red_bg.png) no-repeat;
}

#display div#orange_box_review {
	background: url(/images/orange_bg.png) no-repeat;
}

#display div#green_box_review {
	background: url(/images/green_bg.png) no-repeat;
}

#display div#blue_box_review {
	background: url(/images/blue_bg_display.png) no-repeat;
}

#display div.pagination {
	margin-left: 159px;
	padding-top: 9px;
}

#display div.pagination a.previous_button {
	margin-right: 116px;
}

