.lp-form-errors div.content {
    background-color: #ccc
}

.lp-form-errors div.content div.error {
    background-color: #DF3935;
    padding: 5px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF
}

.lp-form-errors div.content div.error .error-msg {
    padding-right: 50px
}

.lp-form-errors div.content div.error .error-button {
    position: absolute;
    right: 20px;
    top: 5px
}

.lp-form-errors div.content div.error .error-button .error-toggle {
    float: right;
    margin-right: 3px;
    text-decoration: underline;
    cursor: pointer;
    color: #FFFFFF
}

.lp-form-errors div.content div.error .error-button .error-toggle-arrow {
    float: right;
    width: 9px;
    height: 10px;
    margin-top: 2px;
    cursor: pointer;
    background-image: url("/images/triangle-toggle.png");
    background-repeat: no-repeat;
    background-position: 0px 1px;
    background-size: cover
}

.lp-form-errors div.content ul {
    display: block !important;
    background-color: #FFD0D0;
    padding: 8px 15px;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #DF3935
}

.lp-form-errors div.content ul.hide {
    display: none !important
}

.lp-form-errors div.content li {
    list-style: square;
    margin-left: 20px;
    margin-bottom: 2px
}
