body {
    background: #299167;
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
}

table {
    background: #ffffff;
}

#body {
    text-align: left;
}

#note {
    text-color: #554877;
}

input {
    background: #0D5438 none repeat scroll 0% 0%;
    height: 2.5em;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
    float: left;
    color: rgb(255, 255, 255);
}

form {
    text-align: left;
}

#footer {
    float: right;
    font-size: 8pt;
}

#text{
    font-size: 3em; /* optional. just to increase the font size. */
    display: block;
    line-height: 1em;
    color: #666; /* shadow color */
    background-color: transparent;
    white-space: nowrap; /* wrapping breaks the effect */
}

#text:after{
    content: "pTwittery"; /* generated text */
    display: block;
}

#text:before{
    margin-bottom: -1.05em;
    margin-left: 0.1ex;
    color: #ccc; /* shadow color */
    background-color: transparent;
}

#text:after{
    margin-top: -1.05em;
    margin-left: -0.1ex;
    color: #453939; /* text color */
    background-color: transparent;
}
