/* @override 
	http://localhost:3000/facebox/facebox.css?1225421519
	http://localhost:3000/facebox/facebox.css?1225443585
	http://localhost:3000/facebox/facebox.css?1227485946
	http://localhost:3000/facebox/facebox.css?1227488746
	http://localhost:3000/facebox/facebox.css?1228187654
	http://localhost:3000/facebox/facebox.css?1228268123
	http://localhost:3000/facebox/facebox.css?1232663484
	http://localhost:3000/facebox/facebox.css?1236306685
	http://localhost:3000/facebox/facebox.css?1236712589
*/

.facebox_wrapper {
	width: 600px;
	min-height: 400px;

}
.facebox_wrapper.padded {
	padding: 10px;
}

.facebox_wrapper .thickbox_btn {
	
	padding: 0;
	position: absolute;
	right: 60px;
	bottom: 55px;	
	margin: 0;
}

.facebox_wrapper .thickbox_btn_cancel {
	
	padding: 0;
	position: absolute;
	left: 60px;
	bottom: 65px;	
	z-index: 1005;
}


#facebox .b {
  background:url(/facebox/b.png);
}
#facebox .close_facebox {
	position: absolute;
	right: 12px;
	top: 10px;
	
}

#facebox .border_top {
  background:url(/facebox/border_t.png);
  height: 35px;
}
#facebox .border_left {
  background:url(/facebox/border_l.png);
  width: 35px;
}
#facebox .border_right {
  background:url(/facebox/border_r.png);
  width: 35px;
}
#facebox .border_bottom {
  background:url(/facebox/border_b.png);
  height: 35px;
  /*background:url(/facebox/border_b_chat.png);
  height: 50px;*/
}

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

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

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

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

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

table.facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: white;
  /*background: #e3f2fb;*/
  width: 615px;


}

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

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

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

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

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

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

.facebox_hide {
  z-index:-100;
}

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

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