﻿@charset "utf-8";

.loginText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}

.loginContainer {
    max-width: 729px;
    max-height: 375px;
    line-height: 1em;
}

.loginButton {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
}

    .loginButton:hover {
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
        background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
        background-color: #dfdfdf;
        color: #333;
    }

    loginButton:visited {
        color: #909;
    }

    .loginButton:active {
        position: relative;
        top: 1px;
    }

.loginTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 33px;
    font-style: normal;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.loginSmallerText {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #333;
    text-decoration: none;
}

.loginLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: #333;
    text-decoration: underline;
}

    .loginLink:hover {
        color: #333;
    }

    .loginLink:visited {
        color: #909;
    }

.loginHr {
    border-bottom-style: inset;
    border-bottom-width: 1px;
    border-left-style: inset;
    border-left-width: 1px;
    border-right-style: inset;
    border-right-width: 1px;
    border-top-style: inset;
    border-top-width: 1px;
    display: block;
    height: 0px;
    text-align: -webkit-center;
    margin: 10px 0px 10px 0px;
}

.loginMarginLeft10 {
    margin: 0px 0px 0px 10px;
}

.loginSubscribe {
    margin: 20px 0px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: bold;
    color: #5a5a5a;
    text-align: center;
    line-height: 1.2em;
}

@media handheld, only screen and (max-width: 745px) {
    .loginMarginLeft10 {
        float: left;
    }

    .loginSubscribe {
        margin: 20px 0px 0px 0px;
        float: left;
    }

    .loginContainer {
        max-width: 100%;
    }

    .loginHr {
        margin: 10px 0px 10px 0px;
    }

    .loginTitle {
        text-align: left;
    }
}