/*PopUp styles */
.div_fade_page{
  float:left;
  width:100%;
  height:100%;
  background-color: #8e8e8e;
  opacity:0.6;
  position:fixed;
  left:0px;
  top:0px;
  z-index:200;
  display:none;
}

.div_fade_page_image{
  float:left;
  width:100%;
  height:100%;
  background-color: #8e8e8e;
  opacity:0.6;
  position:fixed;
  left:0px;
  top:0px;
  z-index:200;
  display:none;
}

.div_fade_page_alert{
  float:left;
  width:100%;
  height:100%;
  background-color: #8e8e8e;
  opacity:0.6;
  position:fixed;
  left:0px;
  top:0px;
  z-index:203;
  display:none;
}

.div_popup_container{
  float:left;
  width:425px;                                      
  height:145px;
  background-color: #eeeeee;
  border:1px white solid;
  -moz-border-radius: 3px;
  border-radius: 3px;    
  -moz-box-shadow:    0 0 10px #b3b3b3;
  -webkit-box-shadow: 0 0 10px #b3b3b3;
  box-shadow:         0 0 10px #b3b3b3;    
  position:fixed;;
  left:0px;
  top:0px;
  z-index:202;
  display:none;
}


.div_popup_container#popup_alert{
  width:440px;
  height:auto;
  z-index:204;
}

#div_wm_content{
  display:inline-block;
  padding:20px;
  text-align: left;
}

.div_popup_container#popup_wm_info{
  width:650px;
  height:auto;
}

.div_popup_container#popup_enter_pin{
  width:330px;
  height:auto;
}

#popup_gallery{
  position:absolute;
}


.div_popup_container#popup_password{
  width:330px;
  height:auto;
}


.div_popup_container#popup_quick_quest{
  width:440px;
}

.div_popup_container h4{
  float:left;
  margin:0px;
  padding:0px;
  font-weight:normal;
  text-transform: uppercase;
  margin:12px 0 0 12px;
  color:#666666;
  font-size:14px;
}

.btn_close_popup{
  float:right;
  width:24px;
  margin:8px 10px 0 0;
  text-align: center;
  vertical-align: middle; 
  font-size:0px;
  color:#a3a3a3;
  background-image:url('../images/bg_remove_filter.png');
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration: none;
  background-color: #a3a3a3;
  border:1px #8b8b8b solid;
  -moz-border-radius: 2px;
  border-radius: 2px;
  opacity:0.9;
  height:17px;
  overflow:hidden;
  padding:2px 0 0 0px;
}

.btn_close_popup:hover{
  text-decoration: none;
}



/* ------------------ */
.div_popup_container#popup_enter_pin{
  width:310px;
  height:auto;
}

.div_log_pin_in input{
  width:266px;
}