html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset
{
    margin: 0;
    padding: 0;
}
img
{
    vertical-align: bottom;
}
img, fieldset
{
    border: 0;
}
body, select, input, textarea
{
    font: 0.625em/1.4 arial, helvetica, verdana, sans-serif;
}
html
{
    overflow-y: scroll;
}
body
{
    /*background: #ccc;*/
    background-color: Black;
    color: #fff;
}
#container
{
    width: 710px;
    margin: 20px auto;
    background: #000;
    padding: 25px;
}
#content
{
    width: 470px;
    position: relative;
}
a
{
    color: #999;
}
a:hover
{
    color: #fff;
}

.validation-summary-errors, .validation-summary-errors ul li
{
    color: red;
    font-size: 13px;
    font-weight: bold;
}

ul.validation-summary-errors
{
    margin-bottom: 5px;
}
ul.validation-summary-errors li
{
    margin-left: 18px;
}

/* ~~~~~~~~~~ heading styles ~~~~~~~~~~ */

h1
{
    font-size: 2.4em;
    color: #fff;
    font-weight: normal;
    margin: 40px 0 35px;
    width: 500px;
}
p
{
    font-size: 1.3em;
    margin: 0 0 1em;
}

/* ~~~~~~~~~~ form styles ~~~~~~~~~~ */

.form-row
{
    overflow: hidden;
    width: 100%;
}
.form-row .form-item
{
    overflow: hidden;
    width: 100%;
}
input, select
{
    font-size: 1.3em;
    color: #000;
}

/* ~~~~~~~~~~ signup form ~~~~~~~~~~ */

.signup-form #container
{
    height: 521px;
    background: url(../images/background-sign-up-form.jpg) no-repeat;
}
.signup-form .form-row
{
    margin: 13px 0 6px;
}

.signup-form #form-container
{
    margin-top: 30px;
}

.signup-form .form-row .form-item
{
    height: 90px;
    overflow: hidden;
    width: 100%;
}
.signup-form .select .form-item
{
    float: left;
    width: 225px;
    margin: 0 20px 0 0;
}
.signup-form .select .last
{
    margin: 0;
}
.signup-form label
{
    font-size: 1.3em;
    display: block;
    margin: 0 0 10px;
}
.signup-form input
{
    width: 100%;
}

.signup-form input.error, /*.signup-form select.error,*/ span.field-validation-error
{
    background-color: #ffe3e3;
}
span.field-validation-error
{
    color: Red;
    font-weight: bold;
    margin-top: 5px;
    display: block;
    font-size: 1.3em;
    margin: 5px 0 10px;
    background-color: Black;
}
.signup-form input.valid /*, .signup-form select.valid */
{
    background-color: #e1ffe7;
}

.signup-form select
{
    width: 100%;
}
.signup-form #form-container #submit-button
{
    position: absolute;
    left: 500px;
    top: 435px;
}
.signup-form #form-container #submit-button input
{
    width: auto;
}

/* ~~~~~~~~~~ preference form ~~~~~~~~~~ */

.preference-form .fr #content
{
    width:475px;    
}

.preference-form #container
{
    height: 629px;
    background: url(../images/background-preference-form.jpg) no-repeat;
}
.preference-form #container p
{
    font-size: 1.4em;
}

.preference-form  #container.fr p
{
    font-size: 1.3em;
}
.preference-form #form-container
{
    margin: 35px 0 0;
}

.preference-form .fr #form-container
{
    margin:13px 0 0;
}

.preference-form label
{
    font-size: 1.2em;
    float: left;
    width: 280px;
}
.preference-form select
{
    float: right;
    width: 180px;
}
.preference-form .form-row
{
    margin: 7px 0;
}
#products-container
{
    margin: 40px 0 25px;
}
.fr #products-container
{
    margin: 28px 0 25px;
}

.preference-form .checkbox .form-item
{
    float: left;
    width: 230px;
    margin: 0 0 10px;
}
.preference-form .checkbox .form-item label
{
    width: 175px;
    text-align: right;
    margin: 0 5px 0 0;
}
.preference-form #trial-label
{
    width: 400px;
}

.preference-form .de #trial-label
{
    width: 421px;
}

.preference-form .fr #trial-label
{
    width: 435px;
}


label.error
{
    color: Red;
    font-weight: bold;
    margin-top: 5px;
}

#email-loading
{
    color: lightSeaGreen;
    font-weight: bold;
    margin-top: 5px;
    display: none;
}

.preference-form #form-container #submit-button
{
    position: absolute;
    left: 500px;
    top: 525px;
}


/* ~~~~~~~~~~ preference thanks ~~~~~~~~~~ */

.preference-thanks #container
{
    height: 629px;
    background: url(../images/background-thankyou-preferences.jpg) no-repeat;
}

.preference-thanks .de p
{
    width: 444px;
}

/* ~~~~~~~~~~ signup thanks ~~~~~~~~~~ */

.signup-thanks #container
{
    height: 521px;
    background: url(../images/background-thankyou-signing-up.jpg) no-repeat;
}

.signup-thanks .de h1
{
    margin: 26px 0 22px;
}

.signup-thanks .de a
{
    color: #feee88;
}
