/************************ Copyright ****************************
 *                                                             *
 *        Schuhmeister GmbH FT 8194 - Bewertungssystem         *
 *         Datum: 19.02.2013                                   *
 *         Version: 1.0.0                                      *
 *                                                             *
 *        (c) Fabian Keunecke @ LiveYourProject                *
 *         Internet: http://liveyourproject.com                *
 *         E-Mail: fabian.keunecke@liveyourproject.com         *
 *                                                             *
 ************************ Copyright ****************************/

div.com_lypevaluate_comment_stars {

    float: left;

}

img.com_lypevaluate_comment_star {

    height: 16px;
    width: 16px;

}

div.com_lypevaluate_comment_title {

    float: left;
    font-weight: bold;
    margin-left: 10px;

}

div.com_lypevaluate_comment_date {

    float: left;
    margin-left: 10px;

}

div.com_lypevaluate_comment_name {

    clear: both;
    font-style: italic;

}

div.com_lypevaluate_comment_comment {

    margin-bottom: 20px;

}

.com_lypevaluate_comment_form_require_star {

    color: red;
    vertical-align: top;

}

.com_lypevaluate_comment_form_input_title {

    vertical-align: top;

}

.com_lypevaluate_comment_form_input_field input {

    border: 1px solid black;

}

.com_lypevaluate_comment_form_input_field textarea {

    height: 130px;
    width: 350px;

    border: 1px solid black;


}

.com_lypevaluate_comment_form_input_error {

    border: 1px solid #FF0000 !important;

}

