

	a img
	{
		border:none;
	}

	.pollBox
	{
		font-family:Arial;
		border:0px solid red;
	}
	.pollContainer
	{
		position:relative;
		overflow:hidden;
		width:200px;
		background-color: #fff;
		text-align:left;
		color:#464759;
	}
	div.pollCaption
	{
		position:relative;
		overflow:hidden;
		vertical-align:middle;
		font-weight:bold;
		font-size: 13px;
		height:36px;
		color:#8b8c9b;
		font-family:Trebuchet MS;
		background-repeat:no-repeat;
	}

	

