/* YUI AutoComplete Styles */

.label {
	font-weight:bold;
	margin-bottom:3px;
}
.ajaxStatus {
	font-style:italic;
	margin-bottom:10px;
	color:#999999;
}
.showborder {
	border:thin solid #f00;
}

/* YUI Auto Suggest */
/* styles for entire widget */
.yui-ac {
    position:relative;
	font-family:arial;
	font-size:100%;
}

/* styles for input field */
.yui-ac-input {
    position:absolute;
	width:100%;
}

/* styles for results container */
.yui-ac-container {
    position:absolute;
	top:1.6em;
	width:100%;
}

/* styles for header/body/footer wrapper within container */
.yui-ac-content {
    position:absolute;
	width:100%;
	border:1px solid #808080;
	background:#fff;
	height:120px;
	overflow:hidden;
	z-index:9050;
}

/* styles for results list */
.yui-ac-content ul{
    margin:0;
	padding:0;
	width:100%;
}

/* styles for result item */
.yui-ac-content li {
    margin:0;
	padding:0px 5px;
	cursor:default;
	white-space:nowrap;
}

.yui-ac-content a {
	display: block;
	color: #000;
	/*background-color: #036;*/
	background-color: #fff;
	width: 100%;
	padding: .2em .8em;
	text-decoration: none;
	font-size:0.8em;
}

.yui-ac-content a:hover {
	/*background-color: #369;*/
	background-color: #eee;
	color: #000;
}

#autocomplete {
    width:15em; /* set width for widget here */
    padding-bottom:2em;
}



