.btn_class{
	display: block;
}

.cancel_order_btn, .cancel_order_btn:active{
	background-image: url('images/buttons/cancel_order_btn.png');
	height: 20px;
	width: 104px;
	cursor: pointer;
	background-position: 0px 0px;
}
.cancel_order_btn:hover{
	background-position: 0px 20px;
}

.del_selected_btn, .del_selected_btn:active{
	background-image: url('images/buttons/del_selected_btn.png');
	height: 20px;
	width: 104px;
	cursor: pointer;
	background-position: 0px 0px;
}
.del_selected_btn:hover{
	background-position: 0px 20px;
}

.recalc_order_btn, .recalc_order_btn:active{
	background-image: url('images/buttons/recalc_order_btn.png');
	height: 20px;
	width: 104px;
	cursor: pointer;
	background-position: 0px 0px;
}
.recalc_order_btn:hover{
	background-position: 0px 20px;
}

.login_btn, .login_btn:active{
	background-image: url('images/buttons/login_btn.png');
	height: 20px;
	width: 67px;
	cursor: pointer;
	background-position: 0px 0px;
}
.login_btn:hover{
	background-position: 0px 20px;
}

.change_btn, .change_btn:active{
	background-image: url('images/buttons/change_btn.png');
	height: 20px;
	width: 67px;
	cursor: pointer;
	background-position: 0px 0px;
}
.change_btn:hover{
	background-position: 0px 20px;
}

.send_btn, .send_btn:active{
	background-image: url('images/buttons/send_btn.png');
	height: 20px;
	width: 67px;
	cursor: pointer;
	background-position: 0px 0px;
}
.send_btn:hover{
	background-position: 0px 20px;
}

.return_btn, .return_btn:active{
	background-image: url('images/buttons/return_btn.png');
	height: 20px;
	width: 67px;
	cursor: pointer;
	background-position: 0px 0px;
}
.return_btn:hover{
	background-position: 0px 20px;
}

.new_pass_btn, .new_pass_btn:active{
	background-image: url('images/buttons/new_pass_btn.png');
	height: 20px;
	width: 104px;
	cursor: pointer;
	background-position: 0px 0px;
}
.new_pass_btn:hover{
	background-position: 0px 20px;
}

.save_changes_btn, .save_changes_btn:active{
	background-image: url('images/buttons/save_changes_btn.png');
	height: 20px;
	width: 104px;
	cursor: pointer;
	background-position: 0px 0px;
}
.save_changes_btn:hover{
	background-position: 0px 20px;
}

.order_btn, .order_btn:active{
	background-image: url('images/buttons/order_btn.png');
	height: 20px;
	width: 104px;
	cursor: pointer;
	background-position: 0px 0px;
}
.order_btn:hover{
	background-position: 0px 20px;
}

.add_btn, .add_btn:active{
	background-image: url('images/buttons/add_btn.png');
	height: 20px;
	width: 67px;
	cursor: pointer;
	background-position: 0px 0px;
}
.add_btn:hover{
	background-position: 0px 20px;
}

.logout_btn, .logout_btn:active{
	background-image: url('images/buttons/logout_btn.png');
	height: 20px;
	width: 67px;
	cursor: pointer;
	background-position: 0px 0px;
}
.logout_btn:hover{
	background-position: 0px 20px;
}

.register_btn, .register_btn:active{
	background-image: url('images/buttons/register_btn.png');
	height: 20px;
	width: 67px;
	cursor: pointer;
	background-position: 0px 0px;
}
.register_btn:hover{
	background-position: 0px 20px;
}

.cart_btn, .cart_btn:active{
	background-image: url('images/buttons/cart_btn.png');
	height: 20px;
	width: 67px;
	cursor: pointer;
	background-position: 0px 0px;
}
.cart_btn:hover{
	background-position: 0px 20px;
}