#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	text-align: left;
	font-family: Tahoma;
}

#facebox_popup {
	position: relative;
}

#facebox table.facebox {
	border-collapse: collapse;
}

#facebox_body {
	padding: 10px;
	background: #fff;
	width: 370px;
}

#facebox_close_image {
	background: url(./images/closelabel.gif) right no-repeat;
	width: 66px;
	height: 22px;
	display: block;
	float: right;
	cursor: pointer;
}

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

#facebox_footer {
	border-top: 1px solid #DDDDDD;
	padding-top: 5px;
	margin-top: 10px;
	text-align: right;
	float: left;
	clear: both;
	width: 100%;
}

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

.facebox_hide {
	z-index:-100;
}

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

* html #facebox_overlay { /* ie6 hack */
	position: absolute;
}

/* Overrides
 *****************/

#facebox_content {
	float: left;
	overflow: auto;
}