#cal1Container
{
display:none; position:absolute; left:460px; top:300px; z-index:2;
}

/* custom styles for multiple stacked instances */
#cityautocomplete {
    width:15em; /* set width here */
    padding-bottom:1em;
}
#cityautocomplete {
    z-index:9000; /* z-index needed on top instance for ie & sf absolute inside relative issue */
}

#city {
    _position:absolute; /* abs pos needed for ie quirks */
}
