@charset "utf-8";

body {
    height: 510px;
    text-align: center;
}

.whiteWindow {
	position: absolute;
	left: 20px;
	width: 320px; height: 360px;
	overflow: hidden;
}

#mantis {
	position: relative;
	left: -1px; top: 23px;
}

#gridCan {
	position: absolute;
	left: 19px; top: 11px;
}

.controlBack {
	height: 65px;
}

.controlPanelBack {
	height: 55px;
	margin-top: 5px;
	position: absolute;
	width: 180px;
}

#samplePanelLeft {
	left: 90px;
}

#btn {
	display: inline-block;
	height: 26px;
	position: relative;
	margin-top: 15px;
	width: 100px;
}