.messagelist{
    background-color: lightgray;
}
.newmessagetext{
    width:100% !important;
}
.newmessagetarget{
    width:137px !important;
}
.messagedetail{
    background-color: white;
    border: solid 1px lightgray;
    border-radius: 5px;
    margin: 2px;
    padding: 3px;
    height:72px;
    position: relative;
}
.messagedetail:hover {
    border-color: black;
}
.messagecomponent{
    display: block;
    float:left;
    
}
.messagecomponentr{
    display: block;
    float:right;
    height:33px;
}
.messagecomponentdate{
    font-size: smaller !important; 
    color: gray !important;
    margin-right: 7px !important;
    vertical-align: middle !important;
}
.messagecomponent-message{
    position:absolute;
    height:30px;
    background-color: papayawhip;
    border: solid 1px lightgray;
    border-radius: 5px;
/*    border-bottom-right-radius: 5px;*/
    overflow:hidden;
    box-shadow: 0px 0px 5px 5px #fefefe;
    cursor:pointer;
    padding:4px;
    top:37px;
    left:5px;
    right:5px;
}
.msgmessage {
    width: 100%;
    padding: 0;
    margin: 0;
}
.messagecomponent-message-open {
    height:auto;
}
.messagecomponent-message-front {
    z-index: 6666;
}
.newmessagegroup input{
    height:48px;
}
.newmessageformerror{
    color: darkred;
}