.JSPlumb{
	border:1px solid black;
	background-color:#DDDDDD;
	clear:both;
	width:600px;
	height:600px;
	position:relative
}
#object01{
	border:1px solid black;
	width:100px;
	height:100px;
	position:absolute;
	top:100px;
	left:50px
}
#object02{
	border:1px solid black;
	width:100px;
	height:100px;
	position:absolute;
	top:400px;
	left:350px
}
.object{
	text-align:center;
	font-size:20px;
	padding:5px;
	background-color:#FF792B
}
.instructions{
	font-size:12px
}
.clue{
	padding:3px;	
	position:absolute;
	top:125px;
	left:300px;
	width:250px;
	border:2px dashed black;
	background-color:#CCFFCC;
	display:none
}
