/* custom styles for multiple stacked instances */
#communityautocomplete {
    width:15em; /* set width here */
    padding-bottom:2em;
    z-index:90000; /* z-index needed on top instance for ie & sf absolute inside relative issue */
}
#communityinput {
    _position:absolute; /* abs pos needed for ie quirks */
    z-index:90000; /* z-index needed on top instance for ie & sf absolute inside relative issue */
}
#communitycontainer {
	z-index:90000;
}
