		
/* Teacher & Student Registration Pages  */
	
#subtitleTeacherReg, #subtitleStudentReg {
	text-align:center;
	margin-bottom:0px;
	margin-top: 10px;
	padding: 0px;
	font-size: 1.1em; 
	font-weight: bold;	
}
		
#studentRegForm {
	margin-top:20px;
}
	
#studentRegForm dl {
	text-align:left;
	position: relative;
	width:500px; 
	font-size: .9em;
	margin: 0 auto;
}

#studentRegForm dt {
	float:left;
	width: 180px;
	text-align: left;
	margin-top:2px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 14px;
}

#studentRegForm dd {
	padding: 4px 0 3px 0px;
}

#studentRegForm .periodLink { 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #000;
	background:blue;
	color:#FFF;
	font-size:75%;
	padding:1px 5px;
	text-decoration:none;
}

#studentRegForm .periodLink:hover { 
	background-color:#FFFF00;
	color:#333;
}
	
#teacherRegForm {
	margin-top:20px;
}

#teacherRegForm dl {
	text-align:left;
	width:420px; 
	font-size: .9em;
	margin: 0 auto;
}

#teacherRegForm dt {
	float:left;
	width: 160px;
	text-align: left;
	margin-top:2px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 14px;
}

#teacherRegForm dd {
	padding: 4px 0 3px 0px;
}

#teacherFirstName, #teacherLastName, #teacherEmail, #teacherCity, #teacherState, #teacherCountry, #teacherSchool, #password, #repeatedPassword {
	padding-left:2px;
}

#firstname, #lastname, #accountAnswer, #projectCode {
	padding-left:2px;
}

.regTable {
	width:450px;
	margin:0 auto 1em;
}

.regTable tr td {
	width:225px;
	height:2em;
}

.regTable tr td input[type="text"], .regTable tr td input[type="password"] {
	width:225px;
}

#regButtons {
  clear: both;
  text-align:center;
  margin-top:20px;
}
	
.hint {
  display:none;
  position: absolute;
  padding: .25em .5em;
  color:#FFFFFF;
  font-size: .9em;
  line-height:130%;
  background: #4e94a2;
  max-width:200px;
}

.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background:url("../images/hint-pointer.png") left top no-repeat;
}

.usernameDisplay {
	color: #FF563F;
    font-size: 1.25em;
    font-weight: bold;
}


/* ONLY FOR TEACHER REGISTRATION PAGE/  */

#termsOfUse {
	font-size: .9em;
}

#curriculumSubjectsBox {
	width: 280px;
	position: absolute;
	display:none;
	line-height: 110%;
	background-color: #4E94A2;
	margin: 0px;
	padding: .5em 1em;
	color: #FFF;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size:.8em;
	text-align:left;
}

#curriculumSubjectsBox div {
	margin-top:.5em;
}
	
#textCurriculumBox {
	font-size:.95em;
	color:#fff;
}

#textCurriculumBox tr td {
	height:1em;
}
	
#closeSubjects {
	color:#c9e2d9;
	float:right;
	margin-top:.25em;
}