.editable_text_ok {
	width: 31px;
	height: 20px;
	margin-left:5px;
	cursor: pointer;
	text-indent: -9999px;
	border:0;
	background: url(images/ok.png) no-repeat top right;
}

.editable_text_cancel {
	width: 31px;
	height: 20px;
	margin-left:5px;
	cursor: pointer;
	text-indent: -9999px;
	border:0;
	background: url(images/cancel.png) no-repeat top right;
}

.liqrdialog_button {
    color:green;
    background:red;
}

a.liqr_list_sort_link {
  text-decoration:none;
}

.liqr_list_sort_indicator {
  padding-right:10px;
}

.liqr_list_sort_indicator.asc {
  background:url(ui/list/sort_asc.gif) no-repeat right 5px;
}

.liqr_list_sort_indicator.desc {
  background:url(ui/list/sort_desc.gif) no-repeat right 5px;
}
