
		#searchBtn{text-align:center; width:100%;margin-bottom:10px;}
		#skey {width:320px;}

		.autoUl {
			margin-top: -2px;
			margin-left:-185px;
			padding: 0;
			width: 320px;
			font-size:14px;
			border: 1px solid #111111;
			position: absolute;
			background: #ffffff;
			z-index:999999;
		}
		
		.autoUl li{padding:3px;width:314px;}
		
		.mouseOver {
			color: #ffffff;
			background: #6699FF;
		}
		
		.mouseOut {
			color: #111111;
			background: #ffffff;
		}
		
		.borderNull {
			border: none;
		}
		
		.autoNone {
			display: none;
		}

		.resultName {
			float: left;
		}
		.resultTimes {
			color: #008000;
			text-align: right;
		}
