﻿#errorContainer .error
{
    display: block;
    margin: 5px 0 0 0;
}

#errorContainer
{
    color: #FB4031;
    background-color: #F2DCDB;
    border: 1px solid #D99694;
    margin: 0 0 20px 12px;
    padding: 12px;
    font-weight: bold;
}

#errorContainer img
{
    vertical-align: text-center;
}

#errorContainer li
{
    border-bottom: none;
}


#errorContainer span
{
    padding-left: 12px;
    position:absolute; 
    width:60%;
    
}

@media only screen and (max-width: 1024px)
{
    #errorContainer span
    {
        font-size: 16px;
    }
    #errorContainer .error
    {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px)
{
    #errorContainer span
    {
        font-size: 14px;
    }
    #errorContainer .error
    {
        font-size: 12px;
    }
}

@media only screen and (max-width: 320px)
{
    #errorContainer span
    {
        font-size: 12px;
    }
    #errorContainer .error
    {
        font-size: 10px;
    }
}

#loading {
    display: none;
    position: fixed;
    background: url(../images/fLoading.gif) no-repeat center rgba(255,255,255,0.6);
    left: 0;
    top: 0;
    width:100%; height: 100%;
    z-index: 999;
}