#facebox {
}

#facebox .b {
  background:url(/_images/common/facebox/b.png);
  border-top:1px solid #000;
}
#facebox .tl {
  background-color:#fff;
  border-top:1px solid #000;
  border-left:1px solid #000;
}
#facebox .t {
  background-color:#fff;
  border-top:1px solid #000;
}
#facebox .l {
  background-color:#fff;
  border-left:1px solid #000;
}
#facebox .tr {
  background:url(/_images/common/facebox/tr.png);
  border-left:1px solid #000;
}
#facebox .bl {
  background:url(/_images/common/facebox/bl.png);
  border-top:1px solid #000;
}
#facebox .r {
  background:url(/_images/common/facebox/r.png);
  border-left:1px solid #000;
}
#facebox .br {
  background:url(/_images/common/facebox/br.png);
}
#facebox a:link, #facebox a:visited {
	color:#042D56;
	text-decoration:none;
}
#facebox a:hover {
	text-decoration:underline;
}
#facebox h2, #facebox h3 {
	margin:0 0 2px 0;
	padding:0;
}
#facebox h2 {
    margin: 0px 0px 12px 0px;
    border-bottom: 2px solid #042D56;
    
    color: #042D56;
    line-height: 22px;
    font-size: 16px;
}
#facebox h3 {
    color: #a9100d;
}
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

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

#facebox .body {
  padding: 0 7px 7px 0;
  background: #fff;
  width: 370px;
 }

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

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

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

#facebox .footer {
  padding-top: 5px;
  margin-top: 7px;
  text-align: right;
}
#facebox .header {
	float:right;
}
#facebox a.close {
	width:16px;
	height:16px;
	margin: 0;
	background:url(/_images/common/facebox/closelabel.gif) top left no-repeat;
	position: absolute;
	top: 7px;
	right:15px;
}
#facebox a:hover.close {
	background-position:top right;
}

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

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

.facebox_hide {
  z-index:-100;
}

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

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