
#login {
        position: relative;
	background-image: url(bg-blank-gfc.png);
        // background: url('images/login-bkg-tile.gif') no-repeat top center;
        // color: #fff;
        color: navy;
        margin: 5em auto 1em;
        padding: 30px 0 0;
        // width: 425px; 
        // _width: 390px;
        width: 640px; 
        _width: 390px;
        height: 480px;
}       

#login form {
        background: url('images/login-bkg-bottom.gif') no-repeat bottom center;
        padding: 0 50px 25px;
        _width: 325px;
        _margin: 0 auto;
        min-height: 200px;
        height: auto !important; /* min-height fast hack */
        height: 200px;
}

