/*Pool*/
.pool_question
{
	float:					left;
	background: 			#626262;
	text-align: 			left;
	color: 					#FFFFFF;
	/*width: 					300px;*/
}
.pool_answer_div
{
	float: 					left;
	width:					215px;
	overflow:				hidden;
}
.poolprogres
{
	float: 					left;
	width:					150px;
	height:					7px;
	background:				#E0E0E0;
	/*position:				relative;
	top:					7px;*/
}
.poolpercent
{
	 background: 			#ff8a00;
	 height: 				7px;
	 float: 				left;
}
.poolpercenttext
{
	float: 					left;
	width: 					58px;
	text-align: 			right;
	position:				relative;
	top:					10px;
}
.poolanswer
{
	float: 					left;
	width: 					150px;
	/*position:				relative;
	top: 					7px;*/
}
.poolsub
{
	text-align: 			center;
	margin-top:				5px;
	margin-right:			15px;
}
.pool_item
{
	float:					left;
	width:					215px;
	padding-top:			12px;
}
.pool_page1, .pool_page1 .pool_question
{
	float:					left;
	background:				#626262;
	margin-left:			10px;
}
.pool_page2, .pool_page2 .pool_question
{
	float:					left;
	background:				#484848;
	margin-left:			10px;
}
/*End Pool*/