@charset "utf-8";
/* CSS Document */

.message{
	float: left;
}

.photo{
	float: right;
	
}

	.photo img {
		border: 1px solid #ccc;
	}

.titl{
	font-weight:bold;
	color: #94853C;
}

.last{
	margin-bottom: 20px;
}
