/* polls */

table.poll td.option {
	width:20px;
	white-space:nowrap;
	}

table.poll td {
	padding:5px;
	vertical-align:top;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	background-color:#f5f5f5;
	}
	
table.poll th {
	font-weight:bold;
	text-align:left;
	padding-bottom:5px;
	}

table.poll {
	border-collapse:collapse;
	width:100%;
	margin-bottom:20px;
	}
	
table.results {
	border-collapse:collapse;
	width:100%;
	}
	
table.results th {
	padding:0;
	line-height:15px;
	text-align:left;
	}
	
table.results td {
	vertical-align:top;
	line-height:normal;
	}
	
table.results td div.percentage {
	background:#b07632;
	border-bottom:solid 2px #6e4a1f;
	border-right:solid 2px #6e4a1f;
	border-top:solid 2px #e5b073;
	border-left:solid 2px #e5b073;
	height:20px;
	text-align:left;
	font-weight:bold;
	color:#fff;
	float:left;
	}
	
table.results td.responses {
	font-size:10px;
	line-height:20px;
	}
	
table.results td.option {
	background:#fff;
	padding:10px 0 2px 0px;
 }
 
 table.results td.answer {
 	padding:0;
	background:#f5f5f5;
 }
 
 div.poll p {
 	margin:10px 0 0 0;
	}
	
div.poll form {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
	

