﻿body
{
    position:relative;
    width:950px;
    text-align:center;
}

#temp-Messages
{
    position:relative;
    height:auto;
    width:auto;
    top:50px;
    margin:auto;
}

#temp-Messages-header
{
    position:relative;
    height:60px;
    width:690px;
    margin:auto auto .2em auto;
    background-color:#ffffff;
    padding:5px;
    border:inset thin #eeeeee;
}

#temp-Messages-header-image
{
    position:relative;
    float:left;
}

#temp-Messages-header-textContainer
{
    position:relative;
    top:1em;
    width:75%;
    float:left;
}

#temp-Messages-header-text
{
    position:relative;
    width:100%;
    font-size:2.5em;
    font-weight:600;
    margin:auto;
    text-align:center;
    /*color:#ed1f24;*/
}

#buffer1
{
    position:relative;
    height:5px;
    width:690px;
    padding:0px 5px 0px 5px;
    margin:auto auto .2em auto;
    background-color:#430090;
}

#buffer2
{
    position:relative;
    height:5px;
    width:690px;
    padding:0px 5px 0px 5px;
    margin:auto auto 1em auto;
    background-color:#ffaa00;
}

#temp-Messages .nss-form-group
{
    position:relative;
    height:auto;
    width:680px;
    margin:auto;
}

#temp-Messages .nss-form-message.nss-modify-error p
{
    text-align:left;

}

#temp-Messages .nss-form-message.nss-modify-error a
{
    color:#430090;
}

#temp-Copyrights
{
    position:relative;
    top:6em;
}
