﻿        body
        {
            background: #3C4C74 url(images/login_fullback.png);
            background-repeat: repeat-x;
            margin: 0;
            padding: 0;
            text-align: center;
        }
        #divLogin
        {
            background: url(images/login_back.png);
            background-repeat: no-repeat;
            background-position: top center;
            margin: 0;
            padding: 0;
            width: 600px;
            height: 600px;
            text-align: left;
            margin-left: auto;
            margin-right: auto;
        }
        #txtUsername
        {
            border: none;
            background-color: transparent;
            position: relative;
            top: 269px;
            left: 235px;
            width: 100px;
            color: #0099CC;
            font-size: 14px;
            clear: right;
            display: block;
        }
        #txtPassword
        {
            border: none;
            background-color: transparent;
            position: relative;
            top: 286px;
            left: 235px;
            width: 100px;
            color: #0099CC;
            font-size: 14px;
            clear: right;
            display: block;
        }
        #btnLogin
        {
            border: none;
            background-color: transparent;
            position: relative;
            top: 226px;
            left: 365px;
            width: 110px;
            height: 65px;
            color: #0099CC;
            font-size: 14px;
            clear: right;
            display: block;
        }
        #divVersion
        {
            position: relative;
            top: 254px;
            left: 130px;
            width: 120px;
            color: #BBBBBB;
            font-size: 13px;
            letter-spacing: 0.1px;
            font-family: helvetica,arial;
        }