*{padding: 0; margin: 0;}

embed
{
	z-index: 1;
}

#fb_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	display:none;
}

.fb_overlayBG {
	background-color:#D2D2D2;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

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

#facebox .bFB {
  background:url(/images/facebox/b.png);
}

#facebox .tlFB {
  background:url(/images/facebox/tl.png);
}

#facebox .trFB {
  background:url(/images/facebox/tr.png);
}

#facebox .blFB {
  background:url(/images/facebox/bl.png);
}

#facebox .brFB {
  background:url(/images/facebox/br.png);
}

#facebox {
  position: absolute;
 
  top: 0;
  left: 0%;
  z-index: 100;
  text-align: left;
  margin-top: -240px;
  margin-left: -300px;
  width: 620px;
}

#facebox .popupFB {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
  
}

#facebox .bodyFB 
{
  padding: 10px;
  background: #fff;
  width: 600px;
}

#facebox .contentFB
{
	height: 400px;
	overflow: auto;
	font-family: Arial, Sans-Serif;
	font-size: 120%;
}

#facebox .contentFB ul { padding-left:20px; }
#facebox .contentFB ul li { list-style-type: none; list-style-image: url(lidot.png); list-style-position: outside;} 


#facebox .loadingFB {
  text-align: left;
  vertical-align: middle;
}

#facebox .loadtableFB
{
	width: 100%;
	height: 100%;
	background-color: White;
	border: 1px solid gray;
	padding: 15px 10px 0px 10px;
}

#facebox .loadimgFB
{
	margin: 15px 5px 10px 10px;
}

#facebox .loadtitleFB
{
	text-align: left;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	margin: 15px 10px 0px 10px;
}
#facebox .loadtextFB
{	
	text-align: left;
	width: 200px;
	font-size: 10pt;
	font-family: Arial;
	margin: 00px 10px 15px 10px;
}

#facebox .imageFB {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footerFB {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tlFB, #facebox .trFB, #facebox .blFB, #facebox .brFB {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
