#facebox {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
}

#facebox .popup {
	position: relative;
	z-index: 999;
}

#facebox table {
	margin: auto;
	border-collapse: collapse;
}

#facebox .body {
	padding: 10px;
	background: #fff;
	width: 370px;
	/* see "ie.css" for more */
}

#facebox .loading {
	text-align: center;
}

#facebox .image {
	text-align: center;
}

#facebox img {
	border: 0;
}

#facebox .footer {
	border-top: 1px solid #DDDDDD;
	padding-top: 5px;
	margin-top: 10px;
	text-align: right;
}
#facebox a {
	text-decoration: none !important;
	margin: 0;
}
#facebox .close {
	width: 66px;
	height: 22px;
	display: block;
	float: right;
	background: url(../images/facebox/closelabel.gif);
}
#facebox .close_image {
	margin: 0;
}
#facebox-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000000;
	z-index: 99;
	
	_position: absolute; /* for IE6 */
}

/* Rounded Corners 
********************************************/
#facebox .b {
	background: url(../images/facebox/b.png);
}

#facebox .tl {
	background: url(../images/facebox/tl.png);
}

#facebox .tr {
	background: url(../images/facebox/tr.png);
}

#facebox .bl {
	background: url(../images/facebox/bl.png);
}

#facebox .br {
	background: url(../images/facebox/br.png);
}
* html #facebox .b,
* html #facebox .tl,
* html #facebox .tr,
* html #facebox .bl,
* html #facebox .br {
	background: #666;
}
#facebox .tl, 
#facebox .tr, 
#facebox .bl, 
#facebox .br {
	height: 10px;
	width: 10px;
	overflow: hidden;
	padding: 0;
}
  /* see "ie.css" for more */
