@CHARSET "ISO-8859-1";

.loading {
	margin: 20px 30px 10px;
}

/*poll error*/
.poll ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.poll ul li.error {
	margin: 0 20px;
}

.poll-title, .poll-question {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ccc;
	margin: 0;
}

ul.poll-list {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

ul.poll-list li {
	margin: 5px 0 0 0;
	padding: 0;
}

ul.poll-list li input {
	margin: 0;
}

.poll-results {
	color: #ccc;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
}

.poll-results h2 {
	color: #ccc;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -.5px;
	margin: 0 0 3px;
}

.pollBar {
	height: 16px;
	background-color: red;
	display: inline-block;
	*display: inline;
	margin-bottom: -3px;
}

.poll-results p {
	margin: 0 0 -3px 0;
}

.poll-errors {
	background: #600;
	border: 1px solid #C30;
	padding: 5px;
	margin: 20px 30px 10px;
	color: #F63;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.pollLoading {
	display: none;
	position: absolute;
}

/*right column poll styles*/

.rightPoll .pollContainer {
	background: url('/images/pollRightColMiddle.jpg') top left repeat-y;
	margin: 0;
}

.rightPoll .pollHeader {
	background: url('/images/pollRightColTop.jpg') top left no-repeat;
	height: 19px;
}

.rightPoll .poll-question {
	padding: 0 10px 8px;
	margin: 0 8px 0 12px;
	border-bottom: solid 1px #ccc;
}

.rightPoll .poll-form {
	padding: 0;
	margin: 0 8px 0 13px;
}

.rightPoll div.poll-results {
	margin: 10px 8px 0 13px;
	padding: 0 10px;
}

.rightPoll #pollFooter, .rightPoll .pollFooter {
	background: url('/images/pollRightColBottom.jpg') top left no-repeat;
	height: 25px;
}

.rightPoll .pollLoading {
	margin: 55px 0 0 23px;
}


/*combined left and right column poll styles*/

.leftPoll ul.poll-list, .rightPoll ul.poll-list {
	padding: 10px 10px 0 6px;
}

.leftPoll #submit, .rightPoll #submit {
	margin: 15px 0 0 10px;
}


/*left column poll styles*/

.leftPoll .pollContainer {
	background: url('/images/pollLeftColMiddle.jpg') top left repeat-y;
/*	margin: 12px 0;*/
	margin: 0;
	width: 235px;
}

.leftPoll .pollHeader {
	background: url('/images/pollLeftColTop.jpg') top left no-repeat;
	height: 25px;
}

.leftPoll .poll-question {
	padding: 0 10px 8px;
	margin: 0 20px 0 15px;
	border-bottom: solid 1px #ccc;
}

.leftPoll .poll-form {
	padding: 0;
	margin: 0 8px 0 17px;
}

.leftPoll div.poll-results {
	margin: 0 8px 0 13px;
	padding: 10px 13px 0;
}

.leftPoll #pollFooter, .leftPoll .pollFooter {
	background: url('/images/pollLeftColBottom.jpg') top left no-repeat;
	height: 25px;
}

.leftPoll .pollLoading {
	margin: 55px 0 0 27px;
}


/*center column poll styles*/

.centerPoll .pollContainer {
/*	margin: 12px 0;*/
	margin: 0;
	width: 554px;
	background: url('/images/pollLargeMiddle.png') top left repeat-y;
}

.centerPoll .pollHeader {
	background: url('/images/pollLargeTop.png') top left no-repeat;
	height: 25px;
}

.centerPoll .poll-question {
	border-bottom: solid 1px #ccc;
	margin: 0 14px;
	padding: 0 18px 12px;
	font-size: 14px;
}

.centerPoll .poll-form {
	padding: 0 18px;
	margin: 0;
}

.centerPoll ul.poll-list {
	padding: 10px 15px 0;
}

.centerPoll div.poll-results {
	padding: 10px 30px;
}

.centerPoll #submit {
	margin: 18px 0 0 18px;
}

.centerPoll #pollFooter, .centerPoll .pollFooter {
	background: url('/images/pollLargeBottom.png') top left no-repeat;
	height: 35px;
}

.centerPoll .pollLoading {
	margin: 45px 0 0 30px;
}
