span.cubepoints_buddypress, span.cupepoints_buddypress_rank {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	line-height:170%;
	background: #FFF9DB;
	border-bottom: 1px solid #FFE8C4;
	border-right: 1px solid #FFE8C4;
	color: #FFA200;
	padding: 1px 8px;
	margin-top: 6px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	vertical-align:top;
}

span.cupepoints_buddypress_donate a {
	display: inline-block;
	line-height:170%;
	background: url( 'http://rspace.org/images/white-grad.png' ) top left repeat-x;
	border: 1px solid #ddd;
	padding: 0 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	color: #888;
	font-size: 11px;
	font-weight: normal;
	vertical-align: inherit;
	cursor: pointer;
}

span.cupepoints_buddypress_donate a:hover {
		border-color: #aaa;
		color: #555;
		outline: none;
	}

table.bpPoints {
	width: 100%;
}
	table.bpPoints tr th {
		padding: 8px;
		text-align: left;
		background: #f2f2f2;
	}
	div.points-pagination {
		float: right;
	}