	/*  poll.css - stylesheet settings for poll snippets */

.poll {
  width:254px;
  font-size:1em;
  margin:0;
  padding:0;
  /*height: 164px;*/
  margin-top: 8px;
  /*position: relative;*/
  z-index: 20px;
  background-color: #d8e0ed;
}
.poll_q{
	text-align: justify;
	margin-bottom: 12px;
}
.poll_container {
/*	border:1px solid #B4B7BB;*/
  /*position: relative;*/
  text-align: left;
  width:246px;
  color:black;
}

.poll_result_container{
	margin: 18px;
	/*position: relative;*/
	text-align: left;
	color:black;
	height: 210px;
}

.poll_reject{
	color: red;
	padding-bottom: 5px;
	font-size: 10px;
}

.poll_question {
  width:100%;
}
.poll_row_container {
	/*position: relative;*/
 	/*width:100%;*/
}

.vote{
	text-align: center;
	margin-right: 1px;
	/*margin-bottom: 10px;*/
	margin-top: 5px;
	background-color: #FFFFFF;
}

.poll_question_2{
	position:relative;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding-bottom: 6px;
}
.poll_choice {
  width:30%;
  float:left;
  text-align:left;
  padding-left:0em;
}


.poll_votes {
  width:15%;
  float:left;
  padding-right:.5em;
  text-align:right;
}
.poll_bar_container {
  width:35%;
  height:.98em;
  background-color:#A7E870;
  border:1px solid black;
  float:left;
  margin:.1em;
}
.poll_bar {
  height:.98em;
  background-color:#71CEFA;
  float:left;
  margin:0;
  padding:0;
}
.poll_percent {
  text-align:right;
  padding-right:1em;
  margin-left:auto;
  margin-right:auto;
}
.poll_totalvotes {
  width:45%;
  text-align:right;
}
.float_left_text_right {
  float:left;
  text-align: left;
  margin:0;
  padding:0;
}
.float_right_text_left {
  width:30px;
  float:left;
  text-align:left;
  margin:0;
  padding:0;
}
.space_line {
  clear: both; margin: 0; padding: 0; width: 90%;
}

/* END - poll.css */
