@charset "UTF-8";
/* CSS Document */

.poll-bar
{
	display: none;
	height: 10px;
}

.poll_button
{
	float: left;
	margin-right: 5px;
}

.poll_table 
{
	width: 220px;
}

.poll_table tbody tr td
{
	background-image: url(../images/header_menu_bg.jpg);
	background-color:#000;
	background-repeat: repeat-x;
	border: solid;
	border-color: #000;
	border-width: 1px;
	padding: 5px;
	color: #72bf00;
}

.poll_table tbody tr td input
{
	display: block;
	float: left;
	margin-right:5px;
}

.poll_table tbody tr td label
{
	display: block;
	float: left;
	width: 150px;
}

.poll_submit
{
	margin-top: 5px;
	width: 220px;
}

.poll_question
{
	font-size: 14px;
	padding: 2px;
	padding-bottom: 5px;
}