        BODY{
            margin: 0px;
            padding: 0px;
            font-family: Arial;
            font-size: 12px;
            color: #000000;
            overflow: hidden;
            text-align: center;
        }
        
        DIV#content {
            width: 780px;
            height: 540px;
	    margin: auto;
	    margin-top: 100px;
	    padding: 0;
	    background-image: url(../img/login/login.jpg);
	    background-position: top center;
	    background-repeat: no-repeat;
        }

        INPUT {
            border: 1px #7F9DB9 solid;
            width: 150px;
            height: 19px;
            color: black;
            background-color: white;
            font-size: 10px;
        }

        INPUT#login {
	    position: relative;
	    top: 320px;
	    left: 205px;
        }
        
        INPUT#psswd {
            position: relative;
	    top: 325px;
	    left: 203px;
        }

        INPUT#submit {
            position: relative;
	    top: 361px;
	    left: 230px;
            width: 100px;
            height: 30px;
            filter: alpha(opacity=0);
            opacity: 0;
            cursor: pointer;
            z-index: 5;
        }
        
        SPAN#loginLbl {
            position: relative;
	    top: 320px;
	    left: 190px;
	    font-weight: bold;
	    font-family: Arial;
	    color: #014073;
        }
        
        SPAN#psswdLbl {
            position: relative;
	    top: 325px;
	    left: 192px;
	    font-weight: bold;
	    font-family: Arial;
	    color: #014073;
        }
        
        SPAN#submitLbl {
            position: relative;
	    top: 357px;
	    left: 165px;
	    font-weight: bold;
	    font-family: Arial;
	    color: #FFCB07;
	    cursor: pointer;
        }
        
        DIV#alert{
            position: relative;
            left: -150px;
            top: 310px;
            color: #C80505;
            font-weight: bold;
            font-size: 14px;
        }

