#chat-messages {
    display:block;
    width:657px;
    min-height: 600px;
    max-height: 600px;
    overflow: auto;
    margin-top:5px;
    background: #e7e7e7;
}
    #chat-messages .chat-item {
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #E0E0E0;
        font-size: 14px;
        padding-left: 5px;
        background: #e7e7e7;
    }
        #chat-messages .chat-item .time {
            color: #666;
            font-size: 9px;
        }
    
        #chat-messages .chat-item .username {
            cursor: pointer;
            font-weight: bold;
        }
            #chat-messages .chat-item .username.sex-w {
                color: #ff08ac !important;
            }
            #chat-messages .chat-item .username.sex-m {
                color: blue !important;
            }
            #chat-messages .chat-item .username.sex-p {
                color: #ff7c00 !important;
            }
    
        #chat-messages .chat-item .text {
            padding-left:5px;
        }
        
    #chat-messages .chat-item:last-child {
        border-bottom: 0px;
        margin-bottom: 3px;
    }
    
    #chat-form .button {
        background: #5a5a5a;
        border: 0 none;
        color: #FFFFFF;
        cursor: pointer;
        font-size: 12px;
        font-weight: normal;
        height: 25px;
        line-height: 20px;
        padding: 0px 5px 0px 5px;
    }
    #chat-form .button:hover {
        background-image: url("http://intim.lv/images/button-form-bg.png");
    }
    
#chat-form .button-red {
    background-image: url("http://intim.lv/images/button-form-bg.png");
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    height: 25px;
    line-height: 20px;
    padding: 0px 5px 0px 5px;
}
    #chat-form .button-red:hover {
        background-image: url("http://intim.lv/images/button-form-black.png");
    }
    
#chat-form .text-input {
    margin-top: 10px;
    padding-left: 5px;
    width: 455px; 
}
.dropDownContME:hover > .chat-item {
    color: #00c6ff;
}
#chat-form .user-input {
    margin-top: 10px;
    min-width: 80px;
    text-indent: 5px;
    margin-right:2px;
}

.dropDownContME {
    position: relative;
}

    .dropDownContME:hover .ddFrame {
        /* display: block; */
    }
    
    .dropDownContME .display-none {
        display: none!important;
    }
    
    .dropDownContME .display-block {
        display: block!important;
    }
    
    .dropDownContME .ddFrame {
        display: none;
        position:absolute;
        top:-185px;
        left:10px;
        padding:5px;
        background: #333;
        border:1px solid #000;
        color: #fff;
        min-width:140px;
        z-index: 99;
    }
    
    .dropDownContME .ddFrame .ddItem {
        border-bottom:1px dotted #ccc;
        font-size:14px;
        margin-bottom:3px;
    }
    
    .dropDownContME .ddFrame .ddItem:hover {
        background: #444;
    }
    .dropDownContME .ddFrame .ddItem a:link, .dropDownCont .ddFrame .ddItem a:visited {
        color: #FFF!important;
        text-decoration: none!important;
    }
    
    .dropDownContME .ddFrame .ddItem a:hover, .dropDownCont .ddFrame .ddItem a:active {
        color: #feab26!important;
        font-weight: normal;
        text-decoration: none!important;
    }
    .chat-pict-link {
        position: relative;
    }
    .chat-pict-link:hover .chat-pict-large {
        display: block!important;
    }
    
    .chat-pict-large {
        display: none;
        position:absolute;
        bottom: 21px;
        z-index: 999;
        left: 5px;
        border:1px solid #000;
        border-radius: 5px;
    }
    
    #chat-smiles-cont img {
        margin-left:9px;
        margin-right: 9px;
        cursor:pointer;
    }
    
    .subDDItem .subDDframe {
        display: none;
        position:absolute;
        left: 135px;
        top: -1px;
        padding:5px;
        background: #666;
        border:1px solid #000;
        min-width:185px;
    }
    
    .subDDItem:hover .subDDframe {
        display: block;
    }
    
    #chat-messages .prtscr {
        max-width: 450px;
        max-height:450px;
        border-radius: 5px;
    }