.options{
    background-color: #373A3D;
    background-image: radial-gradient(at center top , #f9f9f9, #f0f1f2);
	border-radius: 5px;
	border:1px solid #d7d7d8;
	margin-top:30px !important;
	padding: 10px 15px;
}

.options input[type="radio"] {
   margin: 10px 0px;	
   opacity: 0;
   -moz-opacity: 0;
   -webkit-opacity: 0;
   -o-opacity: 0;
}
.options input[type="radio"] + label {
   position:relative;
   padding: 0 0 0 25px;
   font-size: 18px;
   line-height: 18px;
}
.options input[type="radio"] + label:before {
   content:"";
   display:block;
   position:absolute;
   top:-7px !important;
   height: 35px;
   width: 35px;
   background: white;
   border: 1px solid gray;
   box-shadow: inset 0px 0px 0px 2px white;
   -webkit-box-shadow: inset 0px 0px 0px 2px white;
   -moz-box-shadow: inset 0px 0px 0px 2px white;
   -o-box-shadow: inset 0px 0px 0px 2px white;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   -o-border-radius: 8px;
   border-radius: 50%;
}
.options input[type="radio"]:checked + label:before {
   background: #ec0928;
}
/*
#poll-button {
	
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	
	background-color:#007dc1;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	
	border:1px solid #124d77;
	
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:13px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	
	text-shadow:0px 1px 0px #154682;
	
}
#poll-button:hover {
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	
	background-color:#0061a7;
}
#poll-button:active {
	position:relative;
	top:1px;
}

.sub{
	text-align: center;
}
*/

.bar-holder{
	margin-left: 5px;
	font-size: 16pt;
	margin-top: 20px;
}
.bar{
	color: white;
	font-size: 16pt;
	font-weight: bold;
	/*
	background: #bfd255; 
	background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 35%, #72aa00 58%, #9ecb2d 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(35%,#8eb92a), color-stop(58%,#72aa00), color-stop(100%,#9ecb2d)); 
	background: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 35%,#72aa00 58%,#9ecb2d 100%); 
	background: -o-linear-gradient(top, #bfd255 0%,#8eb92a 35%,#72aa00 58%,#9ecb2d 100%); 
	background: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 35%,#72aa00 58%,#9ecb2d 100%);
	background: linear-gradient(to bottom, #bfd255 0%,#8eb92a 35%,#72aa00 58%,#9ecb2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); 
	*/
	background: linear-gradient(to bottom, #0061a7 0%, #007dc1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
    height: 40px;
    text-align: right;
	text-shadow:1px 1px 1px rgba(255, 255, 255, 0.5), 1px 1px 1px rgba(0, 0, 0, 0.7);
	border-radius: 0px 8px 8px 0px;
	-moz-transition: all 0.5s linear 0s;
	-webkit-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;

    -webkit-transition:width 300ms ease-in-out, height 300ms ease-in-out;
    -moz-transition:width 300ms ease-in-out, height 300ms ease-in-out;
    -o-transition:width 300ms ease-in-out, height 300ms ease-in-out;
    transition:width 300ms ease-in-out, height 300ms ease-in-out;

}
.bc{
	width: 97%;
	border-radius: 0 10px 10px 0;
	background: #d1d1d1;
}
.total{
	font-size: 16pt;
	font-weight: bold;
	color: #0061a7;
	padding-left: 5px;
}