root { 
    display: block;
}

body {
    background-color: #000000;
    text-align: center;
    height: 100%;
    margin: 0px;

    font-family: Verdana;
    font-size: 10pt;
    color: #FFFFFF;
}

a:link, a:visited {
    color: #D09030;
    text-decoration: none;
}

a:hover {
    color: #F06030;
    text-decoration: underline;
}

b.b1 {
    color: #D09030;
    font-weight: normal;
}

b.footer {
    font-family: Verdana;
    font-weight: normal;
    font-style: italic;
    font-size: 8pt;
    color: #606060;
}

input, textarea {
    font-size: 9pt;
    color: #FFFFFF;
    background-color: #202020;
    border: 1px solid #909090;
    padding: 1px;
    margin: 0px;
}

td {
    font-size: 10pt;
    color: #FFFFFF;
}

div.container {
    width: 1000px;
    height: 100%;
    margin: 0px auto;
    padding: 0px;
}

html>body div.container {
    min-height: 100%;
    height: auto;
}

div.header {
    width: 1000px;
    height: 195px;
    background-image: url('images/layout/headerNew.png');
    background-position: top left;
    background-repeat: no-repeat;
    text-align: left;
    margin: 0px;
    padding: 0px;

    position: relative;
    top: 0px;
    left: 0px;
}

div.body {
    font-family: Verdana;
    font-size: 10pt;
    color: #FFFFFF;
    text-align: left;

    width: 1000px;
    height: 100%;
    background-image: url('images/layout/body.png');
    background-position: top left;
    background-repeat: repeat-y;
    margin: 0px;
    padding: 5px 110px 10px 110px;
}

html>body div.body {
    width: 780px;
    min-height: 100%;
    height: auto;
}

div.info {
    font-family: Verdana;
    font-size: 10pt;
    color: #FFFFFF;
    text-align: left;

    position: relative;
    top: 108px;
    left: 160px;
}

div.nav {
    font-family: Verdana;
    font-size: 10pt;
    color: #FFFFFF;
    text-align: left;

    position: relative;
    top: 103px;
    left: 550px;
}

div.login {
    font-family: Verdana;
    font-size: 10pt;
    color: #FFFFFF;
    text-align: left;

    position: relative;
    top: 134px;
    left: 110px;
}

form {
    display: inline;
}

html>body form {
    display: block;
}
