  .ui-autocomplete-loading {
	background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
}

.contentMiddleWrap .ui-widget-content {
    border: none;
}

/*
.mu_jquery_ui .ui-widget-header {
    border: none;
}
*/

/*
.mu_people_search input[type="radio"] {
    
}
*/

/*
.mu_people_search input:not([type="radio"]) {
	float:left;
	width:29%;
	margin-bottom:10px;	
}
*/

.mu_people_search input[type="text"] {
    float: left;
    margin-bottom: 10px;
    width: 29%;
}

.mu_dt_table tbody td img[src*="details_"] {
	cursor: pointer;
}

/*
.mu_people_search input[type="checkbox"] {
    float: left;
    margin-bottom: 0;
    width: auto;
}
*/

.mu_people_search input[type="radio"] {
	float:left;
	margin-bottom:0px;
	margin-right: 0;
	/* IE 8*/
	min-width:35px;
	/* Apple web-kit */
	width:35px;	
}

/* 3 column */
@media screen and (min-width: 879px) and (max-width: 1051px) {
	
	.mu_people_search input[type="text"] {
		width:28%;	
	}
	
}


/* 3 column */
@media screen and (min-width: 481px) and (max-width: 878px) {
	
	.mu_people_search input[type="text"] {
		width:26%;	
	}
	
}

/* 3 column */
@media screen and (max-width: 830px) {
	
	.mu_people_search input[type="text"] {
		min-width:150px;	
	}
	
}

/* 1 column */
@media screen and (max-width: 480px) {

	.mu_people_search input[type="text"] {
		min-width: 300px;	
	}

}