﻿body
{
    background: url(../images/NewsletterSignupBackground.jpg) repeat left top;
}

/*COMMON*/
.PanelProperties
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 228px;
    height: 83px;
    border: none;
    background: url(../images/NewsletterFormBackground.jpg) no-repeat;
}


/*SIGN UP FORM*/

.FormBackground
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 217px;
    height: 59px;
    border: none;
}

.TextBox
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    position: absolute;
    left: 20px;
    top: 35px;
    height: 18px;
    width: 160px;
    background: url(../images/EmailTextboxBackground.jpg) no-repeat;
    font-family: Arial;
    font-size: 10pt;
    color: #7d8961;
    font-weight: normal;
    vertical-align: middle;
}

.SubmitButton
{
    position: absolute;
    left: 186px;
    top: 26px;
    height: 39px;
    width: 40px;
    border: solid 1 #88975e;
    background: url(../images/SubmitButtonBackground.jpg) no-repeat;
}

.ErrorMessage
{
    position: absolute;
    left: 20px;
    top: 65px;
    font-family: Arial;
    font-size: 10pt;
    color: #FF0000;
    font-weight: normal;
    vertical-align: middle;
}


.ConfirmationMessage
{
    position: absolute;
    left: 20px;
    top: 36px;
    font-family: Arial;
    font-size: 10pt;
    color: #000000;
    font-weight: normal;
}
