/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006
Modified : February 5, 2010 by arnaud.daret@info.unicaen.fr
- - - - - - - - - - - - - - - - - - - - - */

#dialog{position:absolute;margin:auto;top:auto;left:auto;width:auto;height:auto;z-index:100;text-align:left;}
#dialog.done #lbContent{ display:block; }
#dialog.loading #lbContent{ display:none; }
#overlay{position:absolute;top:0;left:0;z-index:90;width:100%;height:100%;background-color:#000;}
#dialog fieldset { border-style: solid; border-width: 1px; width:100%;}
#dialog legend { margin-bottom: 0; margin-left: 30px; padding: 0 10px; }