form#wmc-poll {
	width: 225px;
	margin: 0 auto;
	color: #ffffff;
	font-weight: bold;
}

form#wmc-poll h2 {
	margin: 0;
	padding: 0;
	width: 52px;
	height: 42px;
	background: url(/Module/Poll/Page/image/header.gif) left center no-repeat;
}

div.polling-title {
	color: #d25d90;
	font-weight: bold;
	border-bottom: solid #f793bf 3px;
	font-size: 0.95em;
	padding-bottom: 2px;
	margin-bottom: 6px;
}

form#wmc-poll fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
form#wmc-poll label {
	display: block;
}

form#wmc-poll span.precent {
	display: block;
	height: 4px;
	width: 100px;
	background: #d25d90;
	margin-bottom: 5px;
	font-size: 1pt;
}

form#wmc-poll .submit {
	text-align: right;
}

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

