#header-title {
	height: 100px;
	line-height: 100px;
	margin: 0px auto;
	width: 1200px;
}

#header-title-search {
	height: 38px;
	line-height: 38px;
	display: block;
	margin-right: 0px;
	margin-top: 0px;
	position:relative;
}
#header-title-search-text{
	float:left;
}

#header-title-search-text input {
	float:left;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	width: 250px;
	padding: 0px 10px;padding-right:0;
	border: 0;background:url(../images/search-box-unfocus-1200.jpg) no-repeat;
}

#header-title-search-text input:focus,  #header-title-search-text input:hover{
	background:url(../images/search-box-focus-1200.jpg) no-repeat;
}

#header-title-search-btn {
	float:left;
	display: inline-block;
	line-height: 38px;
	height: 38px;
}

#header-title-search-btn a {
	float:left;
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	background-color: #2068b0;
	padding: 0px 18px;
	height: 38px;
	line-height: 38px;
}
#header-title-search-btn a:hover {
	background-color: #1f4e83;
}


