/***************************************************
 * FILE NAME:       /css/students.css
 * -------------------------------------------------
 * PURPOSE:         CSS file for students.php.
 * -------------------------------------------------
 * SPECIAL NOTES:   (None)
 ***************************************************/

label.page {
	font-size: 18px;
}

label.page2 {
	font-size: 15px;
	font-weight: bold;
}

input.page,
select.page {
	font: 11px Verdana, Tahoma, sans-serif;
	padding: 3px;
	border: 1px solid #888;
	background: #fff url('../images/input_shadow.gif') top repeat-x;
	margin: 6px 0 10px 0;
}

input.page {
	font-size: 13px;
}

optgroup {
	height: 50px;
	padding: 5px 0 5px 60px;
}

option.shapes-opt {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
}

div#confirmer {
	width: 100%;
	height: 100%;
	display: none;
}

div#confirm-box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 508px;
	height: 308px;
	padding: 20px;
	margin: -150px 0 0 -250px;
	background: #fff;
	border: 1px solid #000;
	font-size: 14px;
}

div#dark-background {
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #000;
	opacity: 0.60; /* Safari, Opera */
	-moz-opacity: 0.60; /* FireFox */
	filter: alpha(opacity = 60); /* IE */
	height: 100%;
	width: 100%;
	background-repeat: repeat;
}