/* student login */
#fpHdr {
	z-index: 100;
}
#fpHdr .menuBar {
	z-index: 100;
}
#fpInner {
	position: relative;
	height: 460px;
	z-index: 0;
}
#fpInner .headingLeft {
	position: relative;
	left:55px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 250px;
	top: 40px;
}
#fpInner .headingRight {
	position: absolute;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 0;
	top: 0px;
	width: 250px;
	clear: both;	
	left: 543px;
}
#fpInner .midBoxes {
	position:relative;
	margin-top:50px;
	clear: both;
}
#fpInner .leftStudentCol {
	position: relative; 
	width: 375px; 
	margin-bottom: 10px;
	top: 0px;
}
#fpInner .rightStudentCol {
	position: absolute; 
	left: 430px; 
	top: 0px; 
	width: 330px;
}
#fpInner .StudentLoginOr{
	position: absolute; 
	left: 370px; 
	top: 35px;
	}
/*leftBox*/
#fpInner .leftStudentLoginBox {
	background: url("../img/login/fpLeftStudentBox_bg.png") left top no-repeat;
	position: relative;
	left: 55px;
	width: 279px;

}

#fpInner .leftStudentLoginBoxInner {
	position: relative;
	padding: 10px 10px 6px 10px;
}

#fpInner .leftStudentLoginBox .heading {
	position: relative;
	left:2px;
	margin-bottom: 14px;
}
#fpInner .leftForgotUserName{
	font-size: 11px;
	margin-left: 5px;
	position: absolute;
	width: 150px;
}

#fpInner .leftStudentLoginBox .fieldWrapper {
	position:relative;
	height: 30px;
}

#fpInner .leftStudentLoginBox .fieldWrapper .labelWrapper {
	position:absolute;
	left:6px;
	top:5px;
}

#fpInner .leftStudentLoginBox .fieldWrapper .inputWrapper {
	position:absolute;
	left:95px;
}

#fpInner .leftStudentLoginBox .fieldWrapper input {
	width:148px;
}

#fpInner .leftStudentLoginBox .loginBtnWrapper {
	padding-right: 10px;
	text-align: right;
}

#fpInner .leftStudentLoginBox .loginError {
	display:block;
	font-size: 8pt;
	margin-top: 8px;
	padding: 4px 12px 4px 40px;
	
	background-image: url("/img/icn/icn-alert-sm.gif");
	background-position: 10px 6px;
	background-repeat: no-repeat;

	background-color: #FFFFC0;
	
	border: 1px solid #F1DEB1;
}
/*Registration Box*/
#fpInner .leftStudentRegBox {
	position: relative;
	background: url("../img/login/fpLeftStudentRegBox_bg.png") left top no-repeat;

	left: 55px;
	width: 279px;

	font-size: 8pt;
	margin-top: 20px;
}

#fpInner .leftStudentRegBoxInner {
	position: relative;
	padding: 10px 10px 10px 10px;
}
#fpInner .leftStudentRegBox .heading {
	left:2px;
	margin-top: 2px;
	margin-bottom: 10px;
}

#fpInner .leftStudentRegBox a.studentRegistration {
	font-size: 14px;
	font-weight: bold;
}

/*rightBox*/
#fpInner .rightStudentLoginBox {
	background: url("../img/login/fpRightStudentBox_bg.png") left top no-repeat;
	position: relative;
	width: 279px;

}

#fpInner .rightStudentLoginBoxInner {
	position: relative;
	padding: 10px 10px 6px 10px;
}

#fpInner .rightStudentLoginBox .heading {
	position: relative;
	left:2px;
	margin-bottom: 14px;
}
#fpInner .rightTicketInfo{
	position: absolute;
	font-size: 9px;
	margin-left: 5px;
	width: 140px;
	margin-bottom:0px;
	color: #666666;
}
#fpInner .rightStudentLoginBox .fieldWrapper {
	position:relative;
	height: 30px;
}

#fpInner .rightStudentLoginBox .fieldWrapper .labelWrapper {
	position:absolute;
	left:6px;
	top:5px;
}

#fpInner .rightStudentLoginBox .fieldWrapper .inputWrapper {
	position:absolute;
	left:95px;
}

#fpInner .rightStudentLoginBox .fieldWrapper input {
	width:148px;
}

#fpInner .rightStudentLoginBox .loginBtnWrapper {
	padding-right: 10px;
	text-align: right;
}

#fpInner .rightStudentLoginBox .loginError {
	display:block;
	font-size: 8pt;
	margin-top: 8px;
	padding: 4px 12px 4px 40px;

	background-image: url("/img/icn/icn-alert-sm.gif");
	background-position: 10px 6px;
	background-repeat: no-repeat;
	background-color: #FFFFC0;
	
	border: 1px solid #F1DEB1;
}
/*trouble box*/
#fpInner .studentTroubleBox {
	position: relative;
	left: 0px;
	width: 279px;
	padding-top: 15px;
	font-size: 8pt;

	
}

#fpInner .studentTroubleBox li{
	padding-bottom: 6px;
	
}
