.diyinput, .diyinput INPUT
{
  font-family: arial;
  font-size: 12px;
  color: #444444;
  font-weight: bold;
  height: 16px;
}

.diytext, .diytext TEXTAREA
{
  font-family: arial;
  font-size: 12px;
  color: #444444;
  font-weight: bold;
  
  width: 400px;
  height: 98px; /* 74px; */
}

.diytext500w, .diytext500w TEXTAREA
{
  width: 500px;
}

.diytext50h, .diytext50h TEXTAREA
{
  height: 50px;
}