body{
	margin: 0px;
}

#frame{
	width: 450px;
	height: 400px;
	position: relative;
	border-color: DarkGray;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	background: linear-gradient(gray, white); 
}

.inspect{
	position: absolute;
	-webkit-user-select: none;
}

.inspect .glass{
	position: absolute;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 1px solid darkgray;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	top: 0;
	left: 0;
	overflow: hidden;
	-webkit-transform: translateZ(0);	/* enable overflow hidden on chrome */
}

.inspect .line{
	position: absolute;
	height: 70px;
	width: 70px;
	top: 70px;
	left: 70px;
	background: rgba(255, 255, 255, 0.2);
	transform: rotate(45deg);
	transform-origin: 0% 0%;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.inspect canvas{
	position: absolute;
	left: -30px;
	bottom: -10px;
}


#view1{
	left: 82px;
	top: 27px;
}

#view2{
	left: 248px;
	top: 37px;
}

#hot-iron{
	position: absolute;
	left: 30px;
	bottom: 20px;
	width: 380px;
}

img.preload{
	display: none;
}


