/* CSS Document */
.layout-search{
	width:100%;
	height:90px;
	overflow:hidden;
	background:url(../images/bg-search.png) no-repeat;
}
.search-have{
	font-size:14px;
	color:#FFF !important;
}
.search-title{
	padding-bottom:20px;
}
.title-search{
	float:left;
	width:110px;
	height:100%;
	font-size:20px;
	color:#990000;
	font-weight:bold;
	text-transform:uppercase;
	line-height:90px;
	padding-left:30px;
}
.select-search{
	float:left;
	width:105px;
	height:100%;
}
.select{
	width:90px;
	height:32px;
	margin-top:30px;
	cursor:pointer;
}
.input-search{
	float:left;
	overflow:hidden;
	width:475px;
	height:100%;
}
.txt-search{
	margin-top:30px;
}
.text-input{
	width:415px;
	float:left;
	height:28px;
	border:1px solid #cccccc;
}
.btm-search{
	float:left;
	width:50px;
	height:30px;
	background:#FFF;
	border-right:1px solid #cccccc;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.btm{
	width:50px;
	height:30px;
	border:none;
	cursor:pointer;
	background:url(../images/icon-search.png) center no-repeat;
}
.hotline{
	float:left;
	width:280px;
	height:100%;
	padding-top:15px;
}
.title-hotline,.phone{
	text-align:center;
	font-size:25px;
	color:#990000;
	font-weight:bold;
	text-transform:uppercase;
}