
#facebox .b {
  background:url(../images/facebox/b.png);
}

#facebox .tl {
  background:url(../images/facebox/tl.png);
}

#facebox .tr {
  background:url(../images/facebox/tr.png);
}

#facebox .bl {
  background:url(../images/facebox/bl.png);
}

#facebox .br {
  background:url(../images/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 0px;
  background: #fff;
 
}

#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: 999;
}

.face_box { background: url(../images/site/facebox_hatter.jpg) no-repeat; width:820px; height:627px; color:#FFF; font-family:"Myriad Web Pro" }
SPAN.face_box_cim { color:#FFF; text-transform:uppercase; display:block; margin:10px 0px; text-align:center; font-size:18px; font-weight:bold;}
SPAN.face_box_cim_2 { color:#4782A9; text-transform:uppercase; display:block; margin:10px 0px; text-align:center; font-size:18px; font-weight:bold;}
.face_box_input { border:1px solid #CCCCCC; height:18px; line-height:18px; width:195px;}
.face_box LABEL {  color:#FFF; font-size:13px; display:block; text-align:right; padding-right:70px; margin:5px 0px;} 
.face_box BUTTON.regisztracio { float:left; height:17px; border:none; cursor:pointer; margin:0px 10px 0px 0px; padding:2px 10px; font-size:11px; color:#4782A9; overflow:hidden; background:url(../images/site/button_hatter2.jpg) repeat-x;}
.face_box BUTTON.bejelentkezes { float:left; height:17px; border:none; cursor:pointer; margin:0px 10px 0px 0px; padding:2px 10px; font-size:11px; color:#4782A9;  overflow:hidden; background:url(../images/site/button_hatter2.jpg) repeat-x;}
.face_box A { color:#FFF; font-weight:bold; text-decoration:underline;}			


* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

