div.sample_popup { z-index: 1; }

div.sample_popup div.menu_form_header
{
  border-bottom: none;
  width: 516px;
  height:21px;
  line-height: 19px;
  vertical-align: middle;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  font-size:  11px;
  color:   #ffffff;
  cursor:  default;
  
}

div.sample_popup div.menu_form_body
{
  width:516px;
  height:621px;
}

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

div.sample_popup table
{
  width: 100%;
  border-collapse: collapse;
  margin-top:20px;
}


div.sample_popup td
{
  width:100px;
  height:30px;
  padding: 0px 0px 1px 0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#333333;
}

div.sample_popup form
{
  margin:  0px;
  padding: 8px 10px 10px 10px;
}

div.sample_popup input.field
{
  width: 300px;
  border: 1px solid #808080;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color:#f2f2f2;
  height:20px;
}

div.sample_popup input.btn_valider
{
  margin-top: 2px;
  background-color: #DDFFDD;
  font-family: Verdana, Sans-Serif;
  font-size: 11px;
  background-image:url(../images/valider.png);
  width:121px;
  height:34px;
  border:0px;
  cursor: pointer;
}

div.sample_popup input.btn_annuler
{
  margin-top: 2px;
  background-color: #DDFFDD;
  font-family: Verdana, Sans-Serif;
  font-size: 11px;
  background-image:url(../images/annuler.png);
  width:121px;
  height:34px;
  border:0px;
  cursor: pointer;
}

