#ArchiveRegister {
            right: 0;
            position: fixed;
            top: 35%;
            z-index: 8888;
            background: url(../../images/try-back.png) no-repeat scroll left top transparent;
            color: transparent;
            float: right;
            height: 90px;
            padding: 0px 20px 0;
            width: 220px;
            margin-left: 15px;
        }

            #ArchiveRegister a {
                color: transparent;
            }

            #ArchiveRegister h3 {
                color: transparent;
                font-size: 18px;
                font-weight: bold;
                padding-left: 20px;
                margin-top: 0px;
            }

            #ArchiveRegister p {
                font-size: small;
                margin-top: -10px;
                margin-bottom: 10px;
            }