#inbox {
margin-bottom: 10px;
}

#inbox .entry {
height: 31px;
clear: both;
border-bottom: 1px solid #fff;
}

#inbox .bg1 {
background: #f1f1f1;
}

#inbox .bg2 {
background: #e8e8e8;
}

#inbox .highlight {
background: #f8f2c4;
}

#inbox .checkbox {
padding-left: 10px;
padding-top: 9px;
width: 23px;
float: left;
}

#inbox .checkbox input {
border: 0px;
text-align: center;
background: transparent;
}

#inbox .username {
height: 22px;
width: 115px;
padding: 9px 0 0 0;
float: left;
border-right: 1px solid #fff;
}

#inbox .subject {
height: 22px;
width: 375px;
padding: 9px 0 0 10px;
float: left;
}

#inbox .flag {
height: 22px;
width: 16px;
padding: 9px 10px 0 10px;
float: left;
}

#inbox .time {
height: 22px;
padding: 9px 10px 0 0;
float: left;
border-right: 1px solid #fff;
width: 48px;
}

#inbox .date {
height: 22px;
padding: 9px 10px 0 0;
float: left;
width: 66px;
text-align: right;
}

#message_tools { font-size: 11px;}
.enote_subject { padding: 0px 0 5px 22px; background: url( "/images/desktop/icons/icon_mail_open.gif" ) no-repeat;}
.sender_pic { float: left; padding-right: 10px; width: 80px; }
.sender_content { padding-left: 90px; }
.sender_content .icon-sweetheart { margin-left: 10px; }
.sender_details { height: 20px; }
.sender_name { font-weight: bold; float: left; }
.sender_date { float: right; font-size: 11px; color: #9d9d9d; }
.mail_body { font-size: 12px; line-height: 140%; }
