#mailContent {
  width: 975px;
  margin: 0 auto;
  min-height:400px;
}

.mailleft {
  float:left;
  clear:none;
  width: 283px;
  overflow: hidden;
  text-align:left;
  font-weight: normal;
}

.mailleft h1{
  font-weight: bold;
  font-size: 12pt;
  margin: 0px;
  padding: 0px;
}

.boxmailleft {
  text-align:left;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #dfdfdf;
}

.boxmailleft .mailheadleft{
  text-align:left;
  font-weight: bold;
  color: #fff;
  padding-top: 2px;
  height: 18px;
  padding-left: 10px;
  background-color: #03ab03;
  border: 1px solid #dfdfdf;
}

.boxmailleft .mailbodyleft {
  padding: 10px;
}

.mailright {
  float:right;
  clear:none;
  width: 667px;
  overflow: hidden;
  text-align:left;
  font-weight: normal;
}

.boxmail {
  text-align:left;
  font-weight: normal;
  background-color: #fff;
  border: 1px solid #dfdfdf;
}

.boxmail .mailhead{
  text-align:left;
  font-weight: bold;
  color: #fff;
  padding-top: 2px;
  height: 18px;
  padding-left: 10px;
  background-color: #3d95ee;
  border: 1px solid #dfdfdf;
}

.boxmail .mailhead a{
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

.boxmail .mailhead a:hover{
  text-decoration: underline;
}

.boxmail .mailbody {
  padding: 10px;
}

.mailbody a{
  text-decoration: none;
  color: #147ae2;
}

.mailbody img{
  border: 2px solid #eee;
}

.mailbody img:hover{
  border: 2px solid #ff70ba;
}

.mailbody a:hover{
  text-decoration: underline;
}

.pHead {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: right;
  color: #cccccc;
  padding: 4px;
  margin-bottom: 20px;
}
.pHead a{
  color: #0033cc;
  font-weight:normal;
  text-decoration: none;
}
.pHead a:hover{
  text-decoration: underline;
}

.linkmail {
  font-weight:bold;
  font-size:12px;
  color:#2f73af;
  text-decoration: none;
}

.linkmail:hover{
  text-decoration: underline;
}

th {
	color: #7f7f7f; 
	font-size: 11px; 
	font-weight: bold;
	background: #f3f3f3;
	white-space: nowrap;
	padding: 0 5px;
	text-align: left;
	height: 26px;
	border-left: solid 1px #FFF;
	border-right: solid 1px #E0E0E0;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #E0E0E0;
}

