﻿#noscriptcontainer
{
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    position: fixed;
    z-index: 99999;
    background-image: url('../img/overlay.png');
}

#noscriptcontainer > .contentwrapper
{
    background: #fff;
    position: relative;
    top: 20%;
    width: 65%;
    padding: 5em;
    min-height: inherit;
    margin: 0 auto;
    text-align: center;
    font-family: Arial, Helvetica, Sans-Serif;
}

#noscriptcontainer .header
{
    color: #D70000;
    font-weight: bold;
    font-size: 35px;
}

#noscriptcontainer .content
{
    color: #000;
    font-size: 24px;
}
#noscriptcontainer .subcontent
{
    color: #000;
    font-size: 16px;
}

#noscriptcontainer #learnmore
{
    color: rgb(0, 113, 201);
    text-decoration: none;
}

form {
	visibility: hidden;
}
