.voteBox {
	border: solid 1px #ccc;
	background: #fff;
	padding: 25px;
	width: 292px;
	height: 78px;
}

.voteBox h4 {
	margin: 0 0 5px 0 !important;
	line-height: 1.0;
}

.voteBox .voteIcon {
	background: url(http://a.dolimg.com/family/images/gap/vote/voteIcon.gif) no-repeat;
	width: 90px;
	height: 120px;
	float: left;
}

.voteBox button {
	background: url(http://a.dolimg.com/family/images/gap/vote/voteButtonSprite.gif) no-repeat 0 0;
	width: 66px;
	height: 38px;
}

.voteBox button.disabled {
	background: url(http://a.dolimg.com/family/images/gap/vote/voteButtonSprite.gif) no-repeat -66px 0px;
}

.voteBox button.spinner {
	background: url(http://a.dolimg.com/family/images/gap/spinner.gif) no-repeat center;	
	text-indent: -9999px;
}

.voteBox span {
	position: relative;
	top: -2px;	
}

.voteBox p {
	margin: 0 0 6px 0;
}