table.frm_tbl
{
  margin: 0 auto;
}

img.frm_img 
{
  display: block;
  border: 1px solid #8B5F2D; 
}

input.text,
textarea
{
  color: #542709;

  font-family: monospace;  
  font-size: 13px;
  font-weight: normal;

  border: 1px solid #8B5F2D;
  background: #FFCF76;
}

.coment
{
  font-size: 11px;
}

input.submit
{
  cursor: pointer;

  color: #FFE491;

  font-size: 13px;

  border-left: 2px outset #E6A645;
  border-top: 2px outset #E6A645;

  border-right: 2px outset #4C2005;
  border-bottom: 2px outset #4C2005;

  background: #653B1B;

  width: 90px;
  height: 28px;
}