#search1{
	height:28px;
	border:1px solid #d8d8d8;
	position:relative;
}

#search1 .title1{
	float:left;
	width:60px;
	padding-right:10px;
	height:28px;
	line-height:28px;
	text-align:center;
	color:#d13600;
	font-weight:bold;
	border-right:1px solid #d8d8d8;
	/*background:url(http://www.dzwww.com/tpl/v5/images/search1-arrow.gif) no-repeat right 7px;
	cursor:pointer;*/
}

#search1 .title1 a{
	/*color:#3d6eaa;*/
}

#search1 .btn{
	float:right;
	border:none;
	background:url(http://www.dzwww.com/tpl/v5/images/search1.gif) no-repeat center center;
	height:28px;
	width:39px;
	text-indent:999px;
	cursor:pointer;
}

#search1 .text{
	float:left;
	border:1px solid #fff;
	height:26px;
	line-height:26px;
	width:126px;
	color:#a9a9a9;
	font-weight:bold;
	padding:0px 0px 0px 7px;
}

#search1 .dropdown{
	position:absolute;
	left:-1px;
	top:28px;
	background:#fff;
	border:1px solid #d8d8d8;
	width:64px;
	padding-right:16px;
	height:28px;
	line-height:28px;
	color:#d13600;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
	display:none;
}