@charset "utf-8";
/* CSS Document */

#wrapperMail {
	background-color: #fff;
	width:595px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:20px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	/*background-image:url(../images/cornerBottom_sx.gif);*/
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 17px;
}
#contentMail {
	margin-left:10px;
	margin-right:10px;
	/*padding-top:13px;*/
	color:#39393c;
	/*background-color:#000;*/
}

#headerMail {
	background-image:url(../images/cornerTop_rx.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height:130px;
	background-color:#fff;
	padding-top:20px;
	padding-left:20px;
	padding-right:10px;
}

.dividerMail {
	border-bottom:solid 1px #cacacc;
	margin-bottom:20px;
}
.linkMail a:link, .linkMail a:visited{
	text-decoration:none;
	color:#39393c;
	font-weight:bold;
}
.linkMail a:hover{
	text-decoration:underline;
}
#mailBoxer{
	padding:0px;
	margin-top:10px;
	margin-right: 0px;
	margin-bottom:30px;
	margin-left: 0px;
}
#mailBoxer ul{
	list-style:none;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#mailBoxer li {
	padding-bottom:10px;
}

