﻿.validationerrororseccessmessage {
    animation: 5s linear 0s normal none infinite animate-bg;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px;
    border: 1px solid;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) inset;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 15px;
    position: fixed;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    top: -48px;
    width: 100%;
}
.validationerrormessage {
    background: url("../images/remove.png") no-repeat scroll 98% center #DE4343;
    float: left;
    width: 98%;
    z-index: 1000;
}
.validationsuccessmessage {
    background: url("../images/remove.png") no-repeat scroll 98% center #61B832;
    border-color: #55A12C;
    float: left;
    width: 98%;
    z-index: 1000;
}
