@charset "utf-8";
* {
	margin:0;
	padding:0;
}
ul
{
    background: white;
}
ul, li {
	list-style:none;
}
.inputElem {
	width:198px;
	height:18px;
	line-height:15px;
	border:1px solid #ccc;
}
.parentCls { 
	height:18px; 
}
.auto-tip li {
	width:100%;
	height:auto;
	line-height:22px;
	font-size:14px;
}
.auto-tip li.hoverBg {
	background:rgb(120,170,209);
	cursor:pointer;
}
.red {
	color:#333;
}
.hidden {
	display:none;
}