form#wmc-poll {
	margin: 10px 0;
	width: 230px;
}

form#wmc-poll legend {
	font-weight: bold;
	font-size: 9pt;
	display: block;
	margin-bottom: 5px;
}
form#wmc-poll fieldset {
	border: none;
}
form#wmc-poll label {
	display: block;
}

form#wmc-poll div.precent {
	height: 8px;
	width: 100px;
	background: #8db9f0;
	margin-bottom: 4px;
}

form#wmc-poll .submit {
	margin: 10px auto 0px;
	display: block;
}

form.ajax {
	background: url(/Module/Poll/Page/image/ajax.gif) no-repeat center center;
	height: 100px;
	width: 230px;
}


#wmc-poll-popup {
	z-index: 6000;
	background: #ffffff url(/Module/Poll/Page/image/poll.popup.bottom.bg.gif) no-repeat left bottom;
	color: #a6a6a6;
	width: 500px;
}

	#wmc-poll-popup .container {
		padding: 0 25px 20px 25px;
	}

	.bottom-padding {
		padding-bottom: 60px !important;
	}
	#wmc-poll-popup .submit {
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
	#wmc-poll-popup div.precent {
		height: 8px;
		width: 100px;
		background: #0133a2;
		margin-bottom: 4px;
	}
	#wmc-poll-popup h2 {
		background: #fff url(/Module/Poll/Page/image/poll.popup.bg.gif) no-repeat;
		margin: 0px 0px 18px 0px;
		color: #0133a2;
		font-size: 16px;
		padding: 43px 0px 4px 5px;
		border-bottom: 4px solid #8ac54a;
	}
	#wmc-poll-popup-close {
		width: 37px;
		height: 38px;
		position: absolute;
		top: 0px;
		right: 0px;
		background: url(/Module/Poll/Page/image/poll.popup.close.gif) no-repeat;
	}
	#wmc-poll-popup label {
		display: block;
		margin-bottom: 6px;
		font-weight: bold;
		font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
	}

