

.close_image{
	position: absolute;
	top: 20px;
	right: 57px;
}

a.close {
	width: 28px;
	height: 28px;
	position: absolute;
	background: url(../../../images/apple-close.png) no-repeat;
	top: -8px;
	left: auto;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 0px;
	float: right;
}

.loginBox{
	height: 513px;
	width: 930px;
	overflow : auto;
}


#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;
	margin-top: 100px;
}

#facebox table {
	border-collapse: collapse;
}


#facebox tr:hover td {
border-style: none;
	background-color: white;

}

#facebox td {
	border-bottom: 0;
	padding: 5px;
	font-size: 13px;
}

#facebox .body {
	padding: 10px;
	background: #fff;
	width: 300px;
}

#facebox .loading {
	text-align: center;
}

#facebox .image {
	text-align: center;
}

#facebox img {
	border: 0;
	margin: 0;
}


#facebox .photo02 {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	margin: 2px 5px 2px 20px;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;

}


#facebox .footer {
	border-top: 1px solid #DDDDDD;
	padding: 5px 0 0;
	margin: 10px 0 0;
	text-align: right;
	height:auto;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
	height: 10px;
	width: 10px;
	overflow: hidden;
	padding: 0;
}

#facebox_overlay {
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	position: fixed;
}

.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');
}