/* - - - - - - - - - - - - - - - - - - - - -

Title : Default CSS for Lightbox Gone Wild
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

/* ----- Overlay Styling ----- */
#lightbox{ display:none; position: absolute; top:10px; left:50px; z-index:9999; width:auto; height:auto;}
#lightbox{ border:2px #000000 solid; background:#FFF; text-align:left;}
#lightbox[id]{ position:fixed;}

#overlay{ display:none; position:absolute; top:0; left:0; width:100%; height:100%; z-index:5000;}
#overlay{ background-color:#000; -moz-opacity: 0.2; opacity:.20; filter: alpha(opacity=20);}

#overlay[id]{ position:fixed; }

#lightbox.done #lbLoadMessage{ display:none; }
#lightbox.done #lbContent{ display:block; }
#lightbox.loading #lbContent{ display:none; }
#lightbox.loading #lbLoadMessage{ display:block; }

#lightbox.done img{ width:100%; height:100%; }

#wizard { margin:0px;}
#wizard iframe { width:100%; height:516px; border:0px; margin:0;}
#wiz_cancel { position:absolute; top:10px; right:20px; z-index:3000; width:49px; height:13px;}
html>body #wiz_cancel { top:8px;}
#wiz_cancel .cancel { border:0; width:49px; height:13px;}

#questwizard { margin:0px;}
#questwizard iframe { width:100%; height:470px; border:0px; margin:0;}
#questwiz_cancel { position:absolute; top:5px; right:0px; z-index:3000; width:100px; height:25px;}
#questwizard #questwiz_cancel .tcom_button_alt{ float:right; }
html>body #questwiz_cancel { top:8px ;}
#questwiz_cancel .cancel { border:0; width:49px; height:13px;}