﻿.errorPage {
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	font-family: 'Open Sans',Verdana,Arial;
	background-color: #aa8800;
	height: 100%;
}

.errorHeader
{
}

.errorContainer
{
    margin-top: 120px; 
    width:600px; 
    margin-right: auto; 
    margin-left: auto;
    padding: 20px;
    text-align: center;
    background-image: url("../../images/Administration/OldSkin/ContainerBackground.gif");
    background-position: left bottom;
    background-repeat: repeat-x;
    border: 1px solid #D3D3BF;
    background-color: #FFFFFF;
    border: solid #1f6161;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(140, 180, 183,1);
    -moz-box-shadow: 0px 0px 50px 0px rgba(140, 180, 183,1);
    box-shadow: 0px 0px 50px 0px rgba(140, 180, 183,1);
}

.errorMessageContainer
{
    /*padding-bottom: 35px;
    padding-left: 30px;
    text-align:center;*/
}

.errorText
{
    padding-top: 4px;
    font-weight:bold;
    color:#484949;
    text-transform: uppercase;
    font-size: x-large;
}

.errorImage
{
    /*padding-left: 5px;
    padding-right: 15px;
    float: left;*/
}

.errorLinkContainer
{
  padding-top: 10px;
      /*padding-bottom: 10px;*/
}

.errorLink
{
    color: blue;
    text-decoration: none;
}

.errorContainer td {
	line-height: initial;
}