/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, a img, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

body {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    height: 100%;
    background: #555555 url(../img/white-noise.png);
    background: url(../img/white-noise.png), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(68, 68, 68, 1)), color-stop(1, rgba(255, 255, 255, 1)));
    background: url(../img/white-noise.png), -webkit-linear-gradient(top, rgba(68, 68, 68, 1), rgba(255, 255, 255, 1));
    background: url(../img/white-noise.png), -moz-linear-gradient(top, rgba(68, 68, 68, 1), rgba(255, 255, 255, 1));
    background: url(../img/white-noise.png), -o-linear-gradient(top, rgba(68, 68, 68, 1), rgba(255, 255, 255, 1));
    background: url(../img/white-noise.png), linear-gradient(top, rgba(68, 68, 68, 1), rgba(255, 255, 255, 1));
    -pie-background: url(../img/white-noise.png), linear-gradient(top, rgba(68, 68, 68, 1), rgba(255, 255, 255, 1));
    padding-top: 30px;
    behavior: url(/PIE.htc);
}

#container {
    margin: 10px auto 50px;
    position: relative;
    width: 910px;
    -moz-box-shadow: 0 0 30px #000;
    -webkit-box-shadow: 0 0 30px #000;
    box-shadow: 0 0 30px #000;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: white;
    background: url(../img/splash.png) 0 20px no-repeat, url(../img/splash-back.png) 0 185px no-repeat, white;
    -pie-background: url(../img/splash.png) 0 20px no-repeat, url(../img/splash-back.png) 0 185px no-repeat, white;
    padding: 700px 0 50px;
    behavior: url(/PIE.htc);
}

#welcomeText {
    text-align: center;
    margin-top: -30px;
}

#welcomeText h3 {
    font-size: 14px;
}

#welcomeText h2 {
    color: #c22025;
    font-size: 30px;
    margin: 5px 0px 10px;
}

#loginButton {
    text-align: center;
    margin: 10px 0 30px;
}

#loginButton .form-row {
    margin: 5px 0px 10px;
}

#footer {
    text-align: center;
    font-size: 11px;
}