﻿/************************************************/
/* Message										*/
/************************************************/
.PCSMsg h5
{
    margin: 0 0 0 10px;
    font-weight: bold;
}

.PCSMsg
{
    background-color: #ffffce;
    border: 1px solid #777777;
    margin-bottom: 6px;
}

.PCSMsgList
{
    font-family:Arial;    
    font-weight: normal;
    font-size: 13px;
}

#divMessageContent
{
    padding-top:5px;
}



