/* CSS Document */

div.popup { 
	z-index: 1;
	background-color: rgb(200, 224, 254);
	border-radius: 6px;	
 }

div.popup div.menu_form_header
{

  width: 450px;
  height:      18px;
  line-height: 18px;
  vertical-align: middle;
  background-color: rgb(200, 224, 254);
  text-decoration: none;
  font-weight: 900;
  font-size:  13px;
  border-right: 6px solid white;
  border-left: 6px solid white;
  border-top: 6px solid white;
  cursor:  default;
}

div.popup div.menu_form_body
{
  width: 409px;
  background-color: rgb(200, 224, 254);
  color: black; 
  border-right: 6px solid white;
  border-left: 6px solid white;
  border-bottom: 6px solid white;
  border-radius: 6px;	
 }

div.popup img.menu_form_exit
{
  float:  right;
  margin: 0px 0px 0px 0px;
  cursor: pointer;
}

div.popup table
{
  width: 100%;
  border-collapse: collapse;
}

div.popup th
{
  width: 1%;
  padding: 0px 5px 0px 0px;

  text-align: left;

  font-family: Times New Roman, Serif;
  font-weight: 900;
  font-size:  13px;
  color:   #004060;
}

div.popup td
{
}

div.popup form
{
  margin:  0px;
  padding: 8px 10px 10px 10px;
}

div.popup input.field
{
  width: 95%;

  font-family: Verdana, Sans-Serif;
  font-size: 12px;
}

div.popup input.btn
{
  margin-top: 2px;

  background-color: #DDFFDD;

  font-family: Verdana, Sans-Serif;
  font-size: 11px;
}
