.wp_postvote {
	font-weight: bold;
	padding:10px;
}
.wp_postvote h4 {
	margin: 0;
	font-weight: bold;
	font-size: 16px !important;
}
.wp_vote_icon {
	background:url(../images/thumbs-up.png) no-repeat -2px -2px;
    width: 20px;
    height: 20px;
    display: inline-block;
	cursor:pointer;
}
.wp_vote_icon:hover {
	background:url(../images/thumbs-up.png) no-repeat -2px -26px;
}
.wp_voted_icon {
	background:url(../images/thumbs-up.png) no-repeat -2px -26px;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.wp_votecount {
	margin: 0;
	font-size: 16px !important;
    display: inline;
}
.wp_title{
	width:300px;
	display:inline-block;
	border-bottom:1px solid #ddd;
	padding:10px 0px!important;
}

.wp_title h3{
	font-size:14px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
}

.wp_title h3 a:link,.wp_title h3 a:visited{
	font-weight:bold;
	color:#0199BC;
}
.wp_title h3 a:hover{
	font-weight:bold;
	color:#364D55;
}