html,body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-size: 16px;
}


div.dragged 
{
	cursor: all-scroll !important;
	border-color: #ff0000 !important;
	background-color: #ffff00;
	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: .0;
}

div.dragged a.keyHTML,a.keyHTML:focus { border-color: #ff3333; background-color: #ffff00; }
