@charset "utf-8";
/* CSS Document */
.poll {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
.poll td {
	background: #EFEFEF;
}
.poll-bar {
	background-color: #6b6237;
	height: 14px;
}
.poll-title {
	color: #000000;
	padding-right: 5px;
	min-width: 30px;
	#width: 30px;	
}
.poll-percent {
	color: #666666;
	text-align: right;
}
.poll-result {
	min-width: 100px;
	#width: 100px;
	padding-right: 5px;
}
.poll-more {
	color: #003366;
	cursor: pointer;
	text-decoration: underline;
	margin-left: 5px;
}
.poll_total {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.poll-submit {
	border: none;
	background: #6a6236;
	color: #FFFFFF;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;	
	width: auto;
	min-width: 60px;
	#width: 60px;
	cursor: pointer;	
}

