div#poll {
	border:1px solid #9E9E9E;
	margin-bottom: 10px;
	padding: 1px;
}

	div#poll div.internal {
		background:transparent url(../../images/common/backgrounds/profileList.gif) repeat-x scroll 0 0;
		margin: 1px;
		padding: 4px;
	}

	div#poll dl {
	}

		div#poll dt {
			padding-bottom: 4px;
		}

		div#poll dd {
			border: 1px solid #cccccc;
			background: url(../../images/common/backgrounds/bar-gradient.png) 0 0 repeat-x;
			height: 14px;
			margin-bottom: 8px;
			position: relative;
			width: 100px;
		}

			div#poll dd span {
				position: absolute;
				left: 100%;
				margin-left: 5px;
			}

		div#poll dd.blue {
			background-color: #6699cc;
		}

		div#poll dd.green {
			background-color: #99ff66;
		}

		div#poll dd.orange {
			background-color: #ff6600;
		}

		div#poll dd.purple {
			background-color: #663366;
		}

		div#poll dd.red {
			background-color: #ff3333;
		}

	div#poll form {
	}

		div#poll form fieldset {
			border: none;
		}

			div#poll form fieldset legend {
				position: absolute;
				left: -10000px;
				line-height: 0;
				visibility: hidden;
			}

			div#poll form fieldset ul {
				margin: 0 0 10px;
			}

				div#poll form fieldset ul li {
					margin: 5px 0;
				}

				div#poll form fieldset ul li.firstItem {
					margin-top: 0;
				}
