@charset "utf-8";
/* CSS Document */


.sboxField, .sboxBtn {
	display:inline;
	float:left;
	width:auto;
	margin-right:5px;
}

.searchText {}

input {
	border:1px solid #dbdbdb;
	height:16px;
	line-height:16px;
	color:#777a6e;
	font-size:11px;
	text-align:left;
}

input.searchBtn, .btnlite {
	height:20px;
	border:1px solid #dbdbdb;
	background: url(../img/sBtnBg.jpg) repeat-x top #ffffff;
	color:#777a6e;
	font-size:10px;
	cursor:pointer;
	width:55px;
	text-align:center;
}

input.searchText {
	border:1px solid #dbdbdb;
	height:16px;
	line-height:20px;
	color:#777a6e;
	font-size:11px;
	text-align:left;
	width:180px;
}

#sChoose a, #sChoose a:hover {
	color:#9b9d95;
	margin:3px;
}

#sChoose {
	font-size:10px;
}

#sChoose a:hover {
	color:#818180;
}

.bolded {
	font-size:14px;
	font-weight:bold;
}

.searchCntInfo {font-size:11px; position:absolute; bottom:0px; right:10px;}
.serachInfo {width:500px; margin:auto; color:red; font-weight:bold; text-align:center; font-size:11px; margin-top:50px;}
