#box {
	width:260px;
	margin-left:770px;
	height:38px;
}


#in {
	width:240px;
	height:30px;
	line-height:30px;
	border:1px solid #ddd;
	background-color:#fff;
	border-radius:5px;
	box-shadow:inset 0 0 1px #999;
	color:#ccc;
}
#in2 {
	width:240px;
	height:30px;
	line-height:30px;
	border:1px solid #ddd;
	background-color:#fff;
	border-radius:5px;
	box-shadow:inset 0 0 1px #999;
	color:#ccc;
}
#suggest {
	display:none;
	position:relative;
	margin-top:-1px;//-1px
	width:240px;
	padding-top:1px;
	border:1px solid #369;
	border-top:0 none;
	border-radius:4px;
	box-shadow:inset 0 0 2px #999;
	overflow:hidden;
	background:#ddd;
	color:red;
}
#suggest a {
	display:block;
	color:#f00;
	height:30px;
	line-height:30px;
	text-decoration:none;
}
#suggest a:hover {
	background:#eee;
}
#suggest a span {
color#369;
}

/*需要添加一个按钮的页面使用*/
#box1 {
	width:369px;
	margin-left:641px;
	height:38px;
}
#suggest1 {
	display:none;
	position:relative;
	margin-top:-1px;
	margin-left:115px;
	width:240px;
	padding-top:1px;
	border:1px solid #369;
	border-top:0 none;
	border-radius:4px;
	box-shadow:inset 0 0 2px #999;
	overflow:hidden;
	background:#ddd;
	color:red;
}
#suggest1 a {
	display:block;
	color:#f00;
	height:30px;
	line-height:30px;
	text-decoration:none;
}
#suggest1 a:hover {
	background:#eee;
}
#suggest1 a span {
color#369;
}

/*需要添加两个按钮的样式*/
#box2{
	width:492px;
	margin-left:500px;
	height:38px;
}
/*搜索与搜索条件*/
#boxMessage{
	/*border:1px solid black;*/
	text-align:right;
	width:98.8%;
	height:38px;
	
	/*margin-left:480px;*/
}
#suggest2 {
	display:none;
	position:relative;
	margin-top:-1px;
	margin-left:218px;
	width:240px;
	padding-top:1px;
	border:1px solid #369;
	border-top:0 none;
	border-radius:4px;
	box-shadow:inset 0 0 2px #999;
	overflow:hidden;
	background:#ddd;
	color:red;
}
#suggest2 a {
	display:block;
	color:#f00;
	height:30px;
	line-height:30px;
	text-decoration:none;
}
#suggest2 a:hover {
	background:#eee;
}
#suggest2 a span {
	color：#369;
}
/*需要添加三个按钮的样式*/
#box3{
	width:560px;
	margin-left:440px;
	height:38px;
}
#suggest3 {
	display:none;
	position:relative;
	margin-top:-1px;
	margin-left:450px;
	width:240px;
	padding-top:1px;
	border:1px solid #369;
	border-top:0 none;
	border-radius:4px;
	box-shadow:inset 0 0 2px #999;
	overflow:hidden;
	background:#ddd;
	color:red;
}
#suggest3 a {
	display:block;
	color:#f00;
	height:30px;
	line-height:30px;
	text-decoration:none;
}
#suggest3 a:hover {
	background:#eee;
}
#suggest3 a span {
color#369;
}
/*需要添加四个按钮的样式*/
#box4{
	width:700px;
	margin-left:303px;
	height:38px;
}
#suggest4 {
	display:none;
	position:relative;
	margin-top:-1px;
	margin-left:450px;
	width:240px;
	padding-top:1px;
	border:1px solid #369;
	border-top:0 none;
	border-radius:4px;
	box-shadow:inset 0 0 2px #999;
	overflow:hidden;
	background:#ddd;
	color:red;
}
#suggest4 a {
	display:block;
	color:#f00;
	height:30px;
	line-height:30px;
	text-decoration:none;
}
#suggest4 a:hover {
	background:#eee;
}
#suggest4 a span {
color#369;
}