﻿img#bg
{
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
#pageHeader
{
    z-index: 1;
    color: White;
    text-align: right;
    width: 100%;
    border: solid 1px white;
}
#pageBody
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#pageBody div
{
    float: left;
}
html
{
    height: 100%;
    width: 100%;
    overflow: hidden;
}

input.textbox
{
    background-color: Transparent;
    border: solid 1px white;
    width: 200px;
}

input.button
{
}



body
{
    height: 100%;
    width: 100%;
    margin: 0px;
    text-align: center;
}

body.mlb
{
    background: #000;
}

.inner #loginUpperSecton
{
    height: 200px;
}
.inner #loginLowerSecton
{
    width: 50%;
    height: 200px;
}
input[type=text]:focus
{
}
div#loginInfo
{
    position: absolute;
    top: 348px;
    left: 5px;
    width: 156px;
    text-align: left;
    font-size: 10px;
}
