
#section-1 {display: none}
#section-2 .box1 .poll {margin: 10px 0px;}
#section-2 .box1 input.button {text-align: left; margin-bottom: 20px;}
#section-2 .box1 form {text-align: left; margin: 0; padding: 0}
#section-2 .box1 .more {text-transform: uppercase; display: inline; font-size: 12px; margin-right: 20px;}
#section-2 .box1 .record {
border-bottom:1px solid #989898;
padding:10px 0 20px;
}
#section-2 .box1 .records {
	
}

#section-2 .box1 .record h2 {
   margin-bottom:0;
   line-height:24px;
   font-size:18px;}
}

#section-2 .box1 .record .teaser {
    margin:15px 0;
}

#section-2 .box1 .records .question {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px;
}
#section-2 .box1 .records .answers {
	margin: 5px 0 15px 0;
	font-size: 12px;
	overflow:auto;
width:100%;
}

#section-2 .poll .abstract {
	margin: 5px 0px 15px 0;
}

#section-2 .poll .answers label {
float:left;
line-height:20px;
}

#section-2 .poll .answers input {
float:left;
clear:left;
margin-right:18px;
}
.results {
	padding:10px 0px;
	margin-bottom: 15px;
}
.results .img {
	float: left;
	margin: 0 5px 5px 0
}
.results .summary {
	color: #333333;
	font-size: 11px;
	margin: 10px 0px
}
.results .abstract {
	font-size:14px;
	color:#2e2b1e;
}
.results .body {
	margin: 10px 0px
}
.results .polls-result {
	margin: 20px 0px
}

.results .question {
	font-size:13px;
	text-transform: none;
z
}
.results .answer {
	margin: 15px 0px;
}
.results .answer-bar-container {
	background: #989898;
	line-height: 25px;
	width:400px;
	margin-top:5px;
	display: block;
}
.results .answer-bar {
	line-height: 25px;
	margin-top: 2px;
	display: block;
	background-image:url(../../images/global/pollgradient.jpg);
	background-repeat: no-repeat;
	background-color: #F32032;
	}
.results .answer-text {
	font-size: 12px;
	margin-top: 15px
}
.results .answer-text  {
	font-weight: bold
}

.results h2 {
	font-size:18px;
}
#section-2 .more {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	
}
#section-2 #polls-submit  {
	margin-bottom: 20px;
}

/* END: Poll Results */
