div.sample_popup { z-index: 1; }

div.sample_popup div.menu_form_header
{
	width: 300px;
	line-height: 19px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  11px;
	color:   #FFFFFF;
	cursor:  default;
	background-color: #8F0000;
	font-weight: bold;
}

div.sample_popup div.menu_form_body
{
	width: 300px;
	background-color: #666666;
	height: 130px;
}

div.sample_popup img.menu_form_exit
{
	float:  right;
	cursor: pointer;
}

div.sample_popup table
{
  width: 100%;
  border-collapse: collapse;
}

div.sample_popup th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  11px;
	color:   #FFFFFF;
	text-align: left;
	vertical-align: top;
	line-height: 25px;
}

div.sample_popup form
{
}

div.sample_popup input.field
{
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 95%;
	margin-bottom: 5px;
	margin-top: 5px;
}
div.sample_popup td
{
  width: 99%;
  padding: 0px 0px 1px 0px;
}
div.sample_popup input.btn
{
	margin-top: 2px;
	background-color: #B1822F;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bt_enviar {
	font-size: 9px;
	color: #FFFFFF;
	background-color: #595959;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	cursor:pointer;
	margin-left: 20px;
}
div.sample_popup textarea {
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 95%;
}
div.sample_popup form
{
  margin:  0px;

}
body {
	margin: 0px;
}

