#polls {
	color: #222;
	float: left;
	width: 250px;
	border: 1px dotted #2ea7df;
	margin-top: 15px;
		}
		
.poll-box {
	width: 100%;
	}
	
	.poll-box h3 {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #a81e2e;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2ea7df;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
		}
		
	.poll-box h2 {
	font-size: 12px;
	padding-left: 5px;		
	}
	ul.poll-options {
		margin: 0 !important;
		padding: 0 !important;
		}
		
		.poll-options label {
	display: inline;
	font-size: 11px;
			}
		
		.poll-options li {
	list-style: none outside;
	list-style-image: none;
	margin: 0;
	padding: 5px 2px;
	background-color: #c6e09f;
	background-image: none !important;
			}
			
		.poll-options li.alt {
			background-color: #fff;
			}
			
	.poll-results-template {
		display: none;
		}

	ul.poll-results {
		width: auto;
		margin: 10px !important;
		padding: 0 !important;
		}
	
		.poll-results li {
			position: relative;
			margin: 0 0 5px !important;
			padding: 0 40px 0 0 !important;
			list-style: none outside;
			list-style-image: none;
			background-image: none !important;
			}
			
		.poll-percent {
			position: absolute;
			right: 0;
			text-align: center;
			top: 4px;
			width: 35px;
			}
	
		.poll-result-bar {
			border-color: #ddd;
			border-style: solid;
			border-width: 0 1px 1px 0;
			height: 6px;
			padding: 1px;
			width: 100%;
			}
		 
		.poll-result-bar div {
	background-color: #90c242;
	height: 7px;
	width: 0%;
			}
			
		.poll-answer {
			font-size: 10px;
			padding:  1px;
			width: 100%;
			border-right: 1px solid #ddd;
			}
			
	.poll-submit {
		display: block;
		margin: 12px auto 4px;
		}
		
	.poll-submit[disabled] {
		opacity: .5;
		}
		
	.poll-message {
		font-size: 10px;
		text-align: center;
		margin-bottom: 10px;
		}
		
	.poll-message a {
		font-size: 10px;
		}
