.msg_head {
	font-weight: bold;
	text-align: center;
}
.msg_info {
	background-color: #666666;
	text-align: right;
	padding: 3px;
}
.msg_content {
	font-size: 12px;
	font-weight: normal;
	color: #A79D7C;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: justify;
	padding-bottom: 10px;
}
.msg_otvet {
	background-color: #666666;
	border: 1px dashed #000000;
	padding: 3px;
	text-align: justify;
}
