﻿.divMainCentreBlock
{
    background-color: white;
    width: 993px;
    height: 532px;
    z-index: 0;
    position: absolute;
    top: 245px;
    left: 2px;
    overflow: auto;
    color: black;
    font-family: Arial;
    background-repeat: no-repeat;
}
.divNewsletter
{
    border-right: gray 2px groove;
    border-top: gray 2px groove;
    border-left: gray 2px groove;
    border-bottom: gray 2px groove;
    width: 400px;
    height: 155px;
    z-index: 5;
    left: 310px;
    position: absolute;
    top: 0px;
}
.Title
{
    z-index: 5;
    position: absolute;
    top: 60px;
    left: 0px;
    font-weight: bold;
    font-size: 16pt;
    color: #660033;
    width: 960px;
    text-align: center;
}
.NLTextbox
{
    background-color: #dedcdc;
    font-size: 9pt;
    width: 130px;
}
.NLNameBox
{
    z-index: 5;
    left: 100px;
    position: absolute;
    top: 60px;
    font-size: 12pt;
    width: 200px;
}
.NLEmailBox
{
    z-index: 5;
    left: 102px;
    position: absolute;
    top: 90px;
    font-size: 12pt;
    width: 200px;
}
.NLSubmit
{
    z-index: 5;
    left: 180px;
    position: absolute;
    top: 120px;
    font-size: 12pt;
}
