div.mail {
	clear: both;
	color:#000000;
	background-color:#ECECEC;
	border-width:thin;
	border-color:#5C5C5C;
	border-style:dotted;
	padding:5px;
}

div.title {
	clear: both;
	color:#000000;
	background-color:#FFFFAF;
	font-weight:bold;
	border-bottom:2px solid #EB8A40;
	border-left:2px solid #AB4A00;
	padding:5px;
}

blockquote {
	clear: both;
	color:#057930;
	background-color:#D0F0F0;
	font-style: italic;
	border:1px dotted #159950;
	padding:10px;
	margin-left:5px;
	margin-right:5px;
}

