#EventContainer {
	    background-color:#ffe6e6;
	    border:1px;
	    border-color:#000000;
	    position: absolute;
	    display : block;
	    top:400px;
	    left:30px;

	    z-index:10000;

	    width:200px;
	    height:200px;
	    
	    -moz-opacity:0.90;
	    filter: alpha(opacity=90);
	  }