@charset "utf-8";
@import url('generic.css');

html
{
    background-color: #0f1d49;
    background-image: url(/img/lib24watch/page-background.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}
    
form
{
    display: block;
    
    width: 433px;
    height: 294px;
    
    margin: 145px auto 0px auto;
    padding: 0px;
    
    background-color: white;
    background-image: url(/img/lib24watch/login-background.jpg);
    background-repeat: no-repeat;
    color: black;
    
    text-align: center;
}

h1
{
    display: none;
}

h2
{
    display: block;
    
    width: 179px;
    height: 90px;
    
    background-image: url(/img/lib24watch/24watch-logo.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    
    margin: 0px auto 45px auto;
    
    text-indent: -5000px;
}

div.input label
{
    color: #113388;
    font-weight: bold;
    text-align: right;
    
    display: block;
    width: 80px;
    
    margin: 5px 0px 0px 0px;
    padding: 0px;
    
    float: left;
    
    background-image: none;
}

div.input label:before
{
    content: "";
}

div.input
{
    margin: 0px auto 0px auto;
	padding: 0px;
    
    clear: both;
    
    width: 250px;
    height: 30px;
}

input, input#Lib24watchUserUsername
{
    width: 150px;    
    float: right;
}

div.submit input
{
    float: none;

    border: none;

    background-color: #054d92;
    background-image: url(/img/lib24watch/login-button.gif);
    background-repeat: no-repeat;
    
    color: white;
    
    font-size: 7pt;
    font-weight: bold;
    
    display: block;
    margin: 0px auto 0px auto;
    
    width: 59px;
    height: 19px;
    
    overflow: hidden;
    
    cursor: pointer;
}

p#powered-by-24watch
{
    width: 433px;
    height: 11px;
    
    margin: 0px auto 0px auto;
    
    text-indent: -5000px;
    
    background-image: url(/img/lib24watch/powered-by-orases.jpg);
    background-repeat: no-repeat;
    background-position: right;
}

p#powered-by-24watch a
{
    display: block;
    
    height: 11px;
}

p#version
{
    width: 433px;
    height: 20px;
    
    margin: 0px auto -20px auto;
    padding: 0px 0px 0px 25px;
}

div.error-message
{
    width: 433px;
    position: absolute;
    
    top: 405px;
    left: 50%;
    
    margin: 0px 0px 0px -216px;
    color: red;
}

div#loginPrompt
{
    display: none;
}
