
/* HIDE */

#TLHSC{	
	display:none;	
}

#TRHSC {
	display:none;	
}

#bottom #BLHSC{
	display:none;
}

#bottom #BRHSC{
	display:none;
}

/* SPECIFIC */
#left_frame{
	width:50%;
	background-image:url(/interface/images/bg/login_black_corner.gif);
	background-repeat:no-repeat;
	background-position:right 3px;
}
#left_frame a#acknowledgement{
	font-size:12px;
	margin-left:10px;
	color:#707070;
}
#left_frame a#acknowledgement:hover{
	text-decoration:none;
}
#left_frame .content{
	height:90%;
	width:304px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#left_frame .content td{
	height:33%;
}
#right_frame{
	width:50%;
	background-color:#343434;
}
#right_frame .content{
	height:90%;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#right_frame label{
	font-size:18pt;
	margin-bottom:10px;
	color:#FFFFFF;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#right_frame input.input{
	width:212px;
	font-size:28px;
	font-weight:bold;
	margin-bottom:10px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#right_frame .errorMsg{
	margin-bottom:40px;
	margin-top:10px;
}
#right_frame #access_key_info{
	color:#FFFFFF;
	font-size:12px;
}
#right_frame #access_key_info a{
	color:#FFFFFF;		
}
#right_frame #access_key_info a:hover{
	text-decoration:none;
}
#right_frame input.student{
	background-image:url(/interface/images/buttons/login_student.gif);
	border:0;
	width:270px;
	height:66px;
	cursor:pointer;
	margin-bottom:10px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	color: transparent;
}
#right_frame input.student:hover{
	background-image:url(/interface/images/buttons/login_student_o.gif);
}
#right_frame input.teacher{
	background-image:url(/interface/images/buttons/login_teacher.gif);
	border:0;
	width:270px;
	height:66px;
	cursor:pointer;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#right_frame input.teacher:hover{
	background-image:url(/interface/images/buttons/login_teacher_o.gif);
}