@charset "gb2312";
/*search start*/
div.body {
	margin-top:5px;
	height:80px;
}

div.body div.img {
	float:left
}

div.body div.img img {
	height:40px;
	width:150px;
}

div.body {
	height:50px;
	overflow:hidden;
}

div.body div.search {
	padding-top:12px;
}

div.body div.search input.text {
	height:18px;
	width:240px;
	border:#CCCCCC 1px solid;
}

div.body div.search input.send {
	font-size:12px;
	height:22px;
	width:50px;
	text-align:center;
	vertical-align:top;
}
/*search end*/

/*searchAfter start*/
div.bodyTopAfter {
	background-color:#e5ecf9;
	line-height:20px;
	font-size:12px;
	padding-left:10px;
	border-top:#3366cc 2px solid;
}
/*searchAfter end*/