
        a.back{
            width:256px;
            height:73px;
            position:fixed;
            bottom:15px;
            right:15px;
            background:#fff url(codrops_back.html) no-repeat top left;
            z-index:1;
            cursor:pointer;
			color:#fff;
        }
        a.activator{
            width:153px;
            height:150px;
            position:absolute;
            top:0px;
            left:0px;
            background:#fff url(clickme.html) no-repeat top left;
            z-index:1;
            cursor:pointer;
			color:#fff;
        }
        /* Style for overlay and box */
        .overlay{
            background:transparent url(images/overlay.html) repeat top left;
            position:fixed;
            top:0px;
            bottom:0px;
            left:0px;
            right:0px;
            z-index:100;
			color:#fff;
        }
        .box{
            position:fixed;
            top:-1000px;
            left:32%;
            right:30%;
           /*background:url(images/opaq.png); */
		   background:#FFFFFF;
            border:2px solid #1a853f;
			border-top-left-radius:20px;
			border-top-right-radius:20px;
			border-bottom-left-radius:20px;
			border-bottom-right-radius:20px;
            -moz-box-shadow: 0 1px 5px #1a853f;
            -webkit-box-shadow: 0 1px 5px #1a853f;
            z-index:101;
			width:450px;
			height:380px;
			color:#fff;
        }
        .box h2{
			color:#FF4242; border-bottom:1px dashed #FFCC00;
			font-family:"Exotc350 Bd BT"; margin:0; padding:10px;
			font-size:22px;
			text-align:center;font-weight: normal;
        }

a.boxclose{
            float:right;
            width:26px;
            height:26px;
            background:transparent url(../images/cancel.html); repeat top left;
            margin-top:7px;
            margin-right:12px;
            cursor:pointer;
        }
		
		.offer_img {border:none;}