.main_search{
	margin-left:125px;
	margin-top:100px;
	margin-bottom:150px;
	width:650px;
}

.search_menu{
	width:500px;
}
.search_menu_left{
	background-image: url(../../images/index/search_menu_left.png);
	background-repeat:no-repeat;
	width:7px;
	height:27px;
	float:left;		
}

.search_menu_head{
	background-image: url(../../images/index/search_menu_head.png);
	width:486px;
	height:27px;
	float:left;		
}

.search_menu_right{
	background-image: url(../../images/index/search_menu_right.png);
	background-repeat:no-repeat;
	width:7px;
	height:27px;
	float:left;		
}

.search_menu_item{
	float:left;
	width:121px;
	text-align:center;
	margin-top:4px;
}

.search_menu_item a{
	font-family:Tahoma;
	font-size:14px;
	color:#4e65a8;
	text-decoration:none;	
}

.search_menu_item_sel{
	float:left;
	width:121px;
	text-align:center;
	margin-top:4px;
	font-family:Tahoma;
	font-size:14px;
	font-weight:500;
	color:#6e5e4a;
	text-decoration:none;	
}

.search_menu_separator{
	width:650px;
}

.search_menu_separator_left{
	width:500px;
	float:left;
	height:10px;
}

.search_menu_separator_right{
	width:150px;
	float:left;
	height:10px;
	border-top:1px solid #c9cbdb;
}

.search_input{
	width:500px;
	float:left;
}

.search_input input{
	border:1px solid #c4c4c4;
	padding:2px;
	width:460px;
	height:24px;
	font-family:Tahoma;
	font-size:12px;
	color:#6c6c6c;
	margin-left:20px;	
}

.search_submit input{
	margin-left:20px;
}