﻿@charset "utf-8";
/* CSS Document */
#pro_searchmain{
	width: 100%;
	overflow: hidden;
	background-image: url(../images/search_bg.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	float: left;
	height: 100px;
}

#pro_search{
	background-image: url(images/search_img--.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 160px;
	padding-top: 10px;
	clear: both;
	text-align: center;
	height: auto;
	color: #666666;
}
#pro_search .txt1{
	font-weight: bold;
	color: #338EC5;
	font-size: 12px;
	display: block;
	height: 24px;
	padding-top: 0px;
	clear: both;
	text-align: left;
	line-height: 24px;
}
#pro_search .txt2{
	font-weight: normal;
	color: #338EC5;
	font-size: 16px;
	line-height: 48px;
	display: block;
	height: 48px;
}
#pro_search .search_input{
	line-height: 18px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 125px;
	background-image: url(images/search_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 2px;
	border: 1px solid #d1d1d1;
	overflow: hidden;
	float: left;
	color: #666666;
	background-color: #FFFFFF;
}
#pro_search .search_botton{
	float: left;
}
