@CHARSET "UTF-8";

.newIcon {
	background: url("../ui/images/new.png") no-repeat !important;
	height: 18px;
	width: 18px;
}

.editIcon {
	background: url("../ui/images/edit.png") no-repeat !important;
	height: 18px;
	width: 18px;
}

.deleteIcon {
	background: url("../ui/images/delete.png") no-repeat !important;
	height: 18px;
	width: 18px;
}

.closeIcon {
	background: url("../ui/images/close.png") no-repeat !important;
	height: 18px;
	width: 18px;
}

.okIcon {
	background: url("../ui/images/ok.png") no-repeat !important;
	height: 18px;
	width: 18px;
}

.cancelIcon {
	background: url("../ui/images/cancel.png") no-repeat !important;
	height: 18px;
	width: 18px;
}

.helpIcon {
	background: url("../ui/images/help.png") no-repeat !important;
	height: 18px;
	width: 18px;
}
