@charset "utf-8";

#plan_body {
	height: 400px;
	position: relative;
	z-index: 0;
	margin-top: -60px;
}

#plan {
	position: absolute;
	left: 130px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 0;
	top: 0px;
}
#instructions {
	position: absolute;
	top: 0px;
	left: 150px;
}
#west_window {
	position: absolute;
	z-index: 1;
	top: 130px;
	left: 10px;

	border: 3px solid #0401C0
	background-color: #CCCCCC;;
	width: 154px;
	border: 3px solid #0E04FF;
	background-color: #FFFFFF;
}


#north_window {
	z-index: 1;
	position: absolute;
	left: 670px;



	border: 3px solid #4CF34D
	background-color: #CCCCCC;;
	width: 120px;
	background-color: #CCCCCC;
	border: 3px solid #1FDD21;
}


#east_window {
	z-index: 1;
	left: 500px;
	top: 140px;
	position: absolute;



	border: 3px solid #ED0000
	background-color: #CCCCCC;;
	border: 3px solid #FF0806;
	width: 154px;
	background-color: #CCCCCC;
}
