button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{
	border-color:transparent!important;
}
input.btnup{
	background:url(../images/buttons/arrow_top.png) no-repeat left;
	border:none;
	width:16px;
	height:16px;
	cursor:pointer;
}
input.btnup:hover{
	background-position:right;
}

input.btnerror{
	background:url(../images/buttons/error.png) no-repeat left;
	border:none;
	width:16px;
	height:16px;
	cursor:pointer;
}
input.btnerror:hover{
	background-position:right;
}

input.btndown{
	background:url(../images/buttons/arrow_bottom.png) no-repeat left;
	border:none;
	width:16px;
	height:16px;
	cursor:pointer;
}
input.btndown:hover{
	background-position:right;
}


input.btnadd{
	background:url(../images/buttons/add.png) no-repeat left;
	border:none;
	width:16px;
	height:16px;
	cursor:pointer;
}

input.btninfo{
	background:url(../images/buttons/info.png) no-repeat left;
	border:none;
	width:16px;
	height:16px;
	cursor:help;
}

input.btnrmv{
	background:url(../images/buttons/remove.png) no-repeat center left;
	border:none;
	width:16px;
	height:16px;
	cursor:pointer;
}
input.btndel{
	background:url(../images/buttons/delete.png) no-repeat center left;
	border:none;
	width:16px;
	height:16px;
	cursor:pointer;
}
input.btndel:hover{
	background-position:center right;
}
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.btnnew{
	background:url(../images/new_out.gif) no-repeat center;
	border:none;
	width:21px;
	height:12px;
}
input.btnonline{
	background:url(../images/online.gif) no-repeat center;
	border:none;
	width:44px;
	height:16px;
}
input.btnalert{
	background:url(../images/alert_out.png) no-repeat center;
	border:none;
	width:16px;
	height:16px;
	cursor:pointer;
}
input.btnlot{
	background:url(../images/lot_out.png) no-repeat center;
	border:none;
	width:16px;
	height:16px;
	cursor:pointer;
}
input.btnsuspend{
	background:url(../images/suspend.png) no-repeat center;
	border:none;
	width:16px;
	height:16px;
}


input.btnmoveout{
	background:url(../images/moveout.png) no-repeat center;
	border:none;
	width:16px;
	height:16px;
	display: none;
}

.selected_line input.btnmoveout{
	display:block;
}



.btnprint{
	background:url(../images/print_over.png) no-repeat center;
	border:none;
	width:16px;
	height:16px;
	display: block;
	cursor:pointer;
}




input.btnfind{
	background:url(../images/buttons/find.png) no-repeat left;
	border:none;
	width:16px;
	height:16px;
	cursor:pointer;
}
input.btnfind:hover{
	background-position: right;
}
input.btnlucky{
	background:url(../images/buttons/lucky.png) no-repeat left;
	border:none;
	width:16px;
	height:16px;
	cursor:pointer;
}
input.btnlucky:hover{
	background-position: right;
}