a.xbuttonlink {
	background: transparent
		url('/resources/images/interface/buttons/en/button-red-right-arrow.jpg')
		no-repeat scroll top right;
	color: #FFF;
	display: block;
	float: left;
	height: 36px;
	margin-right: 6px;
	text-decoration: none;
	margin: 0 0 10px 5px;
}

a.xblue {
	background: transparent
		url('/resources/images/interface/buttons/en/button-blue-right-arrow.jpg')
		no-repeat scroll top right;
}

.xbuttonbody {
	background-image: none !important;
	border: 0 !important;
	padding-right: 2px !important;
	margin-top: -10px;
	float: left;
}

.xbuttonbody span {
	background: transparent
		url('/resources/images/interface/buttons/en/button-red.jpg') no-repeat
		!important;
	display: block;
	padding: 8px 10px 2px 10px;
	color: #fff;
	font: bold 16px arial, sans-serif;
	height: 36px;
}

.xblue .xbuttonbody span {
	background: transparent
		url('/resources/images/interface/buttons/en/button-blue.jpg')
		no-repeat !important;
}

.xbutton {
	border: 0 !important;
	margin: 10px;
}

.xbuttonarrow {
	display: none;
}
