@charset "utf-8";

#serverSearch .shelf {
	padding: 15px;
	border: 1px solid #f6aa00;
	background-color: #fff7e9;
	font-size: 14px;
}
#serverSearch .shelf li {
	float: left;
}
#serverSearch .shelf li:nth-of-type(1) input {
	padding: 0 0 0 10px;
	width: 220px;
	height: 33px;
	outline: none;
	border: 1px solid #ccc;
	font-size: 14px;
	line-height: 33px\9;
}
#serverSearch .shelf li:nth-of-type(1) input:focus {
	background: #ffffcc;
}
#serverSearch .shelf li:nth-of-type(2) {
	font-size: 20px !important;
	font-weight: bold;
}
#serverSearch .shelf li:nth-of-type(3) input {
	width: 74px;
	height: 36px;
	background: url(../img/btn.png) no-repeat;
	border: none;
	text-indent: -9999px;
	outline: none;
	margin-left: 15px;
	cursor: pointer;
}
#serverSearch .shelf div {
	padding: 10px;
	background: #e9e9e9;
	border-radius: 2px;
}
#serverSearch .shelf figure {
	text-align: center;
}