body{
margin:0;
padding:0;
}
.spacer{
width:20px;
display:inline-block;
cursor:default;
}
a.button {  
background-image: url( '../images/default/btn_right.png' );
background-repeat:no-repeat ;
background-position:top right;
font-family:"Courier New", Courier, monospace;
text-decoration: none;
line-height:30px;
padding-top:5px;
padding-bottom:7.5px;
color:#2299BB;
}
a.button span {
background-image: url( '../images/default/btn.png' );
background-position:top left;
color:#2299BB;
margin-right:10px;
padding-left:10px;
line-height:30px;
padding-top:5px;
padding-bottom:7.5px;
	
}
/*HOVER*/
a.button:hover {
background-image: url( '../images/default/btn_hover_right.png' );
outline: none;
}
a.button:hover span {
background-image:url( '../images/default/btn_hover.png');

}

