div.sample_popup { z-index: 1; }

div.sample_popup div.menu_form_header
{
	width: 300px;
	height:      33px;
	line-height: 33px;
	vertical-align: middle;
	text-decoration: none;
	font-family: Tahoma;
	font-size:  13px;
	color:   #DAE3EE;
	background-color: #003375;
	background-image: url(../images/pubg.png);
	background-repeat: repeat-x;
	border-right-width: 4px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #35639E;
	border-left-color: #35639E;
	font-weight: bold;
}

div.sample_popup div.menu_form_body
{
  width: 100%;
  background: #ffffff;
}

div.sample_popup img.menu_form_exit
{
  float:  left;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}

div.sample_popup table
{
  width: 100%;
  border-collapse: collapse;
}

div.sample_popup th
{
	width: 0%;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Tahoma;
	font-weight: 900;
	font-size:  12px;
	color:   #004060;
}

div.sample_popup td
{
  width: 100%;
  padding: 0px 0px 1px 0px;
}

div.sample_popup form
{
  margin:  0px;
  padding: 8px 10px 10px 10px;
}

div.sample_popup input.field
{
  width: 95%;
  border: 1px solid #808080;

  font-family: Verdana, Sans-Serif;
  font-size: 12px;
}

div.sample_popup input.btn
{
  margin-top: 2px;
  border: 1px solid #808080;

  background-color: #DDFFDD;

  font-family: Verdana, Sans-Serif;
  font-size: 11px;
}
