/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.8 Plugin: WP-Polls 2.50										|
|	Copyright (c) 2009 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 p+br{display:none;}


.wp-polls-archive {
	/* background-color: #ffffff; */
}
.wp-polls, .wp-polls-form {
	/* background-color: #ffffff; */
}

.wp-polls-form p {text-align:left;}
.wp-polls-form p strong, .wp-polls p strong{font-size:13px;  }




.wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {
	text-align: left;
	list-style: none;
	float: 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;
}
.wp-polls-ul {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	font-weight:normal;
}
.wp-polls-ans {
	width:100%;
	/*filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	margin-top:-8px;
	
	 background-color: #ffffff; */
}
.wp-polls-loading {
	display: none;
	text-align: left;
	height: 16px;
	line-height: 16px;
}
.wp-polls-image {
	border: 0px;
}
.wp-polls .Buttons {
	/*border:1px solid #c8c8c8;*/
	/*background-color: #f3f6f8;*/
	background:url('http://115.112.206.86/poll/wp-content/plugins/wp-polls/images/default/vote_btn.gif') no-repeat;
	color:#000;
	font-weight:bold;
	width:59px;
	height:25px;
	cursor:pointer;
	
}
/* Polls Archive Paging */
.wp-polls-paging a, .wp-polls-paging a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-polls-paging span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: normal;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-polls-paging span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}


.pol-radio {margin:0 !important; padding:0 !important;}
.pol-radio li {margin:0; padding:0;clear:both; overflow:hidden; word-wrap:break-word;}
.pol-radio li input {margin:0 5px 0 0 !important; #margin:0 3px 0 0 !important; padding:0 !important; float:left;}
.pol-radio li label {float:left;#margin:2px 0 0 0 !important; padding:0;*margin:1px 0 0 0 !important; }


