.rate-us-form label {
	clear: both;
	float: left;
	font-size: 1em;
	font-weight: bold;
	margin: 8px 0 0;
	width: 9em;
}
.rate-us-form input, .rate-us-form textarea {
	float: left;
	margin: 8px 0 0;
	width: 20em;
}
.widget-area .rate-us-form input, .widget-area .rate-us-form textarea,
.widget-container .rate-us-form input, .widget-container .rate-us-form textarea,
{
	width: 100%;
}
.rate-us-form .rate-us-rating-wrapper {
	float: left;
	margin: 8px 0 0;
}
.rate-us-form input[type=submit] {
	clear: both;
	width: inherit;
}
.rate-us-form input[type=image], .taf-form input[type=image] {
	background: transparent;
	border: none;
}
.rate-us-form .rating-explanation {
	clear: left;
	float: left;
	padding-left: 10em;
}
.rate-us-notice {
	color: #F00;
}
p.rate-us-notice {
	clear: left;
	font-size: .75em;
}

.rate-us-rating-wrapper {
	height: 16px;
	overflow: hidden;
	position: relative;
	width: 84px;
}
.rate-us-rating-gray {
	background: transparent url(../images/rating_gray.png) no-repeat top left;
	height: 16px;
	left: 0;
	position: absolute;
	top: 0;
	width: 84px;
	z-index: 1;
}
.rate-us-rating-color {
	background: transparent url(../images/rating_color.png) no-repeat top left;
	height: 16px;
	left: 0;
	position: absolute;
	top: 0;
	width: 0px;
	z-index: 2;
}

.taf-form td {
	font-weight: bold;
	padding: 6px;
}