#comments{
	border: double 4px #AE4C3F;
	position: absolute;
	left:200px;
	background: #fff;
	display: none;
	width: 550px; 
	height:200px;
	cursor: default;
	overflow:auto;
	padding:10px;
}

div.instructions{
    border: double 4px #AE4C3F;
    width: 300px;
	position: absolute;
	top: 60px;
	right: 100px;
}
.instructions ul li {
	display:block;
	list-style-type: none;
	margin-top:4px;
    margin-left:-15px;
}
