.cbutton {
	margin: 6px;
	border: 1px solid #c2c2c2;
	background-color: #efefef;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #cfcfcf));
	background: -moz-linear-gradient(top, #fefefe 0%, #cfcfcf 100%);
	padding: 2px;
	-moz-box-shadow: 0px 0px 2px #d1d1d1;
	-webkit-box-shadow: 0px 0px 2px #d1d1d1;
	box-shadow: 0px 0px 2px #d1d1d1;
	moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	width: 20px;
	height: 20px;
}

.cbutton:hover {
	background-color: #dfdfdf;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #bfbfbf));
	background: -moz-linear-gradient(top, #eeeeee 0%, #bfbfbf 100%);
}
