.title{
    font-size: 15px;
    margin: -11px -10px 20px -11px;
    background: #63b32e;
    padding: 4px 10px 3px 11px;
    color: #fff;
    font-weight: bold;
    text-align: left;

    position: relative;
    overflow: hidden;
}

span{
    display: inline-block;
    position: relative;
    right: 40px;
    margin-left: 40px;
}

.close{
    padding: 0;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    position: absolute;
    top: 2px;
    right: 7px;
}

.close:hover{
    cursor: pointer;
    color: #adadad;
}

.errortitle{
    color:#fff;
}