#drag {
	position:absolute;
	bottom:55px;
	right:80px;
}

.drag {
	width:100px;
}

.drag:hover {
	cursor: pointer;
}

.rotateBtn {
	position:absolute;
	bottom:60px;
	right:220px;
}

.rotateBtn:hover {
	cursor: pointer;
}

input {
	position:absolute;
	border:none;
	background:none;
	height:42px;
	width:120px;
	font-size:2em;
	text-align:center;
}