body
{
	padding:0; margin:0;
}
div
{
	width: 400px; height: 250px;
	position: absolute;
	left: 50%; top: 50%;
	margin-left: -200px; margin-top: -125px;
	padding: 0;
}
div table
{
	width: 400px; height: 250px;
}
td#message
{
	background-color: #E4F0E4;
	color: #2A2F28;
	padding: 14px 6px;
}
td#message a
{
	color: #16155a;
}
td#message a:hover
{
	text-decoration: none;	color: #B71206;
}
td#foot
{
	height: 14px;
	padding-right: 21px;
	text-align: right;
	font-size: 11px;
	font-family: Verdana;
	background-color: #E6DEB1;
}
td#foot a
{
	color: #4D4841;
	text-decoration: none;
}
td#foot a:hover
{
	text-decoration: underline;
}
td#head
{
	height: 22px;	background-color: #F2E9B9; color: #4C4338;
	padding-left: 1em; font-weight: bold;
}