﻿body
{
}
.staffInfoBox
{
      float:left;
}


.staffName
{
    line-height: 30px;
    height: 30px;
    background-image: url('../images/panel_title.png');
    background-repeat: repeat-x;
    border-bottom: solid 1px #e5e5e5;
    font-size: 10pt;
    margin-bottom: 10px;
    padding-left: 10px;
}
.staffPic
{
    margin: 0px 20px 20px 0px;
    float: left;
}

.staffPic img
{
    width: 80px;
    border: solid 1px #cccccc;
    padding: 4px;
    
}

.staffOtherInfo
{
    float:right; 
    width:350px; 
    padding: 0px;
    margin: 0px;
   
     border-bottom:none;
    list-style: none;
     padding:10px;
}

.staffOtherInfo ul
{
    padding: 0px;
    margin: 0px;
}

.staffOtherInfo ul li
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    font-size: 10pt;
    line-height: 25px;
    height:25px;
    font-family: 宋体;
    border-bottom: solid 1px #e5e5e5;
    list-style: none;
    width: 350px;
     clear:both;
}

.msg_Content
{
      float:right;
       width:180px;
          font-size:11pt;
            letter-spacing:1px;
             line-height:25px;
}

