div.content {
  position:  absolute;
  left: 40px;
  top: 10px;
  width: 520px;
//  height: 130px;
  border: 0px solid #F00;
  font-family: trebuchet ms, arial, tahoma;
  font-size: 14px;
  color: #222;
  text-align: justify;
}

div.message_sent {
  position: absolute;
  left: 120px;
  top: 80px;
  width: 400px;
  border: 1px solid #222;
  padding: 8px;
  background: #EEE;
  font-family: trebuchet ms, arial, tahoma;
  font-size: 14px;
  color: #222;

}

div.contact_background {
  position: absolute;
  left: 5px;
  top: 0px;
  width: 612px;
  height: 480px;
  border: 0px solid #F00;
  padding: 0px;
}

