.search_lookup_table {
	font-size: 85%;
	margin: 0;
	padding: 0;
	width: 100%;
}
.search_lookup_table img {
	cursor: pointer;
}
.search_lookup_table tr.search_lookup_primary {
	background-color: #fff;
}
.search_lookup_table tr.search_lookup_secondary {
	background-color: #fff;
}
#lookupUserWindow {
	display: none;
	height: 450px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 650px;
	z-index: 600;
}
.search_lookup_table td .btn {
	border-radius: 0;
}
.search_lookup_table td:first-child .btn {
	border-radius: 4px 0 0 4px;
}
.search_lookup_table td:last-child .btn:last-child {
	border-radius: 0 4px 4px 0;
}

.search_lookup_table td:last-child .btn:first-child {
	border-left: 0;
}

.search_lookup_table .form-control {
	border:1px solid #ccc;
	border-left:0;
	border-radius:0;
}