#facebox .b {
	background: url("./images/b.png");
}
#facebox .tl {
	background: url("./images/facebox.png") no-repeat -30px 0px; width: 10px; height: 10px;
}
#facebox .tr {
	background: url("./images/facebox.png") no-repeat -20px 0px; width: 10px; height: 10px;
}
#facebox .bl {
	background: url("./images/facebox.png") no-repeat -10px 0px; width: 10px; height: 10px;
}
#facebox .br {
	background: url("./images/facebox.png") no-repeat 0px 0px; width: 10px; height: 10px;
}
#facebox .close {
	background: url("./images/facebox.png") no-repeat -40px 0px; width: 66px; height: 22px; display: inline-block;
}
#facebox {
	left: 0px; top: 0px; text-align: left; position: fixed; z-index: 100;
}
.iframe#facebox {
	width: 95%; height: 95%;
}
.iframe#facebox iframe {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; width: 100%; height: 100%;
}
#facebox .popup {
	position: relative;
}
#facebox table.faceboxtable {
	width: auto; border-collapse: collapse;
}
#facebox td {
	padding: 0px; border-bottom-color: currentColor; border-bottom-width: 0px; border-bottom-style: none;
}
#facebox .body {
	background: rgb(255, 255, 255); padding: 10px;
}
#facebox .loading {
	text-align: center;
}
#facebox .image {
	text-align: center;
}
#facebox img {
	margin: 0px; border: 0px currentColor; border-image: none;
}
#facebox .faceboxFooter {
	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 .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; -ms-zoom: 1; opacity: 0.3;
}
.facebox_hide {
	z-index: -100;
}
.facebox_overlayBG {
	z-index: 99; background-color: rgb(136, 136, 136);
}
* html #facebox_overlay {
	position: absolute;
}
#facebox h1.faceboxTitle {
	margin: 0px; padding: 5px 10px; border: 1px solid rgb(59, 89, 152); border-image: none; color: rgb(255, 255, 255); font-family: "lucida grande",tahoma,verdana,arial,sans-serif; font-size: 14px; font-weight: bold; background-color: rgb(109, 132, 180);
}
#facebox .fixedw {
	width: 625px;
}
