div.sample_popup, div.banned_popup { z-index: 1; }

div.sample_popup div.menu_form_header
{
  border: 1px solid black;
  border-bottom: none;
  width: 210px;
  height: 20px;
  line-height: 19px;
  vertical-align: middle;
	background-color: #663300;
  text-decoration: none;
  font-family: Times New Roman, Serif;
  font-weight: 900;
  font-size:  13px;
  color:   #FFF;
  cursor:  default;
}

div.banned_popup div.menu_form_header
{
  /*border: 1px solid black;*/
  float:right;
  border-bottom: none;
  width: 30px;
  height: 20px;
  line-height: 19px;
  vertical-align: middle;
	/*background-color: #663300;*/
  text-decoration: none;
  font-family: Times New Roman, Serif;
  font-weight: 900;
  font-size:  13px;
  color:   #FFF;
  cursor:  default;
}

div.sample_popup div.menu_form_body
{
  width: 200px;
  border: 1px solid #F3EA30;
  background-color: #e8e8e8;
  height: auto;
  padding: 5px;
}

div.banned_popup div.menu_form_body
{
  width: 170px;
  /*background-color: #e8e8e8;*/
  background: url(asset/images/restricted.png) no-repeat;
  height: auto;
  padding: 5px;
}

#popup4  .restrict
{
 margin: 20px 0px 0px 47px; width: 100px;
 }
 
 
#popup4  .sign
{
 color: #FFD275; margin: 20px 0px 0px 32px; width: 120px; line-height: 1.2em; font-size: 12px; font-weight: bold;
 font-family: Arial;
 }
 
 #popup4  .sign a
{
 color: #eee;
 font-size: 18px;
  font-family: "Trebuchet MS";
  text-decoration: underline;
 }
 
  #popup4  .sign a:hover
{
 color: #Fff;
 }

div.sample_popup div.menu_form_body h2
{
 background: #F3EA30;
 padding: 5px;
 padding-left: 7px;
 color: #663300;
 }
div.sample_popup, div.banned_popup  img.menu_form_exit
{
  float:  right;
  margin: 4px 5px 0px 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: Times New Roman, Serif;
  font-weight: 900;
  font-size:  13px;
  color:   #004060;
}

div.sample_popup td
{
  width: 99%;
  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;
}

