div.sample_popup { 
z-index: 1;
overflow:hidden;
 }

div.sample_popup div.menu_form_header
{
  width: 365px;
  height:38px;
  line-height: 19px;
  vertical-align: middle;
  background: url('../images/header.jpg') no-repeat;
  text-decoration: none;
  cursor:  default;
}

div.sample_popup div.menu_form_body
{
  width: 363px;
  background: #3F3F3F;
  border-bottom:1px solid #646464;
  border-left:1px solid #646464;
  border-right:1px solid #646464;
  height:460px;
}

div.sample_popup img.menu_form_exit
{
  float:  right;
  margin: 10px 10px 0px 0px;
  cursor: pointer;
}

/* submit password */

div.sample_popup1 { 
z-index: 1;
overflow:hidden;
 }

div.sample_popup1 div.menu_form_header1
{
  width: 265px;
  height:35px;
  line-height: 19px;
  vertical-align: middle;
  background: url('../images/forget-password.jpg') no-repeat;
  text-decoration: none;
  cursor:  default;
}

div.sample_popup1 div.menu_form_body1
{
  width: 263px;
  background: #3F3F3F;
  border-bottom:1px solid #646464;
  border-left:1px solid #646464;
  border-right:1px solid #646464;
  height:110px;
}

div.sample_popup1 img.menu_form_exit
{
  float:  right;
  margin: 8px 8px 0px 0px;
  cursor: pointer;
}

/* Map */

div.sample_popup2 { 
z-index: 1;
overflow:hidden;
 }

div.sample_popup2 div.menu_form_header2
{
  width: 616px;
  height:38px;
  line-height: 19px;
  vertical-align: middle;
  background: url('../images/header-map.jpg') no-repeat;
  text-decoration: none;
  cursor:  default;
}

div.sample_popup2 div.menu_form_body2
{
  width: 614px;
  background: #3F3F3F;
  border-bottom:1px solid #646464;
  border-left:1px solid #646464;
  border-right:1px solid #646464;
  height:443px;
}

div.sample_popup2 img.menu_form_exit2
{
  float:  right;
  margin: 10px 10px 0px 0px;
  cursor: pointer;
}

