@charset "UTF-8";
/* CSS Document */
	html,body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}


 /*this is what we want the div to look like*/
  div.botright{
    display:block;

    /*set the div in the bottom right corner*/
    /*position:absolute;*/ 
	position:fixed;
	z-index:100;
    bottom:20px;
    right:20px;
    width:280px;
    
    /*give it some background and border*/
  /*  background:#eee;
    border:1px solid #ddd;*/}
	
	#closeButton{float:right;}