body
{
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    background-color: black;
    color: #333333;
    text-align: center;
}

body, input
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
}

#main
{
    margin: 0px auto 0px auto;
    margin-bottom: 40px;
    width: 960px;
    position: relative;
    background-color: White;
    text-align: left;
}

#form
{
    position: absolute;
    top: 300px; 
    left: 350px;
    width: 250px;
    color: White;
}

#txtEmail
{
    border: 1px solid #665500;
    width: 200px;
    padding: 2px;
    height: 24px;
}

.btnSend
{
    border: 1px solid #339900;
    background-color: #44bb00;
    color: white;
    font-weight: bold;
    height: 24px;
}

h1
{
    font-size: 26px;
}

h2
{
    font-size: 14px;
    margin: 0px 0px 5px 0px;
}

p
{
    margin: 0px;
    margin-bottom: 10px;
    line-height: 17px;
}

.dots
{
    height: 2px;
    background-image: url(../../media/dot.gif.resources);
    background-repeat:repeat-x;
    margin-top: 0px;
    margin-bottom: 8px;
}
