
div#BCB_ajax_div{
  visibility: hidden;
  position: absolute;
  z-index: 9999999;
  background-color: #424242;
  overflow: visible;
}

div#BCB_ajax_bg{
  height: 100%;
  width: 100%; 
  position: fixed;
  top: 0;
  left: 0;
  filter: alpha(opacity=70);
  -moz-opacity: .70;
  opacity: .70;
  background-color: #424242;
  z-index: 1000;
  display: none;
}

div#BCB_ajax_form{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1001;
}

div#BCB_ajax_form_box{
  border: 2px solid white;
  background-color: #424242;
  padding: 10px;
}

div#BCB_ajax_form_box_closelinkdiv{
  height: 25px;
  margin-right: 5px;
  text-align: right;
}

a#BCB_ajax_form_box_closelink{
  font-size: 10px;
  color: #ffaa00;
}

/*AJAX POPUPS */
div#ajax_userpic_box{
  width:305px;
  height:165px;
  margin: 0;
  background-color: #424242;
  text-align: left;
  background-image: url('../images/layout/userpresent_bg.jpg');
}

div#ajax_userpic_image{
  float:left;
  width:135px;
  height:165px;
  text-align: center;
}

div#ajax_userpic_box img{
  padding: 5px;

}

div#ajax_userpic_infos{
  margin-right:10px;
  float:right;
  width:160px;
  height:165px;
  text-align: left;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #ffffff;
}

div#ajax_userpic_status{
  position:absolute;
  top:140px;
  left:135px;
  width:160px;
  height:30px;
  text-align: right;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
}

.ajax_userpic_uname{
  margin: 11px 10px 2px 0;
  text-align: left;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight:bold;
  color: #ff6600;
}

.ajax_userpic_motto{
  margin: 10px 10px 6px 0;
  text-align: left;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight:bold;
  color: #ff6600;
}

div#ajax_showin