#poll_results {
    margin-left: 5px;
    width: 190px;
}
.pResult {
	width: 180px;
	margin-top: 5px;
}
/*.pAnswer {
	
}*/
.pGraph {
	max-width: 180px;
	
	margin-top:2px;
    margin-bottom: 2px;
}
.pGraph p {
	padding-top: 5px;
	height: 16px;
	color: #000000;
	
	text-align: center;
	font-size: 0.8em;
	height: 20px;
	background-image: url('../../images/poll/graph_result.png');
	background-repeat: no-repeat;
	background-repeat: repeat-x;
}
#poll div{
    border: 1px solid black;
}

