button {
	cursor: pointer;
	border:none;
	background:none;
	padding:0;
	margin:0;
	width:auto;
	overflow:visible;					
	text-align:center;	
	white-space:nowrap;	
	height:27px;
	line-height:24px;			
}

button span,
button em {
	display: block;
	height:27px;
	line-height:24px;			
	margin:0;
	color: #000;
}

button img {
	vertical-align: middle;
	margin: 2px !important;
	margin-top: -1px !important;
	margin: 2px;
	margin-top: 4px;
}

a.button {
	text-decoration: none;
}
a:hover.button,
button:hover span em {
	color: #954b05;
}
 
button span {
	padding-left:15px;
	background:url(../../images/layout/button-left.png) no-repeat 0 0;
}	

button em {
	font-style:normal;
	padding-right:15px;
	background:url(../../images/layout/button-right.png) no-repeat 100% 0;
}
