.mod-header-buttons{
	float: right;
	padding: 0 7px 0 0;
	clear: both;
}
.mod-header-buttons a.buttonPrint {
	font-size: 12px;
	text-align: center;
	width: 90px;
	display: block;
	padding: 2px 4px 0 0;
	background: transparent url(/public/modules/HeaderButtons/default/images/button-bg.gif) right -26px no-repeat;
	text-decoration: none;	
}
.mod-header-buttons a.buttonPrint:hover {
	color: #000000;
}
.mod-header-buttons .buttonPrint span {
 	background: transparent url(/public/modules/HeaderButtons/default/images/button-bg.gif) left top no-repeat;
    margin-top: -2px;
    padding: 4px 0 4px 4px;
 	display: block;
} 
.mod-header-buttons .buttonPrint span span {
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 14px;
 	background: transparent url(/public/modules/HeaderButtons/default/images/icon-print.gif) left top no-repeat;
    cursor: pointer;
    text-decoration: none;
} 
