div#test,div#test2 {
	width: 150px;
	height: 50px;
	border: 3px solid #AF0078;
	padding: 10px;
	background-color: #ffffff;
	position: absolute;
	top: 500px;
	right: 10px;
	cursor: pointer;
	z-index: 200;
}

div#test2 {
	position: fixed;
	top: 420px;
}

div.dragged {
	cursor: all-scroll !important;
	border-color: #cc0000 !important;
	z-index: 300 !important;
}

a.keyLink {
	position: absolute;
	top: -2px;
	right: -2px;
	width: 20px;
	height: 20px;
	border: 1px solid #000000;
	background-image: none;
	font-size: 120%;
	text-align: center;
	padding: 0;
	background-color: #ffffff;
	opacity: .5;
}

div.dragged a.keyHTML,a.keyHTML:focus {
	border-color: #cc0000;
}
a.keyLink:focus {
	background-color: #ffb;
	color: black;
	font-weight: bold;
	opacity: 1;
}
