@charset "utf-8";
/* CSS Document */

.fl{
	float: left;
}
.fr{
	float: right;
}

.mod_search_input{
	position: relative;
	width: 180px;
}
.btn{
	cursor: pointer;
	border:none;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 16px;
	right: 0px;
	background: url("../img/search2.png")no-repeat;
}
.client{
	position:relative;
}
/*验证码图片*/
.common_test_pic{
	text-align: center;
	float: left;
	margin:0 10px;
	width:103px;
	height:40px;
	line-height: 40px;
	background: #ddd;
}