	div.pollCaption
	{
		height:20px;
	}
	div.pollBodyBlock
	{
		position:relative;
		margin:2px;
		overflow:hidden;
		height:100px;
		text-align:left;
	}
	div.pollUp
	{
		position:absolute;
		right:0px;
		top:5px;
	}
	div.pollDown
	{
		position:absolute;
		right:0px;
		bottom:5px;
	}
	div.pollContentBlock
	{
		position:relative;
		width:605px;
		padding:2px;
		overflow:hidden;
		border:solid 0px green;
	}
	div.pollSubmitBlock a {
	display:block;
	width: 85px;
	padding:17px 0px 10px 10px;
	background: url("http://www.gamerhandles.com/style/simple_grey/images/pollSubmit.gif") 0 0 no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	}
	div.pollSubmitBlock a:hover { 
	background-position: 0 -27px;
	}
	div.pollTextBox
	{
		position: absolute;
		white-space: nowrap;
	}
	div.pollTextBoxWrapper
	{
		position: relative;
		margin-left: 20px;
		top: 0px;
		height: 100%;
		overflow: hidden;
	}
	div.pollTextContainer, div.pollTextContainerRes
	{
		position:relative;
		padding:4px 0px;
		margin:2px 0px;
		font-size:12px;
		height: 21px;
		line-height:21px;
	}
	.pollRadioButton
	{
		left: 0px;
		position: absolute;
	}
	div.pollTextBoxWrapperRes
	{
		position: relative;
		left: 2px;
		top: 0px;
		height: 100%;
		overflow: hidden;
	}
	div.pollProgressBar
	{
		width: 20px;
		color: #428db4;
		font-style:italic;
		font-weight:bold;
		height:13px;
		line-height:13px;
		vertical-align:middle;
		font-size: 10px;
		border:1px solid #8b8c9b;
		background-color: #DDE2FC;
		padding-left: 3px;
		padding-right: 20px;
		margin-right:25px;
	}
