div.popup { z-index: 1; }

div.popup div.menu_form_header
{
	border: 1px solid black;
	border-bottom: none;
	width: 640px;
	height:      20px;
	line-height: 19px;
	vertical-align: middle;
	text-decoration: none;
	font-weight: 900;
	font-size:  13px;
	color:   #000000;
	cursor:  default;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
}

div.popup div.menu_form_body
{
  width: 640px;
  border: 1px solid black;
  background: url('../form.png') no-repeat left bottom;
}

div.popup img.menu_form_exit
{
  float:  right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}

div.popup table
{
  width: 100%;
  border-collapse: collapse;
}

div.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;
}

div.popup td
{
  width: 99%;
  padding: 0px 0px 1px 0px;
}

div.popup form
{
  margin:  0px;
  padding: 8px 10px 10px 10px;
}

div.popup input.field
{
  width: 95%;
  border: 1px solid #808080;

  font-family: Verdana, Sans-Serif;
  font-size: 12px;
}

div.popup input.btn
{
  margin-top: 2px;
  border: 1px solid #808080;

  background-color: #DDFFDD;

  font-family: Verdana, Sans-Serif;
  font-size: 11px;
}
