body 
{
  
}

#div_form 
{
  width: 410px;
  
  padding: 10px;
}

#div_form label 
{
  width: 150px;
  display: block; 
  float: left;
 
}

#div_form span 
{
  color: #f00;
}

#div_form input[type=text] 
{
  width: 250px;
}

#div_form textarea 
{
  width: 400px;
  height: 80px; 
  max-width: 690px;
  min-width: 400px;
  min-height: 60px;
  max-height: 200px;
}

#div_form input[type=submit] 
{
  float: right;
}
#div_bubble 
{
  
  
  background-color: LightYellow;
  border: 1px solid orange;
}

label 
{
  clear: left;
}