#floatingPanel { 
	position: absolute;
	background: #eee;
	width: 200px;
	height: 100px;
	left: 100px;
	top: 100px;
	padding: 10px 20px;
	margin: 10px 20px;
	border: 6px solid grey;
	cursor: pointer;
}
