@charset "utf-8";
<!-- poll/com/text_listings.php -->
.poll_container{
	text-align:left;
}
.poll_com_button{
	font-size: 12px;
	border:1px solid #C9E3F0;
	background-color:#ffffff;
}
.poll_com_text_listings{
	width:100%;
}
.poll_com_text_listings_button{
	width:100%;
	text-align:right;
}
.poll_com_text_listings_list{
	width:100%;
	padding-top:5px;
	text-align:left;
}
.poll_com_text_listings_line{
	width:100%;
	background-image:url(../images/line.gif);
	height:1px;
	font-size:1px;
}
.poll_com_text_listings_category{
	width:100%;
	font-weight:bold;
	font-size:16px;
}
<!-- poll/poll.php -->
.poll_poll_bg{
	background:#FF0000;
}