div.sample_popup { z-index: 1; }

div.sample_popup div.menu_form_header
{
  
  
  
  width: 200px;

  height:      20px;
  line-height: 19px;
  vertical-align: middle;
  
  background: url('../pimages/form_header.png') no-repeat;

  text-decoration: none;
  font-family: Trebuchet MS, Arial;
  font-weight: 900;
  font-size:  13px;
  color:   #E38E1A;    /*dark tan */
  cursor:  default;
}






div.sample_popup div.menu_form_body
{
  width: 250px;
  
  background: url('../pimages/form.png') no-repeat left bottom;
}

div.menu_form_exit {padding: 6px 0 0 0;}

div.sample_popup img.menu_form_exit
{
  float:  right;
  margin: 6px 5px 1px 0px;
  cursor: pointer;
}

div.sample_popup table
{
  width: 100%;
  border-collapse: collapse;
}

div.sample_popup th
{
  width: 1%;
  padding: 0px 5px 1px 0px;

  text-align: left;

  font-family: Trebuchet MS, Arial;
  font-weight: 900;
  font-size:  13px;
  color:   #E38E1A;    /* dark tan */
}

div.sample_popup td
{
  width: 99%;
  padding: 0px 0px 1px 0px;
}

div.sample_popup form
{
  margin:  0px;
  padding: 1px 0 3px 0;
}

div.sample_popup input.field
{
  width: 105px;
  border: 1px solid #808080;

  font-family: Verdana, Sans-Serif;
  font-size: 12px;
}

div.sample_popup input.btn
{
  width: 113px;
  margin-top: 1px;
  border: 1px solid #808080;

  background-color: #ffffff;

  font-family: Verdana, Sans-Serif;
  font-size: 11px;
}



.field {width:125px;}