﻿body {
    background-color: rgb(73, 80, 85);
    font: normal normal normal 11px/normal Helvetica, Arial, sans-serif;
    height: 100%;
}

body.testmode {
}

body.testmode .testmode-message {
    background: #FFCB00;
    color: #AA1818;
    font-size: 24px;
    padding: 5px 0;
    text-align: center;
}

span.version {
    display: inline-block;
    height: 46px;
    min-width: 32px;
    background: transparent url(/images/ui/version-left.png) top left no-repeat scroll;
    white-space: nowrap;
    padding-left: 19px;
}

span.version span {
    background: transparent url(/images/ui/version-right.png) right top no-repeat;
    display: block;
    min-width: 32px;
    padding-right: 12px;
    padding-left: 4px;
    text-align: center;
    height: 46px;
    font-family: Myriad Pro;
    font-size: 16px;
    color: #333;
    line-height: 44px;
}

div#content {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    min-width: 982px;
    min-height: 592px;
    background: url(/images/backgrounds/login-bg.jpg) repeat-x rgb(49, 55, 60);
    background-position: 0 50%;
}

div#lock {
    position: absolute;
    left: 16px;
    top: 0;
    width: 400px;
    height: 100%;
    display: block;
    background-image: url(/images/common/lock.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}

div#box {
    position: absolute;
    left: 450px;
    top: 50%;
    margin-top: -150px;
    width: 500px;
    height: 300px;
    color: #fff;
}

h2 {
    font: normal normal bold 15px/20px Helvetica, sans-serif;
    margin-bottom: 3px;
    color: #fff;
}

h3 {
    font: normal normal bold 13px/17px Helvetica, sans-serif;
    margin-bottom: 3px;
    color: #fff;
}

fieldset {
    border: none;
    font: normal normal normal 100%/120% Helvetica, Arial, sans-serif;
    height: 52px;
    position: relative;
}

label {
    width: 0px;
    height: 0px;
    cursor: default;
    display: inline;
}

.placeholder span {
    position: absolute;
    z-index: 5;
    color: rgb(64, 64, 64);
    font-size: 13px;
    line-height: 16px;
    padding: 5px;
    padding-top: 4px;
    display: block;
    height: 16px;
    width: 85px;
}

div.row {
    float: left;
    position: relative;
    margin-top: 8px;
}

div.row.username {
    margin-left: -1px;
}

fieldset input {
    padding: 4px 3px 1px;
    font-size: 13px;
    z-index: 2;
    font-family: Helvetica;
    width: 185px;
    border: 1px solid rgb(30, 31, 33);
    height: 1.35em;
    margin: 0px 6px 0px 0px;
}

a, a:link, a:visited {
    color: #fff;
    text-decoration: none;
}

a.button, a.button:link, a.button:visited {
    cursor: pointer;
    float: right;
    height: 28px;
    line-height: 32px;
    white-space: nowrap;
}

a.submit, a.submit:link, a.submit:visited {
    background-image: url(/images/common/buttons.png);
    background-repeat: no-repeat;
    background-position: -156px -140px;
    color: #000;
    width: 76px;
    padding-left: 10px;
}

a.button strong, a.button span {
    display: block;
    font-weight: normal;
    height: 28px;
    min-width: 48px;
    text-align: center;
}

a.button strong {
    background-image: url(/images/common/buttons.png);
    background-repeat: no-repeat;
    background-position: 100% -20px;
    padding-right: 10px;
    width: 66px;
    font-weight: bold;
}
