html { height: 100%; overflow: hidden; }
body { height: 100%; margin: 0; padding: 0; }
#flashcontent { width: 100%; height: 100%; }

a { outline: none; }

#modalOverlay { width: 100%; height: 100%; position: fixed; background: #000000; opacity:0.8; z-index: 999; display: none; }
#modalLocate { width: 568px; height: 604px; margin: 0px 0px 0px -302px; background: url(../images/locator/bkg-container.png) left top no-repeat; position: absolute; left: 50%; z-index: 1000; display: none; }
#modalLocateClose { display: block; width: 72px; height: 72px; background: url(../images/locator/btn-close.png) left top no-repeat; position: absolute; left: 496px; top: -1px; }
	#modalLocateClose span { display: none; }
#modalLocateContent { width: 502px; height: 456px; margin: 82px 0px 0px 30px; }
	#modalLocateContent iframe { width: 502px; height: 456px; border: none; }
#modalLocateFooter { border-top: #bbbbbb 1px dotted; width: 492px; margin-left: 35px; }
	#modalLocateFooter p { margin: 7px 0px 0px 10px; font-family: Arial; font-size: 12px; }
