div#cdmbonus{
    display:none;

    /*set the div in the bottom right corner*/
    position:fixed;
    bottom:0;
    right:0;
	margin-right: 20px;
    width:200px;
	height: 200px;
    
    /*give it some background and border*/
    background:#eee;
    border:1px solid #ddd;
	z-index:100;
  }

div#cdmbonus a.close {
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
	top: 5px;
	left: 180px;
	cursor: pointer;
}



