/* general settings */
html, body {
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    font-family: Verdana;
    font-size: 11px;
    color: #454545;
    background-color: #252424;
    margin: 0px;
    padding: 0px;
}
form {
    margin: 0px;
    padding: 0px;
}
img {
    border-style: none;
}
a {
    color: #ffffff;
}

/* layout properties */
div.layout {
    position: relative;
    width: 497px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
}
div.wrapper {
    position: absolute;
    top: 50%;
    width: 497px;
    height: 245px;
    background-image: url('/images/general/login-box-blue.png');
    background-repeat: no-repeat;
    margin-top: -150px;
}

/* content */
div.caption {
    float: left;
    margin: 35px 13px 0px 14px;
}
div.content {
    float: left;
    width: 295px;
    height: 245px;
}
div.content-inner {
    margin: 30px 42px 0px 28px;
}
div.navigation {
    float: left;
    width: 125px;
    margin-top: 10px;
    margin-left: 15px;
}
div.footer {
    height: 206px;
    color: #ffffff;
    background-image: url('/images/general/shadow.png');
    background-repeat: no-repeat;
    *margin-top: -5px;
    padding-top: 15px;
}
div.cms-complex {
    float: left;
    width: 300px;
}
div.cms-row {
    margin-bottom: 2px;
}
div.copy {
    float: left;
    font-size: 11px;
    color: #ffffff;
    margin-top: 5px;
}
div.image {
    float: left;
    margin-top: 5px;
    margin-right: 15px;
}
div.remember {
    float: left;
    line-height: 18px;
    margin-top: 37px;
}
span.cms-info, a.cms-info {
	color: #95bde5;
}
a.link {
    display: block;
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 5px;
    margin-top: 5px;
}
a.item-top {
    float: right;
    display: block;
    width: 23px;
    height: 23px;
    background-image: url('/images/general/icon-close.png');
}

/* form */
div.field-wrapper {
    background-image: url('/images/general/input-field.png');
    background-repeat: no-repeat;
    background-color: transparent;
}
input.field {
    width: 200px;
    margin: 10px;
    background-color: transparent;
    border-style: none;
    padding-top: 3px;
    padding-bottom: 3px;
}
input.button {
    float: right;
    width: 96px;
    height: 38px;
    font-size: 12px;
    font-size: inherit !important;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    background-image: url('/images/general/button-blue.png');
    background-color: transparent;
    border-style: none;
    margin-top: 25px;
}
input.chbox {
    float: left;
    margin-right: 10px;
}
label.form-box {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 5px;
}
label.info {
    float: left;
    text-transform: none;
    margin: 0px;
}

/* other elements */
.notice {
    color: #95bde5;
}
.b {
    font-weight: bold;
}
.pic {
    float: left;
}
div.fleft {
    float: left;
}
div.fright {
    float: right;
}
div.spacer {
    clear: both;
    height: 60px;
    line-height: 70px;
}
div.clear {
    clear: both;
    height: 1px;
    line-height: 1px;
}
div.clear5 {
    clear: both;
    height: 5px;
    line-height: 5px;
}
div.clear10 {
    clear: both;
    height: 10px;
    line-height: 10px;
}
div.clear20 {
    clear: both;
    height: 20px;
    line-height: 20px;
}
