.ajax-poll-form {
	margin:0 auto;
	padding:0px;
	text-align:left;
	/*border:1px solid #c0c0c0;*/
	width:185px;
	background-color:#b34e33; 
	font-family:'arial';
	color:#F7E48E;
}

	.ajax-poll-title {
	font-family:Arial, Helvetica, sans-serif;  font-weight:600;
		color:#f4af52;
		font-size:13px;
		text-align:center;
		margin-left:0px; 
		
		
	}

	.ajax-poll-item {
		margin:0 0 5px 0;
		padding:8px;
		cursor:pointer;
	}

	/*.ajax-poll-item-mover {
		border-radius: 15px;
		-moz-border-radius: 15px;
		background-color:#f8f3f2;
		background-image:url(../../../Imagess/btn-bg.jpg);
	}*/

	.ajax-poll-item-sel {
		border-radius: 15px;
		-moz-border-radius: 15px;
		background-color:#8f3a24;
	}

		.ajax-poll-item-caption {
			font-size:13px;
			margin:0; color:#f4af52;
		}

		.ajax-poll-item-radio {
			margin:0 5px 0 0;
			padding:0;
		}

		.ajax-poll-item-stats-box {
			display:none;
			height:30px;
		}

			.ajax-poll-item-bar {
				margin:0;
				padding:0;
				width:0;
				height:5px;
				line-height:0;
				font-size:1px;
				background-color:#008000;
				border-radius: 3px;
				-moz-border-radius: 4px;
			}

			.ajax-poll-item-count {
				font-size:12px;
				margin:0 5px 0 0;
			}

			.ajax-poll-item-perc {
				font-size:12px;
				margin:0px;
			}

		.ajax-poll-item-desc-box {
			height:30px;
			font-size:12px;
			font-style:italic;
		}

.ajax-poll-vote-box {
	text-align:center;
	margin:10px 5px;
	height:20px;
}

	.ajax-poll-btn-view {
		float:left;
		width:74px; height:26px;
		background-image:url(../../../Imagess/btn-poll.jpg);
		
	}

	.ajax-poll-btn-vote {
		float:right;
		width:74px; height:26px;
		background-image:url(../../../Imagess/btn-poll.jpg);
	}

.ajax-poll-back-box {
	display:none;
	text-align:center;
	margin:10px 5px;
	height:20px;
	
}

	.ajax-poll-btn-back {
		float:left;
		width:70px; height:25px;
		background-image:url(../../../Imagess/btn-poll.jpg);
	}

	.ajax-poll-total-box {
		float:right;
		font-family:arial;
		font-size:15px;
		padding:5px 0 0 0;
	
	}

		.ajax-poll-total-caption {
			color:#f4af52;
			float:center;
		}

		.ajax-poll-total-value {
			color:#f1e7d8;
		}

.ajax-poll-clear-both {
	clear:both;
}

.ajax-poll-btn-reset {
	margin:5px 0;
	width:185px; height:30px;
	background-image:url(../../../Imagess/btn-reset.jpg);
}

