/** below comment form **/
div#commentluv {
    clear: both;
    margin-top: 10px;
}

div#commentluv span img {
    border: 0;
    padding: 0;
}

div#commentluv span img.commentluv-badge-default_image, div#commentluv span img.commentluv-badge-white {
    max-height: 30px;
}

span#mylastpost {
    clear: both;
}

span#showmorespan {
    width: 30px;
    height: 15px;
    cursor: pointer;
}

div#lastposts {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .10);
    background-color: white;
    margin-top: 10px;
}

input.cl_error {
    border: 1px solid red !important;
}

.rawfilewrap {
    border: 1px solid #cdcdcd;
    padding: 2px;
    cursor: pointer;
}

.rawfile {
    display: none;
    border: 1px solid rgba(0, 0, 0, .10);
    padding: 5px;
    overflow: auto;
    height: 300px;
}

/** drop down **/
span.choosepost {
    background-color: #fff;
    color: black;
    line-height: 1.4em;
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
}

/** drop down:last **/
span.choosepost:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

span.ch