#directions {
	width: 655px;
	position: absolute;
	left: 289px;
}
#audiodiv1  {
	 
	position: absolute;
	left: 389px;
}
#Monty01 {
	width: 150px;
	position: absolute;
}
#Monty02 {
	width: 150px;
	position: absolute;
	display: none;
}
#Monty03 {
	width: 150px;
	position: absolute;
	display: none;
}
#Monty04 {
	width: 150px;
	position: absolute;
	display: none;
}
#Monty05 {
	width: 150px;
	position: absolute;
	display: none;
}
/*#wall {
	position: absolute;
	top: 230px;

}*/
#important {
	position: absolute;
	width: 110px;
	left: 159px;
}

#questionMark {
	position: absolute;
	width: 110px;
	left: 159px;
	display: none;
}

#question {
	width: 655px;
	position: absolute;
	left: 289px;
	display: none;
}
#feedback01 {
	background-color: #FFFFFF;
	width: 385px;
	position: absolute;
	left: 390px;
	top: 105px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 21px;
	border: 4px solid #668ba6;
	border-radius: 9px;
	-webkit-box-shadow: 3px 3px 7px #AAA7A7;
	box-shadow: 3px 3px 7px #AAA7A7;
	display: none;
}
#feedback02 {
	background-color: #FFFFFF;
	width: 385px;
	position: absolute;
	left: 390px;
	top: 105px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 21px;
	border: 4px solid #668ba6;
	border-radius: 9px;
	-webkit-box-shadow: 3px 3px 7px #AAA7A7;
	box-shadow: 3px 3px 7px #AAA7A7;
	display: none;
}
#feedback03 {
	background-color: #FFFFFF;
	width: 385px;
	position: absolute;
	left: 390px;
	top: 105px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 21px;
	border: 4px solid #668ba6;
	border-radius: 9px;
	-webkit-box-shadow: 3px 3px 7px #AAA7A7;
	box-shadow: 3px 3px 7px #AAA7A7;
	display: none;
}
#feedback04 {
	background-color: #FFFFFF;
	width: 385px;
	position: absolute;
	left: 390px;
	top: 105px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 21px;
	border: 4px solid #668ba6;
	border-radius: 9px;
	-webkit-box-shadow: 3px 3px 7px #AAA7A7;
	box-shadow: 3px 3px 7px #AAA7A7;
	display: none;
}
.incorrect {
	color: #F00C0F;
	font-weight: bold;
}
.correct {
	color: #16AD31;
	font-weight: bold;
}

.button {
	background-color: #a9d590;
	color: #000000;
	border-left: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	font-weight: bold;
	font-size: 0.9em;
	border-radius: 5px;
	cursor: pointer;
}

input[type="radio"], label {
	cursor: pointer;
}

