.img_login
{
    background-image: url(../images/btn/login.png );
    background-color: transparent;
    width: 82px;
    height: 25px;
    cursor: default;
    background-repeat: no-repeat;
}

    .img_login:hover
    {
        background-image: url(../images/btn/login_over.png );
        background-color: transparent;
        width: 82px;
        height: 25px;
        cursor: pointer;
        background-repeat: no-repeat;
    }
	
.Logincheck
{
    display: normal;
    z-index: 98999;
    width: 100%;
    /*margin-left: -500px;*/
    text-align: center;
    position: absolute;
    /*left: 50%;*/
    top: 54px;
    height: 100%;
    overflow: hidden;
    background-color: #c0c0c0;
    opacity: 1;
}
