﻿body
{
    font-family: Arial;
    font-size: 9pt;
    margin: 0px;
    padding: 0px;
}
a
{
    color: Blue;
}
#divemail .txtBox
{
    font-size: 14px;
    border: solid 2px #999999;
    background-color: #F5F5F5;
    width: 252px;
    padding: 2px;
}
.watermark
{
    border: solid 2px #999999;
    width: 250px;
    font-size: 14px;
    padding: 2px;
    color: #cccccc;
}
#mainContainer div
{
    padding: 2px 0px 2px 0px;
    font-size: 9pt;
}
#mainContainer div h1
{
    font-size: 16px;    
    color:#4D4D4D;    
}
#mainContainer .Features 
{
    font-size: 12px;    
    color:#4D4D4D;    
}
#mainContainer div select
{
    border: solid 2px #999999;
    padding: 2px;
}
.select
{
    border: solid 2px #999999;
    padding: 2px;
}

.txtBox
{
    font-size: 14px;
    border: solid 1px #999999;
    background-color: #F5F5F5;
    width: 250px;
    padding: 2px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset;
}
#fieldset .label
{
    float: left;
    width: 150px;
}
#fieldset .text
{
    float: left;
}
.button
{
    background: -moz-linear-gradient(center bottom , #c0c0c0 100%, #7F7A7A 0%) repeat scroll 0 0 transparent;
    border: 1px solid #7F7A7A;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.6) inset;
    color: #000000;
    padding: 7px 14px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    font-weight: bold;
}
.button:hover, a.button:hover
{
    border: 1px solid #6C6868;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7F7A7A), color-stop(1, #6C6868));
    background: -moz-linear-gradient(center bottom, #7F7A7A 0%, #6C6868 100%);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
}
