@charset "utf-8";
/* CSS Document */
.custom_msg p.alert {
    width: auto;
    height: auto;
    background: url(../images/alert_bg.png) no-repeat;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    margin: 0
}

.custom_msg .success {
    width: 24px;
    height: auto;
    padding: 10px 0 0 15px;
    margin: 6px 0 0 15px;
    background: url(../images/ok.png) no-repeat;
    float: left
}

.custom_msg .error {
    width: 24px;
    background: url(../images/close.png) no-repeat;
    float: left
}

.custom_msg .success_text {
    margin: 0;
    float: left;
    color: #447B06;
    font-weight: 700
}

.custom_msg .error_text {
    margin: 0;
    float: left;
    color: red;
    font-weight: 700;
    width: 100%
}

