﻿.Button 
{
	display:-moz-inline-box; 
	display:inline-block;
	background-image:url(images/bckBtnL.gif);
	background-repeat:no-repeat;
	height:25px;
	padding:6px 0px 0px 16px;
	white-space: nowrap;
	text-align:right;
}
.Button a 
{
	font:11px Tahoma, Arial, Sans-Serif, sans-serif; 
	color:White; 
	font-weight:bold; 
	text-decoration:none;
	text-transform:uppercase;
}
.Button a:hover 
{
	color:#FFDDD8; 
}
.Button span 
{
    display:-moz-inline-box; 
	display:inline-block;
	background-image:url(images/bckBtnP.gif); 
	background-repeat:no-repeat;
	width:15px; 
	height:25px;
	vertical-align: top; 
	margin-top:-6px;	
}

