/* CSS Document */
.wpcvbutton{
	background-image:url(../images/button.png);
	background-repeat: no-repeat;
	line-height: 25px;
	font-size: 11px;
	width : 133px;
	color: #fff;
	text-align: center;
	margin: 10px auto 10px 0;
	float: left;
	margin-left: 10px;
	}
.wpcvbutton a{ 
	cursor: pointer;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 5px;
	color: #fff;
	}
.wpcvbutton span.wpcvbuttonvoted {
	cursor: default;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 5px;
	color: #fff;
}
