/*
 *  Module Message v 0.0
 *  CSS Style Document
 */

/* Test Document */
body {
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    /*color: rgb(77, 62, 49);*/
}

/* Message */
.neutralMessage {
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 16px;
    color: rgb(77, 62, 49);
}

.infoMessage {
    min-height: 40px;
    margin-left: 5px;
    margin-bottom: 20px;
    padding-left: 47px;
    padding-top: 3px;
    background: url(img/infoMessage.png) no-repeat;
    font-size: 11px;
    line-height: 16px;
    color: rgb(127, 112, 99);
}

.successMessage {
    min-height: 40px;
    margin-left: 5px;
    margin-bottom: 20px;
    padding-left: 47px;
    padding-top: 3px;
    background: url(img/successMessage.png) no-repeat;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    color: rgb(51, 102, 153);
}

.errorMessage {
    min-height: 40px;
    margin-left: 5px;
    margin-bottom: 20px;
    padding-left: 47px;
    padding-top: 3px;
    background: url(img/errorMessage.png) no-repeat;
    font-size: 11px;
    line-height: 16px;
    font-weight: bold;
    color: rgb(196, 18, 0);
}

.singleLine {
    padding-top: 11px;
}
