input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner{
	border:				1px dotted transparent;
}
input.btnup, input.btnup_lock{
	background:			url(../images/up_out.png) no-repeat center;
	border:				none;
	width:				16px;
	height:				16px;
	cursor:				pointer;
}
input.btnup_lock{
	cursor:				default;
}
input.btnup:hover{
	background:			url(../images/up_over.png) no-repeat center;
}
input.btndown, input.btndown_lock{
	background:			url(../images/down_out.png) no-repeat center;
	border:				none;
	width:				16px;
	height:				16px;
	cursor:				pointer;
}
input.btndown_lock{
	cursor:				default;
}
input.btndown:hover{
	background:			url(../images/down_over.png) no-repeat center;
}
input.btnadd{
	background:			url(../images/edit_out.png) no-repeat center;
	border:				none;
	width:				16px;
	height:				16px;
	cursor:				pointer;
}
input.btndel{
	background:			url(../images/delete_out.png) no-repeat center;
	border:				none;
	width:				16px;
	height:				16px;
	cursor:				pointer;
}
input.btnprint{
	background:			url(../images/printer.png) no-repeat center;
	border:				none;
	width:				16px;
	height:				16px;
	cursor:				pointer;
}
input.btnbarcode{
	background:			url(../images/barcode_out.png) no-repeat center;
	border:				none;
	width:				16px;
	height:				16px;
	cursor:				pointer;
}
input.btnedit{
	background:			url(../images/edit_out.png) no-repeat center;
	border:				none;
	width:				16px;
	height:				16px;
	cursor:				pointer;
}
input.btnalert{
	background:			url(../images/alert_out.png) no-repeat center;
	border:				none;
	width:				16px;
	height:				16px;
	cursor:				pointer;
}
