/* @override http://localhost/dp/picsengine3/site/public/css/facebox.css */

#facebox .b {
	background: url('../src/common/window/b.png');
}

#facebox .tl {
	background: url('../src/common/window/tl.png');
}

#facebox .tr {
	background: url('../src/common/window/tr.png');
}

#facebox .bl {
	background: url('../src/common/window/bl.png');
}

#facebox .br {
	background: url('../src/common/window/br.png');
}

#facebox .close {
	background: url('../src/common/window/close_button.png') no-repeat;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	margin: 5px 3px 0 0;
	z-index: 201;
}
#facebox .close:active {
	background-position: 0 -30px;
}

#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	text-align: left;
	padding-bottom: 50px;
}

#facebox .popup {
	position: relative;
}

#facebox table {
	border-collapse: collapse;
}

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

#facebox .body {
	padding: 0;
	background: #000;
	width: 400px;
}

#facebox .facebox_loading {
	text-align: center;
	width: 100%;
	height: 100px;
	background: url('../src/common/window/loading.gif') no-repeat center center;
}

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

#facebox img {
	border: 0;
	margin: 0;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
	height: 15px;
	width: 15px;
	display: block;
	overflow: hidden;
	padding: 0;
}

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

.facebox_hide {
	z-index: -100;
}

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

* html #facebox_overlay {


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