﻿body {
}

.errorbox {
    width: 445px;
    height: 26px;
    position: fixed;
    left: 50%;
    top: 43px;
    margin-left: -222px;
    border: 1px solid #dcdcdc;
    padding: 0px 27px 0px 32px;
    display:none;
    z-index:200;
}

.errorbox.info {
    background-color: #e4ffeb;
}

.errorbox.warn {
    background-color: #e9f8fa;
}

.errorbox.error {
    background-color: #ffeded;
}

.errboxico {
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    position:absolute;
    top:-1px;
    left:-1px;
}

.errorbox.info .errboxico {
    background-image: url('../Images/FipWebSite/ErrorBox/error-ico-green.png');
}

.errorbox.warn .errboxico{
    background-image: url('../Images/FipWebSite/ErrorBox/error-ico-blue.png');
}

.errorbox.error .errboxico {
    background-image: url('../Images/FipWebSite/ErrorBox/error-ico-red.png');
}

.errboxclose {
    top:7px;
    right:7px;
    position:absolute;
    cursor: pointer;
    display:block;
}

.errboxText {
    color: #000;
    font-family: Calibri;
    font-size: 15px;
    margin-top: 4px;
}
