.arprint {
	cursor: pointer;
	background-image: url('Print%20Recipe%20button.png');
   	background-repeat: no-repeat;
	width: 115px;
	height: 32px;
}

.arpr-default {
	background-image: url('print-icon.png');
   	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
}

.arpr-small {
	background-image: url('print-icon-small.png');
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.arpr-small-black {
	background-image: url('print-icon-small-black.png');
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.arpr-small-grey {
	background-image: url('print-icon-small-grey.png');
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.arpr-small-white {
	background-image: url('print-icon-small-white.png');
   	background-repeat: no-repeat;
	width: 17px;
	height: 16px;
}

.arprnttext {
	cursor: pointer;
}

.arprnttext:hover {
	text-decoration: underline;
}