/*
+---------------------------------------------------------------+
|																|
|	WordPress 2.0 Plugin: WP-Polls 2.20							|
|	Copyright (c) 2007 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 {
	width: 355px;
	padding: 0 0 10px 0;
	margin: 10px 0 0 20px;
	/* border: solid #0b0;
	border-width: 0 0 1px 0; */
	cursor: default;
	
	color: #040;
	font-size: 12px;
	font-family: Arial, "Trebuchet MS";
}
.wp-polls-votantes {
	padding: 0 0 0 0;
	color: #000;
	}
.wp-polls-form {
	width: 328px;
	margin: 0 0 0 0;
}

.wp-polls p strong {
	font-size: 18px;
}
.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {
	text-align: left;
	background-image: none;
	display: block;
	width: 300px;
}
.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;
	cursor: pointer;
}
.wp-polls-ul {
	padding: 0 0 0 0;
	margin: 15px 0 0 0;
	color: #000;
	font-size: 12px;
}
.wp-polls-ans {
	width: 100%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	/* background-color: #ffffff; */
}
#wp-polls-ans strong {
	font-size: 12px;
}
.wp-polls-loading {
	display: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	font-family: "Trebuchet MS",Arial;
	margin: 0 0 10px 0;
}
.wp-polls-image {
	border: 0px;
}
.wp-polls .Buttons {
	border: 1px solid #0b0;
	background-color: #040;
	margin: 10px 0 10px 0;
	padding: 1px;
	
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Trebuchet MS",Arial;
}
.wp-polls a {
	font-size: 12px;
}
.wp-polls input {
	font-size: 12px;
	margin: 6px 0 0 0;
}
.wp-polls strong {
	margin: 0 0 10px 0;
}
/* Styles Used In WP-Admin */
.wp-polls-usage-pre {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: auto;
}
#wp-polls-pollbar-bg {
	width: 25px;
	height: 25px;
}
#wp-polls-pollbar-border {
	width: 25px;
	height: 25px;
}