@charset "UTF-8";
/* CSS Document */

#object_search_bar{
	display: inline;
	float: right;
	height: 32px;
	margin-top: -3px;
	width: 275px;
	position: relative;
}

#object-search-type-selector{
	position: absolute;
	top: 8px;
	right: 47px;
	z-index: 1;
}

#object-search-type-selector img{
	height: 25px;
}

#object-search-input{
	padding-right: 31px;
	width: 200px;
}

#object-search-button-container{
	display: inline; float: right;
	margin-top: 5px;
}

#object-search-button{
	background:transparent url('../images/buttons/search-stroked-dark-micro.png') 0 0 no-repeat;
	width:25px !important; 
	height:25px;
	border:0px; 
	padding:0px;
	line-height:0px;
	cursor: pointer;
	outline: none;
	background-size: 25px 25px;
	opacity: .7;
}

.object-search-button img{
	height: 25px;
}