/*---------- Setting CSS properties for :unknown -----------*/  
/* do not change */
.rbutton {
	cursor: pointer;
	display: -moz-inline-box;
	display: inline-block;
	padding-left: 5px;
	padding-bottom: 1px;
	line-height: 19px;
	background-position: left top;
	background-repeat: no-repeat;
}

	.rbutton span {
		padding-left: 10px;
		display: -moz-inline-box;
		display: inline-block;
		padding-right: 15px;
		padding-bottom: 1px;
		line-height: 19px;
		background-position: right top;
		background-repeat: no-repeat;
	}

/* skin */
.red {
	background-image: url('/images/buttons/red-left.gif');
}
	.red span {
		background-image: url('/images/buttons/red-right.gif');
	}

.green {
	background-image: url('/images/buttons/green-left.gif');
}
	.green span {
		background-image: url('/images/buttons/green-right.gif');
	}

.blue {
	background-image: url('/images/buttons/blue-left.gif');
}
	.blue span {
		background-image: url('/images/buttons/blue-right.gif');
	}

/* font size and family */
.rbutton {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
   
}
/*------------------------------------------------------------*/
 