#facebox { position: absolute; top: 0; left: 0; z-index: 100; text-align: left; font-size: 1.2em; }
	
	#facebox .popup { position: relative; }
		#facebox .body { background: url(/image/layout/facebox/bg.gif) top repeat-x #FFF; width: 620px; }
			
			#facebox .content { background: url(/image/layout/facebox/close.gif) right top no-repeat; padding: 10px 0 0 30px; }
			#facebox a.close { position: absolute; width: 55px; height: 55px; right: 97px; top: 103px; z-index: 101; }
				
				#facebox .details { background-repeat: no-repeat; background-position: right 50px; }
					#facebox .details h1 { color: #FFF; font-size: 3em; margin: 10px 0 24px; }
					#facebox .details p { margin-right: 30px; text-align: justify; }
					#facebox .details ul { margin: 0 0 16px; width: 170px; min-height: 290px; }
					* html #facebox .details ul { height: 290px; }
						#facebox .details li { margin: 0 0 8px; }
	
	#facebox .tr, #facebox .tl, #facebox .bl, #facebox .br { background-image: url(/image/layout/facebox/corners.png); background-repeat: no-repeat; width: 69px; height: 74px; }
	
	#facebox .tl { background-position: 0 0; }
	#facebox .tr { background-position: -69px 0; }
	#facebox .br { background-position: -69px -74px; }
	#facebox .bl { background-position: 0 -74px; }
	
	*html #facebox .tr { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/image/layout/facebox/tr.png'); }
	*html #facebox .bl { background-image: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/image/layout/facebox/bl.png'); }
	
	#facebox .t { background: url(/image/layout/facebox/border.gif) top repeat-x #FFF; }
	#facebox .l { background: url(/image/layout/facebox/border.gif) left repeat-y #FFF; }
	#facebox .r { background: url(/image/layout/facebox/border.gif) right repeat-y #FFF; }
	#facebox .b { background: url(/image/layout/facebox/border.gif) bottom repeat-x #FFF; }


#facebox table { border-collapse: collapse; }
	#facebox td { border-bottom: 0; padding: 0; }

#facebox .loading { text-align: center; }
#facebox .image { text-align: center; }


#facebox_overlay { position: fixed; top: 0; left: 0; height:100%; width:100%; }

.facebox_hide { z-index:-100; }

.facebox_overlayBG { background-color: #000; z-index: 99; }

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
