div.sample_popup { z-index: 1; }

div.sample_popup div.menu_form_header
{
  border: 1px solid #928475;
  background-color:#26251D;
	padding: 4px;
	height:15px;
	z-index:2;
  /*border-bottom: none;


  height:15px;


  background: url('http://www.steinbrucke.org/res/images/btn_bg.png')  repeat-x top left;

  text-decoration: none;
  color: #928475;
  cursor:  default;
	font: normal 0.9em Tahoma,Verdana,Helvetica,Arial,sans-serif;
	padding: 4px;*/
}

div.sample_popup div.menu_form_body
{

  border: 1px solid #928475;
/*background: url('http://www.steinbrucke.org/tico/res/images/bg.png') no-repeat top left;*/
	background-color:#312E1D;
	padding: 8px;
	z-index:2;
}

div.sample_popup div.img_form_header
{
	border-bottom: none;
	text-decoration: none;
	cursor:  default;
	padding: 4px;
}

div.sample_popup div.img_form_body
{
	background-color:#312E1D;
	border: 1px solid #928475;
	padding: 5px;
}


div.sample_popup img.menu_form_exit
{
  float:  right;
  cursor: pointer;
}


div.sample_popup textarea.field
{
  background:#312E1D;
  color:white;
  border:1px solid #818181;



  font-family: Verdana, Sans-Serif;
  font-size: 12px;
}

