/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.5 Plugin: WP-Polls 2.31										|
|	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								|
|																							|
+----------------------------------------------------------------+
*/



#pollOuter {
        width:300px;
        height:248px;
	 background:url(/img/poll_bg.gif) no-repeat top left;
	 color: #fff;
	margin-bottom: 30px;
}

#pollOuter a {
	color: #fff;
}

#pollOuter p {
	margin: 0px;
	padding: 0px;
}


#poll ul#pollList {
        padding: 30px 25px 30px 25px;
width:250px;
height:169px;
overflow:hidden;
}

#poll ul#pollList li {
	margin-bottom: 5px;
}
