/* <style> */

div.sample_popup { z-index: +1; }

div.sample_popup div.menu_form_header
{
  border: 1px solid black;
  border-bottom: 0px;

  cursor: default;

  width: 500px;

  height:      20px;
  line-height: 19px;
  vertical-align: middle;

  /* background: url('form_header.png') repeat-x; */
  background-color: #FF0000;

  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #FFFFFF;
  text-transform:uppercase;
}

div.sample_popup div.menu_form_body
{
  border: 1px solid black;
  width: 495px;
  background-color: #D4D0C7;
  padding: 5px 0 5px 5px;
  /* background: url('form.png') no-repeat left bottom; */
}

div.sample_popup img.menu_form_exit
{
  float: right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}

div.sample_popup table
{
  border-collapse: collapse;
  width: 100%;
}

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
{
  border: 1px solid #808080;
  width: 95%;
  font-family: Arial, 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;
}

/************************* NOWY DESIGN *********************/
div.n_sample_popup { z-index: +1; }

div.n_sample_popup div.n_menu_form_header
{
  border: 1px solid black;
  border-bottom: 0px;
  cursor: default;
  width: 500px;
  height:      30px;
  line-height: 29px;
  vertical-align: middle;
  background-color: #FFFFFF;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
  color: #CC0000;
  text-transform: none;
}

div.n_sample_popup div.n_menu_form_body
{
  border: 1px solid black;
  width: 495px;
  background-color: #F0F0F0;
  padding: 5px 0 5px 5px;
  /* background: url('form.png') no-repeat left bottom; */
}

div.n_sample_popup img.n_menu_form_exit
{
  float: right;
  margin: 4px 5px 0px 0px;
  cursor: pointer;
}

div.n_sample_popup table
{
  border-collapse: collapse;
  width: 100%;
}

div.n_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.n_sample_popup td
{
  width: 99%;
  padding: 0px 0px 1px 0px;
}

div.n_sample_popup form
{
  margin: 0px;
  padding: 8px 10px 10px 10px;
}

div.n_sample_popup input.field
{
  border: 1px solid #808080;
  width: 95%;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
}

div.n_sample_popup input.btn
{
  margin-top: 2px;
  border: 1px solid #808080;
  background-color: #DDFFDD;
  font-family: Arial, Sans-Serif;
  font-size: 11px;
}
