.doc.dark {
    background: #f1f2f6;
    padding: 30px 0px;
}

h1, h2, h3 {
    margin: 10px 0px;
    font-family: inherit;
    font-weight: bold;
    line-height: 38px;
    color: inherit;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing:antialiased;
    line-height: 40px;

    text-shadow: 0px 1px 1px rgb(255, 255, 255);
    margin-top: 0px;
    margin-bottom: 15px;
    color: #535353;
}

h3 {
    font-size: 15px;
    line-height: 40px;
    margin: 0px 0px 5px;
}

h1, h2 {
    color: #343434;
    text-align: center;
}

h1 {
    text-shadow:0 1px 0 white;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    margin: 0px;
    padding: 10px 0px 0px;
}

h2 {
    text-shadow:0 1px 0 white;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    margin: 0px;
    padding: 3px 0px;
}

h3 {
    color: #414346;
    text-shadow:0 1px 0 white;
    font-size: 1.125em;
    font-weight: bold;
    font-weight: 500;
    margin-bottom: 20px;
}

form {
    text-align: left;
    margin: 40px auto 0px;
    position: relative;
    width: 66%;
    color:#414346;
}

fieldset {
    border: none;
    border-radius: 0px;
    background: none;
    margin-bottom: 25px;
    padding: 0px 0px 20px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.075);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);

    font-size: 14px;
    font-weight: normal;
    color:#414346;
    text-shadow:0 1px 0 white;
}

fieldset .group {
    margin: 0px 0px 20px;
}

textarea, input[type="text"], input[type="email"], input[type="password"] {
    padding: 4px 6px;
    margin: 0;
    display: inline-block;
    width: 100%;

    vertical-align: middle;
    font-family: "Helvetica Neue","HelveticaNeue","Helvetica","Arial",sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: rgb(85, 85, 85);
    outline: medium none;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;

    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}

textarea.dark, input.dark[type="text"], input.dark[type="email"], input.dark[type="password"] {
    height: inherit;
    width: 100%;

    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;

    color:#5f646c;
    text-shadow:0 1px 0 white;
    padding:8px 10px;
    background-color:#e9e9e9;
    border:1px solid #d8d8d8;

    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -o-border-radius:6px;
    -ms-border-radius:6px;
    -khtml-border-radius:6px;
    border-radius:6px;

    -moz-box-shadow:0 1px 0 #fff;
    -webkit-box-shadow:0 1px 0 #fff;
    -o-box-shadow:0 1px 0 #fff;
    -ms-box-shadow:0 1px 0 #fff;
    box-shadow:0 1px 0 #fff;
}

textarea.dark, input[type="text"].dark, input[type="email"].dark, input[type="password"].dark {
    background-color:#e6e9ee;
    border:1px solid #d3d8e3;
    font-size: 16px;
    font-weight: 500;
}

select {
    width: 100%;
}

.row {
    display: inline-block;
}

.input-container {
    background-color:#e6e9ee;
    border:1px solid #d3d8e3;
    padding: 10px;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.signup-card-list {
    margin: 10px 0px 0px;
    padding: 0px;
}

.signup-card-list li {
    float: left;
    margin-right: 10px;
}

form p {
    text-align: center;
    margin-bottom: 20px;
}

form p a {
    color:#515459;
    font-weight:bold;
    font-weight:600;
    text-decoration:underline
}
form p a:hover {
    text-decoration:underline;
    color:#000;
}

.notification p {
    text-align: left;
}

.icon {background: url('../img/icon-atlas.png') no-repeat 0px 0px transparent;display: block;float: left;overflow:hidden; width:38px; height:38px; margin-right: 5px;}

.icon.passcode{ background-position: -275px -43px; }
.icon.userdetail { background-position: -312px -43px; }
.icon.billing { background-position: -351px -43px; }

.icon.visa, .icon.amex, .icon.discover, .icon.paypal, .icon.echeck, .icon.mastercard {width: 32px; height: 32px;}
.icon.visa { background-position: -55px -37px; }
.icon.amex { background-position: -92px -37px; }
.icon.discover { background-position: -129px -37px; }
.icon.paypal { background-position: -166px -37px; }
.icon.echeck { background-position: -203px -37px; }
.icon.mastercard { background-position: -240px -37px; }



.row {
    width: 100%;
    display: block;
    clear: both;
    overflow: auto;
}

.row {
    display: inline-block;
}

.cell {
    display: block;
    float: left;
    width: 48.7179%;
    margin-left: 2.5641%;
    -moz-box-sizing: border-box;
    min-height: 30px;
}

.row .cell:first-child {
    margin-left: 0px;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.btn.signup {
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    border: medium none;
    display: inline-block;
    text-decoration: none;
    outline: medium none;
    white-space: nowrap;

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #303030; text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.35);
    height: 36px;
    line-height: 34px;
    background: url("../img/button-atlas.png") no-repeat 100% -1988px transparent;

    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}

.btn.signup span {
    display: block;
    height: 36px;
    padding: 0px 10px;
    margin: 0px;
    background: url("../img/button-atlas.png") no-repeat 0px -2204px transparent;
}

.btn.signup span span, .btn span input {
    padding: 0px 0px;
    background: url("../img/button-atlas.png") repeat 0px -2132px transparent;
    text-align: center;
}

.btn.signup span input {
    cursor: pointer;
    border: medium none;
    display: block;
    height: 36px;
    margin: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px -1px 0px rgba(0, 0, 0, 0.35);
    color: #fff;
}

.btn.signup { background-position: 100% -2348px; height: 63px; line-height: 64px; color: #fff; text-shadow:0 1px 1px rgba(0,0,0,0.5); font-size: 22px;font-weight:bold;}
.btn.signup:hover, .btn.signup:focus, .btn.signup.active { background-position: 100% -2411px; }
.btn.signup span { background-position: 0px -2600px; height: 63px;}
.btn.signup:hover span, .btn.signup:focus span, .btn.signup.active span { background-position: 0px -2663px; }
.btn.signup span span { background-position: 0px -2474px;}
.btn.signup:hover span span, .btn.signup:focus span span, .btn.signup.active span span { background-position: 0px -2537px; }
