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

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

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

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

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

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
  top:10px;
}

#facebox table {
  border-collapse: collapse;
}

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

#facebox #giris {

  background: #fff;
  width:500px;
}
#facebox .body {
background:#ffffff;
}
#facebox #giris .giris_top {
height:20px;
background:#83A4C7;
padding:10px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:15px;
font-weight:bold;
}
#facebox #giris .giris_content, #facebox #kayit .kayit_content {
padding:10px;
}
#facebox #giris .giris_content table, #facebox #kayit .kayit_content table {
margin:0 auto;
}
#facebox #giris .giris_content table td, #facebox #kayit .kayit_content td{
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:15px;
font-weight:100;
height:25px;
padding:5px;
}
#facebox #giris .giris_content table .int_0, #facebox #kayit .kayit_content table .int_0 {
height:50px;
font-size:16px;
font-weight:bold;
color:545C70;
}
#facebox #giris .giris_content table .int_1, #facebox #kayit .kayit_content table .int_1 {
background: #fff;
font-size:12px;
padding:4px;
height:25px;
}
#facebox #giris .giris_content table .int_but, #facebox #kayit .kayit_content table .int_but {
height:25px;
width:70px;
font-size:12px;
}
#facebox #giris .giris_content table .int_2 a, #facebox #kayit .kayit_content table .int_2 a {
background: #fff;
font-size:12px;
padding:5px;
text-align:center;
}
#facebox #kayit {

  background: #fff;
  width:500px;
}
#facebox .body {
background:#ffffff;
}
#facebox #kayit .kayit_top {
height:20px;
background:#83A4C7;
padding:10px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:15px;
font-weight:bold;
}

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

.hint {
   	display: none;
    position: absolute;
    right: -170px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(pointer.gif) left top no-repeat;
}
