* {
    margin: 0;
    padding: 0;
}
.clearing {
    clear: both;
}
html {
    height: 100%;
}
html body {
    height: 100%;
    background: center -100px no-repeat #2a3542;
}
html body #logo {
    margin-left: 30px;
    width: 230px;
    height: 62px;
}
html body #logo a {
    display: block;
    height: 62px;
    background: url(/img/logo_admin_36.png) 0px 16px no-repeat;
    padding-left: 44px;
    line-height: 62px;
    color: #fff;
    font-family: "PT Sans";
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
}
html body #login-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -180px;
}
html body #login-wrapper #login-content {
    font-family: "PT Sans";
    width: 360px;
    height: 360px;
    text-align: center;
}
html body #login-wrapper #login-content h1 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
}
html body #login-wrapper #login-content p {
    font-size: 13px;
    color: #aae2ff;
    margin-bottom: 30px;
}
html body #login-wrapper #login-content a {
    color: #fff;
}
html body #login-wrapper #login-content .inputfield #username, html body #login-wrapper #login-content .inputfield #password, html body #login-wrapper #login-content .inputfield #email {
    color: #2a3542;
    border: 0;
    padding: 0px 20px;
    height: 42px;
    width: 320px;
    box-shadow: inset 1px 1px 2px #013c5b;
    margin-bottom: 30px;
    background: #fff;
}
html body #login-wrapper #login-content .inputfield #username.default, html body #login-wrapper #login-content .inputfield #password.default, html body #login-wrapper #login-content .inputfield #email.default {
    color: #99cce9;
    font-style: italic;
}
html body #login-wrapper #login-content .submitForm {
    display: inline-block;
    height: 42px;
    border: 1px solid #175172;
    background: transparent;
    color: #aae2ff;
    padding: 0px 30px;
    cursor: pointer;
    text-decoration: none;
    line-height: 42px;
    font-size: 12px;
    font-weight: bold;
}
html body #login-wrapper #login-content .submitForm:hover {
    height: 42px;
    background: #02517b;
    box-shadow: inset 0px 0px 2px #013c5b;
}
html body #login-wrapper #login-content a.submitForm {
    height: 40px;
}
html body #login-wrapper #login-content a.submitForm:hover {
    height: 40px;
}
.toast-container {
    position: fixed;
    top: 6px;
    font-family: "PT Sans";
    right: 6px;
}
.toast-container .toast-wrapper {
    cursor: pointer;
    width: auto;
    background: #FFF;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    background: url(/images/20black.png);
    padding: 4px 4px 4px 4px;
    color: #EAEAEA;
    float: right;
    clear: both;
}
.toast-container .toast-wrapper .toast {
    position: relative;
    padding: 15px;
    display: block;
    background: url(/images/header/bg-hover.png) repeat-x #383a3c;
}
.toast-container .toast-wrapper .toast div.icon {
    margin-right: 10px;
    float: left;
}
.toast-container .toast-wrapper .toast.message div.icon {
    height: 17px;
    width: 22px;
    background: url(/images/toast/icon-toast-message.png) center center no-repeat;
}
.toast-container .toast-wrapper .toast.message div.msg {
    margin-left: 32px;
}
.toast-container .toast-wrapper .toast.error div.icon {
    height: 18px;
    width: 18px;
    background: url(/images/toast/icon-toast-error.png) center center no-repeat;
}
.toast-container .toast-wrapper .toast.error div.msg {
    margin-left: 28px;
}
