/* 
* @Author: zty
* @Date:   2015-10-13 15:48:16
* @Last Modified time: 2015-10-13 16:18:09
*/
.search-box{
	width: 250px;
	line-height: 30px;
	font-size: 14px;
	height: 30px;
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 5px;
	margin-right: 15px;
}
.search-box input[type=text]{
	background: none;
	border: none;
	width: 200px;
	color: #fff;
	font-size: 18px;
}
.search-box input[type=submit]{
	width: 28px;
	height: 28px;
	display: inline-block;
	background: url(../images/fdj_03.png) no-repeat;
	background-size: 100%;
	border: none;
	float: left;
	opacity: 0.6;
	margin-right: 10px;
}