.bnt {
	margin: 0 auto;
    width: 90%;
}

div.main.center.mail {
	text-align: center;
}

div.main.center.mail table {
	border:none;
	width:100%;
	background-color:silver;
}

div.mailheader {
	background-color: grey;
	padding: 5px;
}

div.mailcenter {
	display: inline-block;
	width: 74%;
	text-align: left;
	color: white;
	font-weight: bold;
}

div.mailsubcenter {
	display: inline-block;
	color:#00C0C0;
}

div.maildatetime {
	display: inline-block;
	width: 21%;
	align: center;
	text-wrap: nowrap;
	color: white;
}
div.mailclose {
	display: inline-block;
	width: 4%;
}
.mailclose img {
	width: 16px; 
	height: 14px; 
	border: none;
}