#facebox .b {
	background: url('../images/dialog_b.png');
}

#facebox .tl {
	background: url('../images/dialog_tl.png');
}

#facebox .tr {
	background: url('../images/dialog_tr.png');
}

#facebox .bl {
	background: url('../images/dialog_bl.png');
}

#facebox .br {
 	background: url('../images/dialog_br.png');
}	

#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
	-moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
}
.modal {
	-moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2) !important;
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2) !important;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2) !important;
}
#facebox .popup {
	position: relative;
}

#facebox table {
	border-collapse: collapse;
}

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

#facebox .body {
	margin: 0;
	padding: 0;
	/*width: 300px;
	height: 100px;*/
	/*background-color: #efefef;*/
}
#facebox .content,
.modal {
	background-image: url('../images/bg_dialogbody.png');
	background-repeat: repeat;
	background-position: 0 0;
	background-color: transparent;
}

#facebox .loading {
	text-align: center;
	padding: 20px;
}

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

#facebox .footer {
	clear: both;
	border-top: 1px solid #dcdcdc;
	padding: 10px;
	margin: 0;
	text-align: right;
	background: #f5f5f5;
}

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

#facebox_overlay {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	-webkit-box-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-transition: 250ms opacity;
	background: -webkit-radial-gradient(rgba(127, 127, 127, 0.2), rgba(127, 127, 127, 0.5) 30%, rgba(0, 0, 0, 1));
	display: -webkit-box;
}

.facebox_overlayBG {
	z-index: 98;
	background-color: #000000;
}

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

.facebox_hide {
	z-index:-100;
}

#fbpic {
	cursor: pointer !important;
	cursor: -moz-zoom-out !important;
	cursor: -webkit-zoom-out !important;
}