﻿body
{
	margin: 0;
	padding: 0;
	font-family: helvetica, Arial;
	font-size: 12px;
	position: absolute;
	width: 100%;
	height: 100%;
}

.uploadContent, .textContent, .webcamContent, .linkContent, .quizContent, .webLinkContent
{
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow:hidden;
}

.draggable
{
	position: absolute;
	width: 150px;
	height: 150px;
}

.draggable img
{	
	height:100%;
}


.dragHandle 
{
	display:none;
}