div.div_print { /* слой с банковскими данными */
  border: 2px solid #d3d6db;
  margin: 20px 1.5em;
  padding: 20px;
  font-family: Arial, 'Times New Roman', Times, serif;
  font-size: large;
  color: #486aa7;
}

.field { /* поле письма */
  border: 2px solid #cccccc;
  padding: 15px;
}

span.msg { /* сообщение */
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: large;
  color: #232323;
  text-indent: 1.5em;
  text-align: justify;
  white-space: pre-wrap;       /* css-3 should we be so lucky... */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 ?? */
  white-space: -o-pre-wrap;    /* Opera 7 ?? */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
  _white-space: pre;   /* IE only hack to re-specify in addition to word-wrap  */
}