.email, .next, .back, .config, .print_c, .print_bw, .print{
	background: url(sprites.png) no-repeat;
}

.email{
	background-position: -210px 0;
	width: 70px;
	height: 70px;
}

.next{
	background-position: -140px 0;
	width: 70px;
	height: 70px;
}

.back{
	background-position: -280px 0;
	width: 70px;
	height: 70px;
}

.config{
	background-position: -350px 0;
	width: 70px;
	height: 70px;
}

.print_c{
	background-position: 0 0;
	width: 70px;
	height: 70px;
}

.print_bw{
	background-position: -70px 0;
	width: 70px;
	height: 70px;
}

.print{
	background-position: -421px 0;
	width: 70px;
	height: 70px;
}

