.privateMsg-main.pMsg1,
.privateMsg-main.pMsg2,
.privateMsg-main.pMsg3{
    display: none;
    /*position: fixed;*/
    position: absolute;
    top: 0;
    /*overflow: auto;*/
}
.privateMsg-main.pMsg1 .privateMsg-cell-text:focus,
.privateMsg-main.pMsg2 .privateMsg-cell-text:focus,
.privateMsg-main.pMsg3 .privateMsg-cell-text:focus{
    outline:2px solid #7FB6E8;
}
.privateMsg-main{
    width:100%;
    background-color:#00285e;
    color:white;
    position: absolute;
    z-index: 999999
}
.privateMsg-cont{
    width:700px;
    margin:0px auto;
    padding:20px 0px;
}
.privateMsg-cell-img{
    display: table-cell;
    width: 10%;
    text-align: center;
    padding-right: 13px;
    vertical-align: middle;   
}
.privateMsg-cell-text{
    display:table-cell;
    width:90%;
    font-family: arial;
    font-size: 1.4rem;
    text-align: justify;
    font-family: helvetica;
}
.privateMsg-table-row{
    display:table-row;
}
.privateMsg-table{
    display:table;
    width:100%;
}
.privateMsg-cell-text-title{
    font-weight: bold;
    font-family: arial;
    padding-bottom: 6px
}
.privateMsg-cell-text-body{
    line-height: 1.2;
}