
#find_panel{
	width:100%;
	position:relative;
	z-index:100000;
	margin-bottom:-11px;
	font-size:12px;
}

*|html #find_panel{
	margin-bottom:8px;
}

.find_tab{
	color:#434343;
	margin:5px;
	text-align:center;
	text-decoration:none;
	float:left;
	display:block;
}

.find_tab:hover{
	text-decoration:underline;
}


.find_tab_selected{
	font-weight:bold;
	color:#d32163;
}


.find_tab#tab_route{
	border-left:1px solid #434343;
	margin-left:10px;
	padding-left:16px;
	float:left;
	display:block;	
}

.query_form{
	margin-top:0px;
	/*margin-top:4px;
	height:32px;*/
}

.query_form a{
	background-image:url(/images/search_button.gif);
	width:80px;
	height:22px;
	line-height:20px;
	text-align:center;
	margin-left:8px;
	display:block;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	float:left;
}

.query_form input.input_fill{
	width:532px;
	height:19px;
	background-image:url(/images/ltr/input_fill.gif);
	float:left;
	display:block;
	border:0px;
	padding:0;
	margin:0;
	padding-top:3px;
	color:#a1a1a1;
}

#form_route input.input_fill{
	width:300px;
}

.query_form .input_name{
		float:left;
		margin-right:4px;
		color:#434343;
		padding-top:4px;
}

.query_form .input_start{
	width:10px;
	height:22px;
	background-position:center bottom;
	background-image:url(/images/ltr/input_start.gif);
	float:left;
}
	
.query_form .input_end{
	width:10px;
	height:22px;
	background-image:url(/images/ltr/input_end.gif);
	float:left;
}	

	
#form_route .input_end_from{
	mmargin-right:16px;
}	
#form_route .from_to_separator{
	margin-right:16px;
	float: left;
}	

.search_wrapper{
	background:#fff;
	width:210px;
	/*margin-top:18px;
	margin-left:10px;*/
	left:10px;
	top:64px;
	border:1px solid #cccccc;
	position:absolute;
}

.other_search_wrapper{
	left:345px;
	top:64px;
}

.search_wrapper .hide{
	position:absolute;
	background-image:url(/images/ltr/close.gif);
	width:19px;
	height:23px;
	top:0px;
	right:0px;
}



ul.search_results{
	padding:0px 15px;
	margin:10px 0px;
}

.search_results li{
	list-style-type:none;
	margin-bottom:8px;
}

.search_results li a{
		text-decoration:none;
		color:#81aed8;
		font-weight:bold;
}

.search_results li a.selected_result{
	color:#000;
}

.search_results li a:hover{
		text-decoration:underline;
}

.search_indicator{
	background-image:url(/images/search_indicator.gif);
	background-repeat:no-repeat;
	background-position:center center;
	background-repeat:no-repeat;
	width:80px;
	height:22px;
	float:left;
}

.search_result_name{
	padding: 4px 10px 0px 10px;
}

.route_permalink{
	color:#000;
	display:block;
	margin:5px 0px;
}