.divClose
{
    background-image: url(Img/refer/divClose.gif);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    cursor: hand;
    position: absolute;
    z-index: 2;
    font-size: 0px;
    line-height: 0px;
    left: 325px;
    top: 12px;
}

.divMax
{
    background-image: url(Img/refer/divMax.gif);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    cursor: hand;
    position: absolute;
    z-index: 2;
    font-size: 0px;
    line-height: 0px;
    left: 310px;
    top: 12px;
}

.divMin
{
    background-image: url(Img/refer/divMin.gif);
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    cursor: hand;
    position: absolute;
    z-index: 2;
    font-size: 0px;
    line-height: 0px;
    left: 310px;
    top: 12px;
}

.divPopWindow
{
    width: 345px;
    height: 238px;
    /*background: url(Img/refer/divBackImg.gif) no-repeat left top;*/
    overflow: hidden;
	border: 1px solid #333;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.divPopWindowTitle{
	font-size: 18px;
    background: #dedede;
    color: #3c3c3c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 10px;
}

.NoRemind
{
    background: url(Img/refer/Message_Ignore.gif) no-repeat left top;
    cursor: hand;
    width: 19px;
    height: 17px;
    border-left: solid 0px #848484;
    border-right: solid 0px #848484;
    border-top: solid 0px #848484;
    border-bottom: solid 0px #848484;
    background-color: Transparent;
}

.btnChat
{
    background: url(Img/refer/Message_Receive.gif) no-repeat left top;
    cursor: hand;
    width: 67px;
    height: 20px;
    border-left: solid 0px #848484;
    border-right: solid 0px #848484;
    border-top: solid 0px #848484;
    border-bottom: solid 0px #848484;
    background-color: Transparent;
}

.line
{
    position: absolute;
    left: 0px;
    right: 12px;
    background-image: url(Img/refer/Message_Line.gif);
    background-repeat: repeat-x;
    height: 10px;
}