/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.0 Plugin: WP-Polls 2.21										     |
|	Copyright (c) 2007 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Polls CSS File																	|
|	- wp-content/plugins/polls/polls-css.css									     |
|																							|
+----------------------------------------------------------------+
*/


.wp-polls {
	color:#666;
	font-size:14px;
}

.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {
	color:#666;
	text-align: left;
	font-weight:bold;
	width:180px;
	font-size:12px;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {
	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 IMG, .wp-polls LABEL , .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
	display: inline;
	border: 0px;
	padding: 0px;
	margin: 0px 10px 0px;
}
.wp-polls-ul {
	padding: 0px;
	margin: 0px 0px 10px 10px;
}

.wp-polls-ul li {
	margin-bottom:-3px;
	}
	
.wp-polls-ans {
	width:100%;
	/* background-color: #ffffff; */
}
.wp-polls-loading {
	display: none;
	text-align: center;
	height: 16px;
}
.wp-polls-image {
	border: 0px;
}
.wp-polls .Buttons {
	border:1px outset;
  	color:white;
  	font-weight:bold;
	float:left;
  	background-color:#2f4a7b;
  	margin:10px 10px 10px 05px;
}

.wp-polls .ButtonsResult {
  margin:10px 0px 0px 10px;
  float:right;}
	
.wp-polls .ButtonsResult a {	
	text-decoration:none;
  	background:none;
	color:#2f4a7b;
	}

/* Styles Used In WP-Admin */
.wp-polls-usage-pre {
	margin: 20px;
	padding: 10px;
	border: 1px solid #c8c8c8;
	background-color: #f0f0f0;
	overflow: auto;
}
#wp-polls-pollbar-bg {
	width: 25px;
	height: 25px;
	border: 1px solid #000000;
}
#wp-polls-pollbar-border {
	width: 25px;
	height: 25px;
	border: 1px solid #000000;
}