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

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

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

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

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

#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 {
  background: #CD222A;
  width: 370px;
}

#facebox .body .content {
  margin:10px;
  color:#FFF;
  text-align:center;
  font-weight:bold;
  font-size:15px;
  font-family:trebuchet MS;
}

#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: 10px;
  width: 10px;
  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');
}


#facebox h2.fb_pop_h2 {
	background:none repeat scroll 0 0 #CD222A;
	border:1px solid #CD222A;
	color:#FFFFFF;
	display:block;
	float:none;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:normal;
	line-height:normal;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	text-align:left;
}

#facebox .fb_dialog_icon {
	/*background:url("favicon_fordarkbg.gif") no-repeat scroll center center #6D84B4;*/
	float:left;
	height:16px;
	margin:5px;
	/*width:16px;*/
	width:0px;
}
#facebox h2 span {
display:block;
padding:5px 10px;
}

a.fb_dialog_cancel_button  {
background:url("closelabel.gif") no-repeat scroll 3px 0 transparent;
color:#6D84B4;
outline-style:none;
outline-width:medium;
position:absolute;
right:4px;
text-decoration:none;
top:7px;
width:18px;
}
a.fb_dialog_cancel_button:hover  {
background:url("closelabel.gif") no-repeat scroll -10px 0 transparent
}

#facebox .facebut {
-moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.12);
background-color:#5B74A8;
background-position:0 -48px;
border-color:#29447E #29447E #1A356E;
color:#FFF;
}
