/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.0 Plugin: WP-Polls 2.11										|
|	Copyright (c) 2006 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://www.lesterchan.net													|
|																							|
|	File Information:																	|
|	- Polls CSS File																	|
|	- wp-content/plugins/polls/polls-css.css									|
|																							|
+----------------------------------------------------------------+
*/


.wp-polls h2 {
	background-color: #f8f8f8;
	margin:0px;
	text-align: center;
	font-size:100%;
	font-weigh:bold;
	color: #000000;
}
.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li, .post ul li, .post li {
	text-align: left;
	list-style: none;
}
.wp-polls ul li:before, wp-polls-ul li, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
	content: '';
}
.wp-polls-ans {
	width:100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
.wp-polls-loading {
	display: none;
	text-align: center;
	height: 16px;
}

.wp-polls-container {
	width: 70%;
	margin-top:25px;
	border: 1px dashed #dddddd;
}

