﻿body{
    background-color: #EBEBEC;
    background-image: radial-gradient(at center center ,#9bdcf4 , #148fbe);
    min-height: 400px;
	font-size: 15px;
	font-family: verdana;
}
.err{
/*	color:#000;*/
	border-bottom:0 !important;
	font-weight:bold;
}
.pollContainer{
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
    margin: 0px 0px 0px 24px;
    padding: 8px;
    width: 110px;
    font-size: 12px;
	-o-box-shadow: inset 8px 0px 15px -8px #000, 1px 1px 6px 0px #000;
	-webkit-box-shadow: inset 8px 0px 15px -8px #000, 1px 1px 6px 0px #000;
	-moz-box-shadow: inset 8px 0px 15px -8px #000, 1px 1px 6px 0px #000;
	box-shadow: inset 8px 0px 15px -8px #000, 1px 1px 6px 0px #000;
    text-align: left;
}
.question{
	color: #eee;
	font-size: 12px;
	font-weight: bold;
}
.options{
    background-color: #D7DADD;
    background-image: radial-gradient(at center top , #f9f9f9, #d0d2d5);
	color: #222;
	border-radius: 5px;
    padding: 10px 5px;
}
.next {
	padding: 10px 0px;
}
.next a{
	color: #ccc;
	font-weight: bold;
	font-size: 10px;
}
.next a:hover {
	color: #222 !important;
}
.question{
  font-size: 12px;
  padding: 5px 0px;
}
.pollButton {
	padding:2px 12px;
	border-bottom: 0 !important;
}
div.next {
	border-bottom: 0 !important;
}
.pollButton: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;
*/
}
.pollButton:active {

}
.pollSub{
	text-align: center;
}
.bar-holder{
	font-size: 11px;
	margin-top: 5px;
}
.bar{
	color: white;
	font-size: 11px;
	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: 15px;
    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;
}
.rad {
	margin-right: 3px;
	margin-bottom: 6px;
}
.bc{
	width: 97%;
	border-radius: 0 10px 10px 0;
	background: #d1d1d1;
}
.total{
	font-size: 10px;
	font-weight: bold;
	color: #0061a7;
}