
#mail_site
{
	display: block;
	clear: both;
	width: 510px;
	padding: 0px;
	margin: 0px auto;
}
html>body #mail_site
{
	width: 530px;
}

#mail_site_header
{
	display: block;
	clear: both;
	width: 510px;
	padding: 10px;
	background-color: #D9D9D9;
	background-image: url(../images/mail_site_letter.gif);
	background-repeat: no-repeat;
	background-position: 440px 5px;
	text-align: left;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #C4C7C4;
	font-size: 8pt;
}

#mail_site_content
{
	display: block;
	clear: both;
	width: 510px;
	padding: 10px;
	background-color: #F2F2F2;
	background-image: url(../images/mail_site_corner.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: left;
	border: 1px solid #C4C7C4;
	border-top: 1px solid #E6E6E6;
	border-left: 0px;
	font-size: 8pt;
}

#mail_site_comment
{
	display: block;
	clear: both;
	width: 510px;
	padding: 2px;
	background-color: white;
	text-align: left;
	font-size: 8pt;
}

#mail_site_picture
{
	display: block;
	clear: right;
	float: right;
	width: 80px;
	height: 126px;
	margin: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 0px;
	border: 1px solid #E6E6E6;
}
#mail_site_picture img
{
	width: 100%;
	height: 100%;
}