
 
        a.back{
            width:256px;
            height:73px;
            position:fixed;
            bottom:15px;
            right:15px;
            background:#fff url(images/codrops_back.png) no-repeat top left;
            z-index:1;
            cursor:pointer;
        }
        a.activator{
            width:153px;
            height:150px;
            position:absolute;
            top:0px;
            left:0px;
            background:#fff url(images/clickme.png) no-repeat top left;
            z-index:1;
            cursor:pointer;
        }
        /* Style for overlay and box */
        .overlay{
            background:transparent url(images/overlay.png) repeat top left;
            position:fixed;
            top:0px;
            bottom:0px;
            left:0px;
            right:0px;
            z-index:10000;
        }
        .boxo {
            position:fixed;
            width: 350px;
            top:-500px;
            left:30%;
            right:30%;
            background: #fff url(images/fullback.png) bottom left repeat-x;
            color:#fff;
            padding:30px;
            border:5px solid #333;
            -moz-border-radius: 20px;
            -webkit-border-radius:20px;
            -khtml-border-radius:20px;
            -moz-box-shadow: 0 1px 5px #333;
            -webkit-box-shadow: 0 1px 5px #333;
            z-index:10001;
        }
        .boxo span { font-size: 1.75em;font-weight: bold;color: #d21034; }
        .boxo p { font-size: 1.1em;color: #000 !important; }
        .boxo label { color: #fff;font-size: 1.25em; }
        a.boxclose{
            float:right;
            width:35px;
            height:35px;
            background:transparent url(images/cancel.png) repeat top left;
            margin-top:-45px;
            margin-right:-45px;
            cursor:pointer;
        }
		.take-btn a { margin: 10px 0 0 115px;padding: 5px;background: #a61522 url(images/btn.png) top left repeat-x;border: 1px solid #900;-moz-border-radius: 3px;-webkit-border-radius:3px;color: #fff;font: bold 12px/1.4 Arial,Helvetica,sans-serif;text-decoration: none; }
		.take-btn a:hover { background: #900; }
		
		* html .take-btn a { margin: 5px 0 0 60px; }
		* html a.boxclose { margin-right:-35px; }
