/*
 * Developed by Altum, Inc.
 * 12100 Sunset Hills Rd, Suite 101, Reston, VA 20190 USA
 * Copyright (c) 2000-2014 Altum, Inc.
 * All rights reserved.
 */
#imageArea{
	width:100%;
	text-align:center;
}
#imageContainer{
	margin:0;
	padding:0;
	overflow:hidden;
}
#imageContainer img{
	cursor:pointer;
}
#sketchWindow.hidden{
	left:-999em;
	top:-999em;
}
#sketchWindow{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:rgba(0,0,0,0.5);
}
#sketchBar{
	position:relative;
	top:12%;
	left:12%;
	width: 500px;
	min-width: 370px;
	width:76%;
	height:34px;
	z-index:1002;
	background:green;
	text-align:center;
}
#sketchBar button{
	margin-top:4px;
}
#sketchContainer{
	position:relative;
	top:12%;
	left:12%;
	width:76%;
	height:76%;
	z-index:1001;
}
#sketchContainer iframe {
	border:none;
	padding: 0px;
	margin: 0px;
	box-shadow: 2px 2px 8px #888;
	width: 500px;
	height: 450px;
	min-width: 370px;
	min-height: 370px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
