@CHARSET "ISO-8859-1";

/* ALL POLLS AND POLL RESULTS ARE WITHIN div.dynapoll_poll */

div.dynapoll_poll {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	color:black;
	background-color:#edefe0;
	border:1px solid #c4c6b9;
	margin-right:5px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 4px;
}

div.dynapoll_poll p {
	margin-left: 10px;
	margin-right: 10px;
}

div.survey_choices {
	margin: 10px 5px 10px 5px;
	color: #7a5b3e;
}

div#in_choices {
	padding: 4px;
	background-image: url('img/in_answers_bg.gif');
	background-repeat: repeat-y;
	border: 1px dashed #8fcb67;
	border-left: 15px solid #8fcb67;
	background-color: #fafafa;
}

div#out_choices {
	margin-top: 10px;
	padding: 4px;
	background-image: url('img/out_answers_bg.gif');
	background-repeat: repeat-y;
	border: 1px dashed #ff8890;
	border-left: 15px solid #ff8890;
	background-color: #fafafa;
}

span.question_prompt {
	font-weight: bold;
	font-size: 1.1em;
	color: #fa4b00;
}

span.question_text {
	font-weight: bold;
	font-size: 1.1em;
	color: #7a5b3e;
}

div.horiz_bar {
	width: 100px;
	height: 10px;
}

div.high_vote_count {
	background-color: green;
}

div.low_vote_count {
	background-color: orange;
}

span.vote_percentage {
	font-size:0.85em;
	}

div.clearer {
	clear: both;
}

ul.no_dots {
	margin: 10px;
	padding: 0;
	list-style-type: none;
}

ul.no_dots li {
	margin-bottom:5px;
	}

ul.indent {
	margin-left: 25px;
}

div.dynapoll_poll form {
	font:10px Verdana;
	margin-right:5px;
	margin-top:5px;
	margin-left:5px;
	padding-top:5px;
	padding-bottom:10px;	
	}

div.dynapoll_poll form ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:90%; 
}

div.dynapoll_poll form li {
	display:block;
	margin:0;
	padding:4px 5px 4px 5px;
	clear:both;
}

input.text, input.file, textarea.textarea, select.select {
	margin:0;
	font-size:1.2em;
	padding:2px;
	color:#333;
}

input.text, textarea.textarea {
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url("img/fieldbg.gif") repeat-x top;
}


input.tiny, select.tiny {
	width:10%;
}

input.small, select.small {
	width:25%;
}
input.medium, select.medium {
	width:50%;
}

input.large, select.large, textarea.textarea {
	width:85%;
}

input.largest, select.largest, textarea.textarea {
	width:100%;
}

input.btTxt {
	padding:1px 4px;
	overflow:visible;
	background-color:#7a5b3e;
	color:white;
	font-weight:bold;
	border:1px solid #585858;
}


span.dynapoll_remote_poll_link {
	font-size:0.7em;
	color:#585858;
	}
