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

#facebox .tl {
  background:url(../img/facebox/fbx-border-sprite.png) 0 0;
  width: 10px; 
  height: 10px;
}

#facebox .tr {
  background:url(../img/facebox/fbx-border-sprite.png) -10px 0;
  width: 10px; 
  height: 10px;
}

#facebox .bl {
  background:url(../img/facebox/fbx-border-sprite.png) -20px 0;
  width: 10px; 
  height: 10px;
}

#facebox .br {
  background:url(../img/facebox/fbx-border-sprite.png) -30px 0;
  width: 10px; 
  height: 10px;
}

#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: 10px;*/
  background: #f5f5f5;
  width: 370px;
}

#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;*/
  position: relative;
  clear: both;
  margin-top: 10px;
  text-align: right;
}
* html #facebox .footer {
	padding-right: 10px;
}
#facebox .footer img {
  vertical-align: middle;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
#facebox .fbr {
	background:url(../img/facebox/fbr.png) repeat-y right;
}
#facebox .fbl {
	background:url(../img/facebox/fbl.png) repeat-y left;
}
#facebox .fbt {
	position: relative;
	background:url(../img/facebox/fbt.png) repeat-x top;
}
#facebox .fbb {
	position: relative;
	width: 100%;
	overflow: hidden;
	background:url(../img/facebox/fbb.png) repeat-x bottom;
}
#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 h3 {
	font-size: 17px;
	font-weight: bold;
	background: #ebebeb;
	padding: 0 7px 7px;
	position: relative;
	width: 100%;
	overflow: hidden;
	left: -9px;
}
* html #facebox h3 {
	width: 98%;
}
#facebox .notification {
	background: url(../img/facebox/ico_warning_sm.png) no-repeat left center;
	padding: 15px 0;
	/*padding-left: 35px;*/
	width: 80%;
	margin: 0 auto;
	line-height: 1.2;
}
#facebox .notification p {
	padding-left: 35px;
}
#facebox form {
	width: 80%;
	margin: 0 auto;	
}
#facebox form .field {
	padding: 5px 0;
}
#facebox form label {
	font-weight: bold;
	color: #e2017b;
	display: block;
	padding: 0 0 5px;
}
#facebox form input.text {
	border: 1px solid #9a9a9a;
	background: #fff;
	padding: 5px;
	width: 95%;
}
#facebox a.forgot-password {
	color: #505050;
	text-decoration: underline;
	display: block;
	padding: 5px 0;
}
#facebox a.forgot-password:hover {
	color: #b6005b;	
}
#facebox .action {
	width: 100%;
	overflow: hidden;
}
#facebox .action .remember-me {
	float: left;
	width: 49.9%;
}

#facebox .action a.register {
	display: block;
	clear: both;
	padding: 10px 0 0;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.2;
}
