div.sample_popup {
	z-index: 1;
	background-color: #FFF;
}

div.sample_popup div.menu_form_header
{
  border: 1px solid #666666;
  border-bottom: none;
  padding:5px;
  font-weight:bold;
  font-size:16px;
  background-color:#CCC;
  width:390px;
  height:20px;
  line-height: 19px;
  vertical-align: middle;
  text-decoration: none;
  cursor:default;
}

div.sample_popup div.menu_form_body
{
	width: 400px;
	border: 1px solid #666666;
	background: url('form.png') no-repeat left bottom;
	height: 650px;
	overflow:auto;
}

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


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;
}

