
	div.poll_inline {
		margin: 20px 0;
		width:  300px;
	}

		.poll_inline h2 {
			margin: 0 0 1em;
		}

	h3.poll_title {
		margin:      0 0 .5em !important;
		line-height: 1.5;
	}

	dl.poll_results {
		margin: 0 0 2em;
	}

		.poll_results dt {
			float:       none;
			line-height: 1;
		}

		.poll_results dd {
			float:       none;
			line-height: 15px;
			margin:      0 0 1em;
		}

		.poll_results span {
			-moz-border-radius:    5px;
			-webkit-border-radius: 5px;

			background:    #fcc;
			background:    rgba(255,255,255,0.5);;
			border:        1px solid #ccc;
			border-radius: 5px;
			display:       inline;
			float:         left;
			height:        15px;
			width:         300px;
		}

			.poll_inline .poll_results span {
				width: 250px;
			}

			.poll_results span.percentage {
				-moz-border-radius:    4px;
				-webkit-border-radius: 4px;

				background:    #fc0;
				border:        0;
				border-radius: 4px;
			}

		.poll_results strong {
			float:       left;
			margin-left: 0.5em;
		}

	ul.poll_options {}

		.poll_options li {
			list-style: none;
			margin:     0;
		}

