#errorPageWrapper .innerContainer {
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    color: #243147;
    margin: 0 auto;
    min-width: 350px;
    padding: 25px;
    position: relative;
}

.mobile #errorPageWrapper .innerContainer {
    min-width: 260px;
}

#errorMessage{
    position:relative;
    margin:auto;
}

#underConstruction{
    width:600px;
    display:none;
    height:100%;
    display:none;
}
#error{
    display:none;
}
.errorMessagePageDiv{
    width:220px;
    font-size:2em;
    margin:auto;
    text-align: center;
    display: block;
    background: url('images/messagePage/orbyoSad.png') no-repeat scroll center center transparent;
}
#sadFaceDiv{
     width:220px;
     height:220px;

}
#pageNotFound{
    width:220px;
    height:220px;

}

.errorMessageText {
    color: #243147;
    font-size: 25px;
    margin: 50px 0;
    text-align: center;
}

#errorPageWrapper .homeLink {
    line-height: 100px;
    font-size: 12px;
    text-align: center;
}

#errorPageWrapper .homeLink a {
    color: #188cef;
}
