#mailmagazine{
	padding: 20px;
	width: 577px;
	height: 500px;
	background: url(../img/letter.jpg) 0 -300px no-repeat;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	}

#mailmagazine table{
	margin: 5px;
	border: none;
	width: 520px;
	}

#mailmagazine p{
	margin: 30px 50px 0 5px;
	}

#in td{
	background: #ffcc99;
	}

#out td{
	background: #dddddd;
	}

