.fleft { float:left; width:15em;margin:0 0 5px 5px;}
.fclear { clear:both;}
.fright {float:right;}

#citySearch, #empSearch {position:relative;width:23.4em;_width:23em;margin-bottom:1em;}/* set width of widget here*/
#empSearch {z-index:9000} /* for IE z-index of absolute divs inside relative divs issue */ 
#cityBox, #empBox {_position:absolute;width:100%;height:1.4em;z-index:0;} /* abs for ie quirks */ 
#suggContainer, #empContainer {position:absolute;top:1.7em;width:30em;}
#suggContainer .yui-ac-content, #empContainer .yui-ac-content {max-height:15em;_height:10em;position:absolute;width:100%;border:1px solid #404040;background:#fff;overflow:auto;overflow-x:hidden;z-index:9050;}
#suggContainer .yui-ac-shadow, #empContainer .yui-ac-shadow {position:absolute;margin:.3em;width:100%;background:#a0a0a0;z-index:9049;}
#suggContainer ul , #empContainer ul {padding:5px 0;width:100%;}
#suggContainer li , #empContainer li {padding:0 5px;cursor:default;white-space:nowrap;}
#suggContainer li.yui-ac-highlight, #empContainer li.yui-ac-highlight {background:#000000;}
#suggContainer li.yui-ac-prehighlight, #empContainer li.yui-ac-prehighlight {background:#FFFFCC;}




