/* <style> */

div.sample_popup { z-index: 3; }

div.sample_popup div.menu_form_header
{
  /*border: 1px solid black;*/
  border-bottom: 0px;

  cursor: default;

  width:390px;

}


div.sample_popup div.menu_form_body
{
 width:388px;
 height:325px;
 border-left:1px solid #6D819C;
 border-right:1px solid #6D819C;
 background:#9BC9FB;
}

div.sample_popup img.menu_form_exit
{
  cursor: pointer;
}
div.sample_popup img.menu_form_left
{
  cursor: pointer;
}
div.menu_form_body div.form_bottom
{
  /*border: 1px solid black;*/
	
  cursor: default;


}

/*


div.sample_popup th
{
  width: 1%;
  padding: 0px 5px 1px 0px;

  text-align: left;

  font-family: "Times New Roman", Serif;
  font-weight: 900;
  font-size: 13px;
  color: #004060;
}


*/

