div.sample_popup { z-index: 1; }

div.sample_popup div.menu_form_header
{
  border: 1px solid black;
  border-bottom: none;
  width: 250px;
  height: 20px;
  line-height: 19px;
  vertical-align: middle;
  background: #000000; /* url('/Images/form_header.png') repeat-x;  */
  text-decoration: none;
  font-family: Times New Roman, Serif;
  font-weight: 900;
  font-size:  13px;
  color:   #FFFFFF;
  cursor:  default;
}

#ObjectValue{
  margin-top:10px;
  font-size:  9px;
  width:80%;
  size:45;
}

#selectText{
  margin-top:10px;
  font-size:  8px;
  width:40px;
  background:#000000;
  color:#ffffff;
}

div.sample_popup div.menu_form_body
{
  width: 250px;
  height: 180px;
  padding:5px 0px 0px 0px;
  text-align:center;
  border: 1px solid black;
  background: #ffffff /*  #CBA774;  */
}

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