#gridhumantest {
	padding: 8px;
	left: 0px;
	width: 300px;
	display: inline;
	position: relative;
	float: left;
	height: 200px;
	margin-top: 20px;
	}
#grid {
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 1;
	background-image:url(../images/grid_med.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 261px;
	height: 161px;
	}
#hrag {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	background-image: url(../images/highlight_square.gif); 
	background-position: left; 
	background-repeat: no-repeat; 
	height: 20px; 
	width: 20px; 
	z-index: 2; 
	visibility: hidden;
	}

#errorbox {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 258px;
	height: 158px;
	border: solid 2px red;
	visibility: hidden;
	z-index: 4;
	}
#errortext {
	position: absolute;
	top: 180px;
	text-align: center;
	width: 261px;
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	visibility: hidden;
	left: 15px;
	}
#horiz_slider {
	position: absolute; 
	top: 0px; 
	left: 20px; 
	z-index: 4;
	}
#track4h {
	width: 254px; 
	height: 5px;
	}
#handle4h {
	width: 13px;
	background-image: url(../images/vert_snap.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 177px;
	cursor: move;
	}
#vert_slider {
	position: absolute; 
	top: 20px; 
	left: 0px; 
	z-index: 4;
	}
#handle4v {
	background-image: url(../images/horiz_snap.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 277px;
	height: 13px;
	cursor: move;
	}
#track4v {
	width: 10px; 
	height: 153px;
	}
#grid_explain {
	margin: 50px auto 0 auto; 
	width: 400px; 
	font-size: 75%;
	}
#needed_forms {
	position: absolute; 
	top: 10px; 
	left: 10px; 
	visibility: hidden;
	}
#yup_nope {
	float: right; 
	padding-right: 50px; 
	padding-top: 50px;
	}
