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