#message_body {
position:relative;
left:15px;
top:20px;
width:790px;
padding-left:5px;
}
.newsbox {
border-left: 1px solid #f7931e;
width:790px;
padding:10px;
padding-left:6px;
overflow:hidden;
}
#message_row_title {
/*overflow:hidden;*/
border-bottom-style: dotted;
border-bottom-color:#f7931e;
border-bottom-width:1px;
font-size:80%;
color: #6a6861; 
width:99%;
height:30px;
background-color:#f3f4ff;
}
#message_row {
/*overflow:hidden;*/
border-bottom-style: dotted;
border-bottom-color:#f7931e;
border-bottom-width:1px;
font-size:80%;
color: #6a6861; 
width:782px;
height:40px;
hover:expression(this.onmouseover=new Function("this.style.background='#f3f4ff';"),this.onmouseout=new Function("this.style.background='#ffffff';"));
}
#message_row:hover {
background-color:#f3f4ff;
}
#message_sender {
border: 1px solid red;

position: relative;
top:0px;
left:0px;
width: 100px;
height: 60px;
}
#message_sender_edit {
position: relative;
top:0px;
left:0px;
width: 180px;
height: 50px;
}
.message_title {
position: relative;
top:-60px;
left:110px;
width: 360px;
height: 60px;
}
#message_title_edit {
position: relative;
top:-50px;
left:187px;
width: 466px;
height: 50px;
}
.message_timestamp {
position: relative;
top:-124px;
left:480px;
width: 100px;
height: 60px;
}
.message_functions {
position: relative;
top:-186px;
left:591px;
width: 68px;
height: 60px;
}
#message_content {
border-bottom-style: dotted;
border-bottom-color:#ccc;
border-bottom-width:1px;
position: relative;
top:0px;
left:0px;
width: 776px;
height: auto;

font-size:80%;
color: #6a6861; 
}
#message_b {
border: 1px dotted #ccc; 
position:relative;
padding:10px;
left:-7px;
font-size:90%;
color:black;
}
#message_b p {
margin-top:15px;
margin-bottom:15px;
}
#message_b ul {
margin-top:15px;
margin-bottom:15px;
margin-left: 10px;
}
#message_b ol {
margin-top:15px;
margin-bottom:15px;
margin-left: 10px;
}
#message_b li {
margin-top:5px;
margin-bottom:5px;
margin-left: 30px;
}
.read{
text-align:left; 
font-size:90%; 
color: #6a6861; 
font-weight:normal;
}
.unread{
text-align:left; 
font-size:90%; 
color: #6a6861; 
font-weight:bolder;
}

