#facebox .b {
	background: url("facebox_assets/b.png");
}
#facebox .c {
    vertical-align:top;
 }
#facebox .tl {
	background: url("facebox_assets/fbx-border-sprite.png") 0px 0px; width: 10px; height: 10px;
}
#facebox .tr {
	background: url("facebox_assets/fbx-border-sprite.png") -10px 0px; width: 10px; height: 10px;
}
#facebox .bl {
	background: url("facebox_assets/fbx-border-sprite.png") -20px 0px; width: 10px; height: 10px;
}
#facebox .br {
	background: url("facebox_assets/fbx-border-sprite.png") -30px 0px; width: 10px; height: 10px;
}
#facebox {
	left: 0px; top: 0px; text-align: left; position: absolute; z-index: 1000;
    margin-bottom: 10px;
	  background-color: #fff;
      padding: 10px;

   box-shadow: 10px 10px 15px #000;
   -webkit-box-shadow: 10px 10px 15px #000;
   -moz-box-shadow: 10px 10px 15px #000;
    border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -khtml-border-radius: 10px 10px 10px 10px; 
}
#facebox .popup {
	position: relative;
}
#facebox table {
	border-collapse: collapse; -width: 0%;
}
#facebox td {
	padding: 0px; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none; vertical-align:top;
}
#facebox .body {
	background: rgb(255, 255, 255); padding: 10px; width: 670px;
}
#facebox .loading {
	text-align: center;
}
#facebox .image {
	text-align: center;
}
#facebox img {
	margin: 0px; border: 0px currentColor;
}
#facebox .footer {
	text-align: right; padding-top: 5px; margin-top: 10px; border-top-color: rgb(221, 221, 221); border-top-width: 1px; border-top-style: solid;
}
#facebox .footer img {
	vertical-align: middle;
}
#facebox .tl {
	padding: 0px; width: 10px; height: 10px; overflow: hidden;
}
#facebox .tr {
	padding: 0px; width: 10px; height: 10px; overflow: hidden;
}
#facebox .bl {
	padding: 0px; width: 10px; height: 10px; overflow: hidden;
}
#facebox .br {
	padding: 0px; width: 10px; height: 10px; overflow: hidden;
}
#facebox_overlay {
	left: 0px; top: 0px; width: 100%; height: 100%; position: fixed;
}
.facebox_hide {
	z-index: -100;
}
.facebox_overlayBG {
	z-index: 999; background-color: rgb(0, 0, 0);
}
* html #facebox_overlay {
	position: absolute;
}
