.vote {
	position:relative;
	color:#4E4C4C;
}
.vote h2 {
	text-align:center;
	font: bold 20px/100% Arial;
	color:#4E4C4C;
	margin:0;
}
/* ---------- progress */

.progressbar {
	margin:10px auto 0 auto;
	width:61px;
	height:5px;
	zoom:1;
}
.progressbar-agree {
	width:28px;
	float:right;
	height:3px;
	border:1px solid #4C95C8;
}
.progressbar-agree div {
	background:#4C95C8;
	height:3px;
	float:left;
}
.progressbar-disagree {
	width:28px;
	float:left;
	height:3px;
	border:1px solid #E06666;
}
.progressbar-disagree div {
	height:3px;
	float:right;
	background:#E06666;
}
.progressnum {
	width:61px;
	padding-top:2px;
	margin:auto;
}
.progressnum-agree {
	width:28px;
	float:right;
	text-align:center;
	font: normal 10px/1 Arial;
	color:#3285c0;
}
.progressnum-disagree {
	width:28px;
	float:left;
	text-align:center;
	font: normal 10px/1 Arial;
	color:#fc0707;
}
/*------ buttons -----------*/
.post_panel {
	padding-left: 140px;
	padding-top: 2px;
}
.vote-buttons {
	padding:0;
	margin:10px 0 0 0;
}
.big_idea_text .vote-buttons {
	margin:0;
}
.reformal_idea .vote-buttons {
	margin:0 0 10px 0;
	height:22px;
}
.vote-buttons li {
	list-style:none;
	position:relative;
	float:left;
	margin:0;
}
.idea_panel .vote-buttons {
	margin:0 25px 0 0;
	float:left;
}
.idea_panel a.comments {
	float:left;
}
.vote-prompt, .vote-status {
	padding-top:0;
	height:20px;
}
.vote-prompt-agree {
	padding-right: 3px;
}
.vote-prompt-agree a, .vote-prompt-disagree a, .vote-prompt-agree a span, .vote-prompt-disagree a span, .vote-prompt-agree a i, .vote-prompt-disagree a i, .agreed a i, .disagreed a i {
	background-image:url(../i/vote-buttons-sprite.png);
}
.vote-prompt-agree a {
	font-size:11px;
	color:#0b68aa;
	text-shadow:0 1px 0 #fff;
	text-decoration:none;
	display:block;
	background-position:right 0;
	padding-right:5px;
	height:22px;
}
.vote-prompt-agree a span {
	background-position:0 -24px;
	display:inline-block;
	padding:3px 0 5px 5px;
}
.vote-prompt-agree a i {
	width:15px;
	height:15px;
	float:left;
	margin-top:-1px;
	background-position: 0 -63px;
	margin: 0 4px 0 0;
}
.vote-prompt-disagree a {
	padding-right: 5px;
	margin-right:7px;
	font-size:11px;
	color:#D53535;
	text-shadow:0 1px 0 #fff;
	text-decoration:none;
	display:block;
	background-position:right 0;
	height:22px;
}
.vote-prompt-disagree a span {
	background-position:0 -24px;
	display:inline-block;
	padding:5px 0 3px 5px;
}
.vote-prompt-disagree a i {
	width:15px;
	height:15px;
	margin-top:-1px;
	background-position: -15px -48px;
	float:left;
}
.vote-status a {
	width:110px;
	padding:3px 0 5px 5px;
	font-size:11px;
	text-decoration:none;
	display:block;
	background: none;
}
.agreed a {
	color:#0965A6;
}
.agreed a i {
	width:15px;
	height:15px;
	float:left;
	top:-1px;
	background-position: 0 -63px;
	margin: 0 4px 0 0;
}
.disagreed a {
	color:#D53535;
}
.disagreed a i {
	width:15px;
	height:15px;
	top:1px;
	background-position: -15px -48px;
	display:inline-block;
	margin:0 4px 0 0;
	float:left;
}
.vote-status-text {
	padding-bottom:1px;	
	display:block;
}
.cancel {
	display:none;
	border-bottom:1px dotted #1e1e1e; 
	color: #1e1e1e;
}
.vote-status.vote-status-hover .vote-status-text {
	display:none !important;
}
.vote-status.vote-status-hover .cancel {
	display:inline-block !important;
}
.agreed.vote-status-hover a i {
	background-position:-15px -63px;
}
.disagreed.vote-status-hover a i {
	background-position:-31px -63px;
}
.vote-word {
	padding:0;
}
.big_idea_left {
	height:73px;
}
/* --- ajax loader --- */
.loader-holder {
	display:none;
}
.ajax-loader {
	display:block;
	width:18px;
	height:18px;
	background: url(../i/loader.gif) 0 0 no-repeat;
	margin:2px 0 0 -18px;
}