button {
	margin:0;
	padding:0;
	border:none;
	background-color:transparent;
	cursor: pointer; 
	cursor: hand;
	outline:none;
	moz-outline:none;
}
*:first-child+html button[type]{width:1;} /* IE7 */

button span.f {
	/*background: transparent url(/images/button_r.png) no-repeat right top;*/
	background-image: url(/images/button_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
	display: block;
	padding-top:0px;
	padding-right:15px;
	padding-bottom:0px;
	padding-left:0px;
	margin: 0px;	
	height:31px;
}

button span.f span.s {
	background-image: url(/images/button_l.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
	color:#FFF;	
	padding-top:5px;
	padding-bottom:0px;
	padding-bottom:0px;
	padding-right:0px;	
	padding-left:15px;
	margin:0;
	
	font-size: 13px;
	display: block;
	text-decoration: none;	
	height:26px;
	border:0;	
	text-transform: lowercase;
	vertical-align: 50%;
	line-height:16px;
}
button span.f span.s nobr{	
	font-size: 13px;
	text-transform: lowercase;
	
}
/*
button.button-active span span {
	color:#FF8800 !important;
}

*/
