﻿
#errors 
{
    display: none;
    position: relative;
    padding-top: 120px;
    margin: 0 auto;
    width: 300px;
    height: 217px;
}

#errors #noFlash 
{
    display: none;
}

#errors h3 
{
    font-size: 20px;
    color: #E51E2A;
    line-height: 1.5em;
}

#errors h4 
{
    font-size: 14px;
    color: #fff;
    line-height: 1.5em;
}

#errors p 
{
    line-height: 1.5em;
}
