.vote_header {
	text-align: center;
	border-bottom: 2px solid #7bc35f;
	padding-bottom: 20px;
}
.vote_comment {
	width: 100%;
	text-align: left;
}

.vote_options {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #7bc35f;
}

.progressBar_c {
	overflow: hidden;
	float: left;
	margin-left: 14px;
	width: 600px;
	height: 22px;
	border-radius : 5px;
	border: 1px solid #EDE9E9;
	background: rgba(233,233,233,0.5);
}
.progressBar {
	float: left;
	width: 0;
	height: 20px;
	border: 1px solid #fff;
	border-radius : 5px;
	background: linear-gradient(to bottom, rgba(126,234,25,1) 0%,rgba(83,173,0,1) 100%);
	//-webkit-box-shadow: 0px 0px 12px 0px rgba(229, 195, 25, 1),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45),inset 1px 0px 0px 0px rgba(255, 255, 255, 0.25),inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25);
	//box-shadow: 0px 0px 12px 0px rgba(229, 195, 25, 1),inset 0px 1px 0px 0px rgba(255, 255, 255, 0.45),inset 1px 0px 0px 0px rgba(255, 255, 255, 0.25),inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25);
	transition: all 0.6s;
	-o-transition: all 0.6s; 
	-ms-transition: all 0.6s; 
	-webkit-transition: all 0.6s; 
	-moz-transition: all 0.6s; 
}

.progressBar_t {
	float: left;
	margin-left: 10px;
}

.blue_a_10 {
	margin-left: 10px;
	color: #897A7A;
}

#modal table {
	margin: 10px auto;
}
#modal table td{
	width: 100px;
}
