.vote {
	display:-moz-inline-stack;
	display:inline-block;
	_overflow:hidden;
	zoom:1;
	*display:inline;
	vertical-align:top;
box-sizing: border-box;
-moz-box-sizing: border-box; /* Для Firefox */   
		
padding:0px !important;
height:24px !important;
width:114px  !important;
}


.votep, .votepd, .votem, .votemd, .votev {
	display:-moz-inline-stack;
	display:inline-block;
	_overflow:hidden;
	zoom:1;
	*display:inline;
	vertical-align:top;
box-sizing: border-box;
-moz-box-sizing: border-box; /* Для Firefox */ 

width:24px !important;
height:24px !important;

cursor:pointer;
background-position:center;
}

.votep {
	margin-right:12px;
	color:#00a32a;
	background-image:Url('img/good.png');

}

.votem {
	color:#c54100;
	background-image:Url('img/bad.png');
}


.votepd {
	margin-right:12px;
	color:#00a32a;
	background-image:Url('img/goodd.png');
}

.votemd {
	color:#c54100;
	background-image:Url('img/badd.png');
}


.votev {
	margin-right:5px;		
	font-size:16px !important;
	color:#00a32a;
	padding:3px;
	text-align:center;
}

.vote_competition {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Для Firefox */   
	width:64px;
	text-align:center;
}

.vote_competition img {
	display:-moz-inline-stack;
	display:inline-block;
	_overflow:hidden;
	zoom:1;
	*display:inline;
	vertical-align:top;
box-sizing: border-box;
-moz-box-sizing: border-box; /* Для Firefox */  
text-align:center;
}

.vote_competition div {
	display:-moz-inline-stack;
	display:inline-block;
	_overflow:hidden;
	zoom:1;
	*display:inline;
	vertical-align:top;
box-sizing: border-box;
-moz-box-sizing: border-box; /* Для Firefox */  
text-align:center;
}

.vote_competition div img {
	margin:0px;
}

.vote_competition div.text {
	width:460px;
	text-align:left;
	margin-right:40px;
}

.votepbig {
	display:-moz-inline-stack;
	display:inline-block;
	_overflow:hidden;
	zoom:1;
	*display:inline;
	vertical-align:top;
box-sizing: border-box;
-moz-box-sizing: border-box; /* Для Firefox */  	

width:64px !important;
height:64px !important;
cursor:pointer;
background-image:Url('/images/competition_up.png');
}







.vote_ans_p {
width:48px !important;
height:48px !important;
color:#00a32a;
cursor:pointer;
background-image:Url('img/voteup.png');
background-position:center;
margin-bottom:4px;
}

.vote_ans_m {
width:48px !important;
height:48px !important;	
color:#c54100;
cursor:pointer;
background-image:Url('img/votedown.png');
background-position:center;
}


.vote_ans_pd {
width:48px !important;
height:48px !important;
color:#00a32a;
background-image:Url('img/voteup.png');
background-position:center;
margin-bottom:4px;
}

.vote_ans_md {
width:48px !important;
height:48px !important;	
color:#c54100;
background-image:Url('img/votedown.png');
background-position:center;
}


.vote_ans_v {
width:48px !important;
height:28px !important;
margin-top:12px;
font-size:24px !important;
color:#00a32a;
text-align:center;
}

