/*POLLS in EE

This CSS file drives the vote buttons only, specifically on pages like TBP where the results are shown in a pop up window. 
This file works with poll_results.css, which is the popup results CSS file.

*/
.lg-poll {
	position:relative;
}


/*POLL LIST (RADIO BUTTON) ITEMS*/
.poll_questions {
	height:55px;
	width:100%;
}

.lg-poll .lg-polls-answers li label {
	background: #f2f2f2;
	border:1px dotted #d9d9d9;
	margin-right: 8px;
	padding:4px;
}

.lg-poll form ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.lg-poll form ul li, .lg-poll .submit {
	clear:none;
	float:left;
	display:inline;
	margin:0;
	padding:0;
}
/*Alignment of entire question block*/
.lg-poll label, .lg-poll p {
	display:block;
	float:none;
	margin:0;
	padding:0;
	width:auto;
}



