/* Popup Boxes */
.popup { border: 1px solid #666; width: 400px; position: absolute; background: url(../img/bg_popup2.gif) top repeat-x #d1d1d1; z-index: 100000; margin-top: -20px; }
.popup * { margin: 0; }
.popup p { padding: 10px 10px 10px; margin: 0; color: #444; }
.popup-title { font-weight: bold; font-size: 1.2em; padding-left: 200px; width: 300px; }
.close { margin-top: -38px !important; }
.autocomplete { background: #eee; list-style-type: none; margin-left: 0px !important; padding: 0 !important; border: 1px solid #999; color: #000; width: 130px; position: absolute; z-index: 9999999999; }
.autocomplete li { cursor: hand; margin-left: none; padding: 3px 5px !important; }
.selected { background: #ccc; cursor: pointer; }
#p2 { margin-left: -75px; }
#p3 { margin-left: -160px; }