.mails
{
	width: 700px;
	/*border: 1px solid black;*/
	/*float: left;*/
	margin: 5px 0 0 -8px;
}

.mailHead
{
	border-bottom: 1px solid #ccc;
	width: 720px;
	height: 30px;
	margin: 0 0 0 -10px;
}

.mailCheckBox
{
	border: 1px solid #004998;
}

.mailRow
{
	width: 720px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 0 -3px;
}

.inoutLinks
{
	/*border: 1px solid #666;*/
	font: 9pt verdana, sans-serif;
	color: #004998;
	font-weight: bold;
	text-decoration: none;
}

.mailItem
{
	width: 150px;
	height: 24px;
	/*border: 1px solid #004998;*/
	float: left;
	margin: 1px 0 1px 2px;
	font: 8pt verdana, sans-serif;
	color: #333;
	padding: 2px 0 0 2px;
	overflow: hidden;
}

.mailItem a
{
	text-decoration: none;
	font: 8pt verdana, sans-serif;
	color: #CA2E17;
}

.mailItem a:hover
{
	text-decoration: underline;
}

.mailBody
{
	clear: both;
	width: 720px;
	min-height: 100px;
	border-top: 1px solid #ccc;
	/*background-color: #e1e8f0;*/
	font: 9pt verdana, sans-serif;
	color: #000;
}

.mailAvatar
{
	width: 110px;
	height: 100px;
	text-align: center;
	float: left;
	margin-top: 5px;
}

.mailContent
{
	border: 1px solid #ccc;
	margin-top: 5px;
	float: left;
	width: 605px;
}

.mailContentHead
{
	width: 605px;
	height: 40px;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 11px;
}

.mailContentBody
{
	width: 605px;
	background-color: #eee;
	padding: 5px 0px 5px 0px;
	font-size: 11px;
	color: #000;
}

.del_btn 
{
  width: 126px;
  height: 23px;
  border: none;
  cursor:pointer;
  background: url('../img/del_btn.png') 0 0 no-repeat;
  margin: 2px 0 0 2px;
}

.reply_link
{
	margin: 2px 0 2px 0;
}

.reply_link a, .mailBody a
{
	font: 11px verdana, sans-serif;
	color: #CA2E17;
	text-decoration: none;
}

.mailButton
{
	border: none;
	width: 118px;
	height: 24px;
	cursor: pointer;
}

#select_all_btn
{
	background: url(/img/select_all_btn.png) 0 0 no-repeat;
}

#del_btn
{
	background: url(/img/del_btn.png) 0 0 no-repeat;
}
