html
{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Microsoft Sans Serif';
    font-size: x-small;
    color: #000101;
    background: url(/Images/Theme/background.png) left top repeat-x;
}

.centred
{
    padding: 20px 30px 5px 30px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.left, .right, .top, .bottom
{
    position: absolute;
}

.left
{
    left: -6px;
    background: url(/Images/Theme/entry-left.png) left top repeat-y;
}
.right
{
    right: -6px;
    background: url(/Images/Theme/entry-right.png) left top repeat-y;
}
.top
{
    top: -6px;
    background: url(/Images/Theme/entry-top.png) left top repeat-x;
}
.bottom
{
    bottom: -6px;
    background: url(/Images/Theme/entry-bottom.png) left top repeat-x;
}

.left, .right
{
    top: 6px;
    bottom: 6px;
    width: 12px;
}


.rolesList input
{
    border: 0px;
    padding: 8px 0px 8px 0px;
}

input
{
    border: 1px solid #cccccc;
    padding: 2px 1px;
}
.top, .bottom
{
    left: 6px;
    right: 6px;
    height: 12px;
}

.corner1, .corner2, .corner3, .corner4
{
    position: absolute;
    width: 12px;
    height: 12px;
}
.corner1
{
    top: -6px;
    left: -6px;
    background: url(/Images/Theme/entry-top-left.png) left top no-repeat;
}
.corner2
{
    top: -6px;
    right: -6px;
    background: url(/Images/Theme/entry-top-right.png) left top no-repeat;
}
.corner3
{
    bottom: -6px;
    right: -6px;
    background: url(/Images/Theme/entry-bottom-right.png) left top no-repeat;
}
.corner4
{
    bottom: -6px;
    left: -6px;
    background: url(/Images/Theme/entry-bottom-left.png) left top no-repeat;
}


.wrapper
{
    position: absolute;
    top: 0px;
    height: 100%;
    display: table;
    padding-left: 50%;
}
.outer
{
    display: table-cell;
    vertical-align: middle;
}
.centred
{
    position: relative;
    left: -50%;
    font-size: 1.4em;
    background: url(/Images/Theme/entry-center.png) left top repeat;
}
.centred h4
{
    margin: 0;
    font-size: 1.2em;
}
.centred p
{
    margin: 10px 0 -10px;
    color: #c43030;
}
.centred form
{
    margin: 0;
    padding: 0 0 15px;
}
.centred table
{
    border-collapse: collapse;
}
.centred td
{
    padding: 0;
}
.centred table label
{
    display: block;
    padding: 15px 0 0 0;
    white-space: nowrap;
}

.loginButton
{
    float: right;
    width: 76px;
    height: 21px;
    margin: 15px 0 0 0;
    border: 0;
    background: url(/Images/Theme/button.png) left bottom no-repeat;
}

.loginButton:hover
{
    background: url(/Images/Theme/button.png) left top no-repeat;
}

.commonButton
{
    width: 76px;
    height: 21px;
    border: 0;
    text-align: center;
    background: url(/Images/Theme/button.png) center bottom no-repeat;
}

.commonButton:hover
{
    background: url(/Images/Theme/button.png) center top no-repeat;
}

.long
{
    width: 230px;
    margin: 15px 0 0 10px;
    font-size: 0.85em;
}
.rem
{
    position: absolute;
    bottom: 5px;
    padding: 0 0 0 10px;
    font-size: 0.85em;
    background: url(/Images/Theme/remember-left.png) left top no-repeat;
}
.rem input
{
    float: left;
    margin: 8px 0 0 0;
    padding: 2px;
    font-size: 1.6em;
}
.centred .rem label
{
    display: block;
    float: left;
    padding: 7px 10px 4px 5px;
    background: url(/Images/Theme/remember-right.png) right top no-repeat;
}
#entrylogo
{
    position: absolute;
    left: 0px;
    bottom: 100%;
    width: 100%;
    text-align: center;
}
#entrylogo div
{
    margin: 0 auto;
    height: 50px;
    width: 100%;
    background: url(/Images/Theme/logo.png) center no-repeat;
}
#entrylogo h1
{
    margin: 5px 0 5px 0;
    padding: 0;
    font-size: 1.4em;
}
#details
{
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -35px;
    word-spacing: 5em;
    text-align: center;
}
#details a
{
    word-spacing: normal;
    font-size: 0.85em;
    color: #604080;
}
#details a:hover
{
    color: #4f009f;
}
/* Firefox hack */
input[type="submit"], input[type="button"], x:-moz-any-link
{
    padding-top: 0px !important;
}

#help
{
    position: absolute;
    width: 100%;
    left: 0px;
    top: 80%;
    text-align: center;
    font-size: 1.6em;
}

.checkBox INPUT
{
    border: 0px;
    padding-left: 4px;
}

