/*
+----------------------------------------------------------------+
|																							|
|	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 p {
  margin: 0;
  padding: 0;
}
.wp-polls div {
  margin: 6px 0 2px 0;       
  font-size: 10px;
}
.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 {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #eeeeee; 
  margin-bottom: 10px; 
}
.wp-polls-ans p {
  margin-top: 8px;
  font-size: 10px;
}
img.wp-polls-img {
  margin: 0;
  padding: 0;
}
.wp-polls-loading {
	display: none;
	text-align: center;
	height: 16px;
}
