div.sample_popup { z-index: 1; }
div.user_popup { z-index: 1; }
div.reg_popup { z-index: 1; }
div.search_popup { z-index: 1; }
div.sample_popup div.menu_form_body
{
  width: 220px;
  text-align: center;
}




div.user_popup div.usermenu_form_body
{
   
  width: 350px;
  text-align: center;
  
  
}

div.user_popup img.menu_form_exit
{
  float:  right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}





div.reg_popup div.usermenu_form_body
{
   
  width: 500px;
  text-align: center;
  
  
}





div.search_popup div.search_form_body
{
   
  width: 210px;
  text-align: center;
  
  
}



