div
	 {
	 position:absolute;
	 }
.login
	{
	position:absolute;
	}
#divClassList
	{
	position:relative;
	padding:5px;
	display:none;
	}
#divSearchCriteria
	{
	position:absolute;
	left:40%;
	width:200px;
	margin-left:350px;
	top:100px;
	height:200px;
	background:lightgray;
	background: -webkit-linear-gradient(#9893C9, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#9893C9, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#9893C9, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#9893C9, white); /* Standard syntax (must be last) */
	border:#8479F7 5px solid;
	padding:3px;
	}
#divAddMe
	{
	position:absolute;
	left:40%;
	width:200px;
	margin-left:350px;
	top:400px;
	height:175px;
	background:lightgray;
	background: -webkit-linear-gradient(#9893C9, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#9893C9, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#9893C9, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#9893C9, white); /* Standard syntax (must be last) */
	border:#8479F7 5px solid;
	padding:3px;
	}
#divSearch
	{
	position:absolute;
	left:40%;
	width:200px;
	margin-left:-100px;
	top:70px;
	}
#divSearchResults
	{
	position:absolute;
	width:700px;
	height:425px;
	left:40%;
	top:100px;
	margin-left:-375px;
	background:lightgray;
	border:5px solid gray;
	padding:5px;
	border-radius:10px;
	overflow-y:scroll;
	}
#divStudentView
	{
	position:absolute;
	left:40%;
	width:200px;
	margin-left:350px;
	top:325px;
	padding:3px;
	background:lightgray;
	background: -webkit-linear-gradient(#9893C9, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#9893C9, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#9893C9, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#9893C9, white); /* Standard syntax (must be last) */
	border:#8479F7 5px solid;
	}
#btnLogin
	{
	position:absolute;
	}