@charset "gb2312";
/*body start*/
div.body {
	width:100%;
	height:160px;
	top:50%;
	margin-top:-120px;
	overflow:hidden;
	position:absolute;
	z-index:9999;
	text-align:center;
	line-height:20px;
}

div.body div.search {
	height:24px;
	text-align:center;
}

div.body div.img {
	text-align:center;
	margin-bottom:10px;
}

div.body div.img img {
	height:80px;
	width:300px;
}

div.body input.text {
	height:18px;
	width:300px;
	border:#CCCCCC 1px solid;
}

div.body input.send {
	font-size:12px;
	height:22px;
	width:50px;
	text-align:center;
	vertical-align:top;
}

div.body div.info a {
	color:#000000;
	font-size:14px;
	text-decoration:none;
}

div.body div.info a:hover {
	color:#FF0000;
}
/*body end*/