.search-input-box{
    margin: 0 0 20px;
    overflow: visible;
    height: 36px;
    position: relative;
    z-index: 9;
}
.message-type-box{
    float: left;
    position: relative;
    margin-right: 10px;
}
.draft-table th{
    height: 0;
}
.message-type{
    width: 88px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-align: center;
    position: relative;
    border: 1px solid #ededed;
    font-size: 14px;
    cursor: pointer;
}
.draft-table tbody tr:hover{
    background-color: #f7fafe;
}
.message-type img {
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    margin-left: 2px;
}
.message-type-content {
    overflow: hidden;
    position: absolute;
    right: -1px;
    top: 34px;
    z-index: 990;
    background-color: #fff;
    border: 1px solid #ededed;
    display: none;
    left: 0;
    width:88px;
    z-index: 999;
}
.message-type-content li{
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    padding: 0 20px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.message-type-content li:hover {
    background-color: #f8f8f8;
}
/*.mutiple-select{*/
    /*margin-bottom: 0;*/
    /*float: none;*/
    /*width: 100%;*/
/*}*/
.mutiple-select img{
    top: 5px;
}
.mutiple-select-message img{
    top: 5px;
    width: 20px;
    height: 20px;
    position: relative;
    left: -3px;
    margin-right: 4px;
}
.draft-table tr td{
    line-height: 47px;
}
.draft-table .content-news a{
    color: #333;
    font-weight: bold;
}
.draft-table .content-news .already{
    font-weight: normal;
}
.message-state{
    padding-top: 30px;
    float: left;
    width: 270px;
    overflow: hidden;
}
.message-choice{
    width: 20px;
    height: 20px;
    margin: 4px 32px 0 17px;
    *margin: 0 32px 0 17px;
    float: left;
}
.message-choice img{
    width: 20px;
    height: 20px;
    position: relative;
    top: 0;
    *top: -4px;
    left: 0;
    margin-right: 0;
    vertical-align: top;
}
.message-delete{
    width: 40px;
    height: 28px;
    background-color: #d50000;
    font-size:14px ;
    color: #ffffff;
    text-align: center;
    line-height: 28px;
    display: block;
    float: left;
}
.message-delete:hover{
    background-color: #b60e0e;
    transition: all .225s ease-in-out;
}
.message-read{
    width: 68px;
    height: 26px;
    border: 1px solid #d50000;
    overflow: hidden;
    display: block;
    font-size:14px ;
    color: #d50000;
    text-align: center;
    float: left;
    line-height: 28px;
    margin-left: 10px;
}
.message-read:hover{
    border: 1px solid #b60e0e;
    color: #b60e0e;
    transition: all .225s ease-in-out;
}
