/** Letter page styles **/

	body #envelope div.postOffice2 {
		background: #fff;
		margin: 0;
		min-height: 378px;
			_height: 378px;
		padding: 0;
		width: 638px;
	}
	
		body #envelope div.postOffice .letter {
				background: url(../../img/content/post-office/letter.gif) 0 0 no-repeat;
				height: 378px;
					top: 0;
					left: 0;
				width: 638px;
			}
				body #envelope div.postOffice .letter p {
					font-weight: bold;
					margin-left: 68px;
					padding-right: 50px;
					text-indent: 0;
				}
				body #envelope div.postOffice .letter p.header {
					margin-top: 50px;
					margin-bottom: 34px;
				}
				body #envelope div.postOffice .letter p.signature {
					margin-bottom: 30px;
				}
				
				body #envelope div.postOffice .letter ul {
					margin: 0 0 0 66px;
				}
					body #envelope div.postOffice .letter ul li {
						float: left;
					}
					body #envelope div.postOffice .letter ul li a {
						position: static;
					}
					body #envelope div.postOffice .letter ul li a.reply {
						background: url(../../img/content/post-office/reply.gif) 0 0 no-repeat;
						height: 22px;
						width: 45px;
					}
					body #envelope div.postOffice .letter ul li a.save {
						background: url(../../img/content/post-office/save.gif) 0 0 no-repeat;
						height: 22px;
						width: 42px;
					}
					body #envelope div.postOffice .letter ul li a.delete {
						background: url(../../img/content/post-office/delete.gif) 0 0 no-repeat;
						height: 22px;
						width: 50px;
					}
					body #envelope div.postOffice .letter ul li a:hover { background-position: 0 -22px; }
			
