button.des{
	border:none;
	background:none;
	padding:0;
	margin:0;
	width:auto;
	overflow:visible;					
	text-align:center;	
	white-space:nowrap;	
	height: 25px;
	line-height:25px;
	cursor: hand; cursor: pointer;
}
button.des.xl{
	height: 30px;
	line-height:30px;
}


button.des span, button.des em, a.des, a.des span{
	display:block;
	height: 25px;
	line-height:25px;			
	margin:0;
	color:#954b05;
}

button.des.xl span, button.des.xl em, a.des.xl, a.des.xl span{
	display:block;
	height: 30px;
	line-height:30px;			
	margin:0;
	color:#954b05;
}

button.des span, a.des{
	padding-left: 6px;
}	
button.des em, a.des span{
	font-style:normal;
	padding-right: 6px;
	color: white;
}


button.des.green span, a.des.green{
	background: url(ButtonGreenLeft.png) no-repeat left top;
}
button.des.green em, a.des.green span{
	color: white;
	background: url(ButtonGreenRight.png) right top;
}
/*XL GREEN*/
button.des.green span, a.des.green{
	background: url(ButtonGreenXlLeft.png) no-repeat left top;
}
button.des.green em, a.des.green span{
	color: white;
	background: url(ButtonGreenXlRight.png) right top;
}


button.des.blue span, a.des.blue{
	background: url(ButtonBlueLeft.png) no-repeat left top;
}
button.des.blue em, a.des.blue span{
	color: #00629a;
	background: url(ButtonBlueRight.png) right top;
}

button.des.light span, a.des.light{
	background: url(ButtonLightLeft.png) no-repeat left top;
}
button.des.light em, a.des.light span{
	color: #4b6372;
	background: url(ButtonLightRight.png) right top;
}
