.trend {
	float: left;
	width: 300px;
	height: 150px;
	font-size: 11px;
	margin-top: 5px;
}

.trend_header_even {
	padding-bottom: 4px;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 2px;
	height: 10px;
	width: 294px;
	background-color: #dfdfdf;
	margin-bottom: 5px;
}

.trend_header_odd {
	padding-bottom: 4px;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 2px;
	height: 10px;
	width: 294px;
	background-color: #c3c1c2;
	margin-bottom: 5px;
}

.trend_question {
	width: 300px;
}

.trend_voting {
	width: 300px;
}

.trend_percentbg {
	height: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100px;
	border-left: 1px solid black;
	background-color: #dfdfdf;
}



