﻿.ui-autocomplete-input {
    background: url(/Content/BX/Images/minus.gif) no-repeat right;
    background-color: #fff;
    border: 0;
    background-position: 95% 50%;
    /*text-indent: 1em;*/
}


.loading-indicator {
	height: 80px;
	width: 80px;
	background: url( '../images/loading.gif' );
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-indicator-overlay {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}


/*auto complete*/
.ui-menu-item a{font-size:14px;}
.ui-widget {
    font-family:Arial, 'Times New Roman', Times, serif;
 }