.emAddComment{
    background-color: #2d2e32;
    border-bottom: 1px solid #17181a;
    clear: left;
    float: none;
    margin-bottom: 2px;
    padding: 5px 15px 20px 15px;
    display: block;
    font-size: 12px;
    color: #232428;
    text-align: left;
}

.emComments{
	overflow-y: visible;
	height:100%;
}

input.emButton{
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    margin: 0 0 0 12px;
    width: auto;
    background-color: #2e9bd9;
    display: inline-block;
    outline: medium none;
    vertical-align: bottom;
    padding: 4px 6px;
    border-radius: 6px;
    border-width: 0px;
    border:solid;
    border-color: #2e9bd9;
}

.emAddComment textarea{
    width: 95%;
    height: 35px;
    margin: 10px;
    border: 1px solid #afb1b9;
    font-size: 12px;
    padding: 7px;
    overflow:hidden;
    color: #232428;
}

.emAddComment .addEmMail, .emAddComment .addEmName{
    margin: 0 10px 5px 0;
    border: 1px solid #BDC7D8;
    font-size: 12px;
    padding: 3px;
    width: 200px;
}

.emAddComment label{
    width: 75px;
    text-align: right;
}

.emComment{
    background-color: #27282c;
    border-bottom: 1px solid #17181a;
    clear: left;
    padding: 10px 0;
    display: block;
    color: #acd6ef;
    margin: 1px 10px;
    float: left;
}

.emInfoMessage{
    background-color: #FFEFF5;
    border-bottom: 1px solid #E5EAF1;
    clear: left;
    float: none;
    margin-bottom: 2px;
    padding: 5px 0 4px 5px;
    display: block;
    color: #333;
    text-align: center;
    font-weight: 400;
}

.emComment .emCommentImage{
    float: left;
    margin-right: 10px;
}

.emComment .emCommentText{
    padding-right: 7px;
    padding-top: 7px;
    margin-left: 40px;
    text-align: left;
    color: #c7c9d2;
    word-wrap: break-word;
    width: 270px;
}

.emComment .emCommentInto{
    color: #c7c9d2;
    padding: 7px 7px 1px 17px;
    text-align: left;
}

.emShowAllComments, .emHideAllComments{
    border-bottom: 1px solid #17181a;
    clear: left;
    float: none;
    margin-bottom: 2px;
    padding: 10px 5px;
    text-align: center;
    display: block;
    color: #747784;
    background-color: #2d2e32;
}

#emContent, .emContent{
    font-size: 11px;
}

#emContent a, .emContent a{
    text-decoration: none;
    color: #747784;
    word-wrap: break-word;
}

#emContent a:hover, .emContent a:hover{
    text-decoration: underline;
}

.emSenderName{
    font-weight: 400;
}

.emAddComment .addEmPot{
    display: none;
}

.emCommentLike{
    margin-top: 5px; 
    color: #747784;
}

        #wrap{
            width: 240px;
            text-align: left;
            margin: 0 5px;
        }

        #wrap h2{
            border-bottom: 1px solid #ccc;
        }

        #wrap p{
            line-height: 17px;
        }

        #wrap #footer{
            border-top: 1px solid #ccc;
            margin-top: 10px;
            text-align: center;
            font-size: 10px;
            padding: 10px;
            color: #aaa;
        }

        #wrap #footer a{
            color: #888;
        }

        #wrap #options{
            float: right;
            border: 1px solid #E5EAF1;
            padding: 5px;
            margin: 0;
            background: #eee;
        }

        #wrap #options li{
            list-style: none;
        }