.dragable
{
	position:relative;
	cursor: move;
}

.forbiddenArea
{
	background-color: transparent;
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	visibility: hidden;
	/*cursor: wait;*/
	cursor: not-allowed;
	z-index: 100;
}