/* Search Destination */

#SearchDestination {
	width: 100%;
	overflow: hidden;
	*height: 1%;
	margin: -.636em 0 .72em;
	*margin-bottom: .09em;
	position: relative;
	*top: -7px;
}

#SearchDestination .wrap {
	float: right;
	overflow: hidden;
	*height: 1%;
	width: 90%;	
}

#SearchDestination #browse {
	padding-right: 10px;
	top: -5px;
}

#SearchDestination #search {
	text-align: right;
	padding-top: 18px;
	*padding-top: 15px;
}

#SearchDestination .search_wrap {
	position: relative;
}

#SearchDestination .groupname {
	position: absolute;
	left: 0;
	top: -21px;
	*top: 3px;
}

#SearchDestination #browse .groupname,
#SearchDestination #browse #admin_lblBrowseBy {
	top: -16px;
	*top: 8px;
}

#SearchDestination #browse #admin_lblBrowseBy {
	z-index: 100;
}

	/* Error Message */
	
#SearchDestination .error_msg {
	top: -8px;
	left: -5px;
}

