﻿body {
}

#PollContainer 
{
	width: 300px;
}

#PollCommonHeader 
{
	background: url("../img/ccp_poll_header.png");
	background-repeat: no-repeat;
	height: 57px;
	color: white;
	}

#divResultLabelsContainer 
{
	float: left;
	width: 100px;
	}

#divPollResultsContainer 
{
	position: relative;
	}

#divGraphic 
{
	float: left;
	width: 300px;
	font-size: 0px;
	line-height: 0px;
	left: -2px;
	z-index: -1;
	position: absolute;
	left: 98px;
	top: 0px;
	}

.resultLabel 
{
	background-color: black;
	color: white;
	margin-bottom: 4px;
	height: 15px;
	padding-left: 5px;
	}

.pollLink 
{
	float: left;
	clear: left;
	}

