/*html, body { min-height: 100% !important; }*/
.loginform {
    height: 400px;
    display: block;
}
.credits {
    font-size: 7pt;
    position: absolute;
    bottom: 0;
    padding: 2px;
}

.login-header { width: 600px; height: 150px;padding-top:20px; margin: auto !important;}
.logo-container { width: 200px; float:left;display: inline-block;}
.logo-container img { width: 120px; }
.title-container {width: 400px; float: left; display: inline-block;}
.login-contents {width: 600px; margin:auto !important; display: block;}
.logo-small { width: 60px;}

#loader {
    display:none;
    position: absolute;
    top: 150px;
    width: 80%;
    height: 50px;
    vertical-align: middle;
    margin: auto !important;
    border: 1px solid green;
    border-radius: 5px;
    background-color: #FFFFFF;
}

#notification-area {
    position: fixed;
    z-index: 100;
}

div.adv-300-250 {
    display:block;
    position: absolute;
    right: 0;
    bottom:0;
}

.footer {
    display:block;
    width: 100%;
    height: 25px;
    border: 1px dashed black;
    background-color: #eee;
    padding: 2px;
    position: fixed;
    left:0;
    bottom: 0;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}