        .no-csstransitions .subscription-ready {
            right: 30px;
        }

        .csstransitions .subscription-ready {
            right: 30px;
            -webkit-transition: right 0.5s ease-in-out 0s;
            -o-transition: right 0.5s ease-in-out 0s;
            -moz-transition: right 0.5s ease-in-out 0s;
            transition: right 0.5s ease-in-out 0s;
        }

        .subscription-hidden {
            right: -500px;
        }

        .subscription-close {
            display: none;
        }

        .no-boxshadow .subscription-def {
            background-image: url('../edeals-popup/images/edeals-pop-up3.png'); 
            width: 450px; 
            height: 250px; 
            zoom: 1;
	    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#999999, Strength=8, Direction=90),
	    	progid:DXImageTransform.Microsoft.Shadow(Color=#999999, Strength=8, Direction=180);
            position: fixed; 
            bottom: 40px; 
        }

        .boxshadow .subscription-def { 
            background-image: url('../edeals-popup/images/edeals-pop-up3.png'); 
            width: 450px; 
            height: 250px; 
            position: fixed; 
            bottom: 40px; 
            box-shadow: 8px 8px 8px #999999; 
        }

