﻿#header, #title, #footer, #wrapper {
    width:100%;
}

html {
    height:100%;
    background-image:url(global/images/HPI_front.jpg);
    background-repeat:no-repeat;
    background-position-x:left;
    background-position-y:bottom;
    background-attachment:fixed;
    background-size: cover;
    background-color:silver;
    margin-top:-10px;
}

.login_frame {
    position:fixed;
    width:280px;
    left:50%;
    top:25%;
    margin-left:-142px;
    background-color:white;
    border:solid 1px gray;
    border-radius:6px;
    filter:alpha(opacity=85);
    opacity:0.85;
}

#login_title {
    border-bottom:solid 2px #005293;
    border-radius:6px 6px 0px 0px;
    padding:5px;
}

.divtbx {
    border:none;
    width:260px;
    margin:5px;
    padding: 5px;
    border-bottom:1px solid silver;
}

.divtbx .tbx {
    padding:0px;
    margin:0px;
    width:260px;
    border:none;
    font-size:11pt;
}

.error_text {
    position:absolute;
    width:230px;
    color:red;
    margin-left:10px;
    font-size:8pt;
}