a.custom_button {
	font-weight:normal;
	line-height:165%;
	clear:both;
	float:left !important;
	display:block;
	color:#fff;
	background:url("/img/buttons/small-standard-l.gif") transparent 0 3px no-repeat !important;
	text-decoration:none !important;
	position:relative;
	margin:-0.15em 5px 0 0;
	cursor:pointer;
	padding:0 !important;
}

* html a.custom_button {
	line-height:150%;
	display:inline;
}

	body a.custom_button span {
		float:left;
		color:#fff !important;
		background-color:transparent !important;
		background:url("/img/buttons/small-standard-r.gif") 100% 3px no-repeat;
		padding:4px 32px 0 10px;
		margin:0 -5px 0 0;
		height:auto !important;
		height:22px;
		min-height:22px;
		display:block;
		position:relative;
	}
	
	body a.custom_button:hover span {
		color:#ffd9c0 !important;
		background-color:transparent !important;
	}
