<style type="text/css">
	
    .container
    {
        margin-top: 1px;
        text-align: center;
    }
    .message
    {
        background-image: linear-gradient(45deg,rgba(0,0,0,.025) 25%,transparent 25%,transparent 50%,
                                                rgba(0,0,0,.025) 50%,
                                                rgba(0,0,0,.025) 75%,transparent 75%,transparent);
        background-size: 64px 64px;
        justify-content: center;
        position: relative;
        padding: .5rem 2rem .5rem .5rem;
        text-align: center;
        width: 100%;
        font-size: .8125rem;
        line-height: 1.5;
        box-sizing: border-box;
        text-shadow: none;
        margin: 0px;
        font-weight: 300;
        border-color: white;
        border-width: 1px;
        border-bottom-width: 0px;
    }
    .baseMessage
    {
        color: white;
        background-color: #706e6b;
    }
    .errorMes
    {
        color: white;
        background-color: #c23934;
    }
    .warningMessage
    {
        color: #16325c;
        background-color: #ffb75d;
    }
</style>