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

.wp-polls-loading {
 display:none;
}
#external #pollBar .container {
 color:#333;
 text-align:left;
}
#external #pollBar .container {
 
}
#external #pollBar .container H3 {
 font-size:1em;
 color:#666;
 margin-bottom:1em;
}
#wp-polls-ul INPUT,
.wp-polls-ul {
 line-height:1.4em;
}
.wp-polls-ul LI {
 margin-bottom:5px;
 font-size:.9em;
 font-weight:bold;
 color:#666;
 position:relative;
 padding:2px 0;
}
.wp-polls-ul INPUT {
 position:absolute;
 top:0px;
 left:0;
}
.wp-polls-ul LABEL {
 padding:0 0 0 20px!important;
 display:inline;
 margin:0!important;
}
.wp-polls .input-button {
 clear:left;
 margin-top:15px;
}
.wp-polls .input-button INPUT {
 background-color:#FF9E22;
 font-weight:bold;
 margin-right:10px;
}
.wp-polls .view-results {
 line-height:20px;
 font-size:.9em;
 font-weight:bold;
}
.wp-polls .view-results A {
 color:#FF9E22;
}
.wp-polls .pollContainer {
 background: #f0f0f0;
 padding:0;
}
#external .wp-polls .pollbar {
 background:#fee702;
 border:0;
 height:12px;
}