﻿.ErrorPanel
{
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: 15px;
    cursor: default;
    display: block;
    clear: both;
    background-color: fuchsia;
}
.ErrorIcon
{
    width: 120px;
    float: left;
}
.ErrorLabel
{
    width: 450px;
    height: 100px;
    text-align: left;
    float: left;
}
.ErrorTitle
{
    font-size: 14pt;
    color: #a61e22;
    font-family: Arial, Tahoma, Verdana;
    width: 100%;
    display: block;
    font-weight: bold;
}
.ErrorDescription
{
    font-size: 9pt;
    color: #333333;
    font-family: 'Microsoft Sans Serif';
    width: 100%;
}

/*****************************************************
*** Error Page
*****************************************************/
.ErrorPageBody
{
    padding-right: 20px;
    background-position: left top;
    padding-left: 20px;
    background-image: url(/PTSorocaba/Administrator/Structure/Common/Error/Back.jpg);
    padding-bottom: 2px;
    padding-top: 20px;
    border-left: #e79999 10px solid;
    background-repeat: no-repeat;
}
.ErrorPageHeader
{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.ErrorPageTitle
{
    font-size: x-large;
    color: #a61e22;
    font-family: Arial, Tahoma, Verdana;
    display: block;
    font-weight: bold;
    line-height: 90px;
}
.ErrorPageDescription
{
    font-size: 9pt;
    color: #000000;
    font-family: 'Microsoft Sans Serif';
    width: 100%;
}