

/*New login page*/

body {
	font:14px Arial, sans-serif, helvetica;
	text-align:center;margin:auto;
	width:960px;
	}


#loginLogo{
	width:100%; 
	position:relative;
	float:left;
	margin:5px 0px 0px 0px;
	}

#banner{
	margin:15px 0px;
	height:221px;
	width:960px;border:1px solid #ccc;
	float:right;
	}
#Welcome{
	color: #666666;
	font: 16px arial, sans-serif, helvetica;
	font-weight:bold;
	padding:35px 35px;
	}

#FlashLogos{
	float:left;margin:10px 0px 0px 60px;width:825px;
	}
	
#returningMembers{
	background:transparent url(/photolib/SConnection/memberBg.jpg) no-repeat;
	}
	
#logInRegistrationColumn{
	background:transparent url(/photolib/SConnection/loginBg.jpg) no-repeat;
	}
	
#loginContainer{	
	text-align:center;
	margin:auto;
	width:960px;
	}
	
#logInRegistrationColumn, #returningMembers{
	padding-top:10px;
	position: relative;
	height: 280px;
	width: 405px;
	float: left;
	margin:15px 35px;
	}
	
#returningMembers p{
	text-align:center;
	margin-top:0px;
	line-height:20px;
	}	

#logInRegistrationColumn p{
	margin-top:42px;
	text-align:center;
	line-height:17px;
	}
	
#returningForm, #activationForm{
	margin:55px 45px;
	height:100px;
	}
	


#NoCode{
position:relative;
	top:-9px;width:150px;
	}
	
a:link{
	text-decoration:underline;
	}


#email, #password, #Groupid{
	font-size:15px;height:26px; margin:5px 0px;width:300px;
	}
	
#Go_Button{
	position:absolute;
	top: 116px;
	right: 60px;
	}
	
#Login_Button{
	position:absolute;
	top: 168px;
	right: 60px;
	}

#Checkbox1{	
	position:absloute;
	top:30px;
	}
	
.IncorrectPswd{
	color:Red;
	height:30px;
	margin:15px 0px 0px 20px;
	font-size:11px;padding:0px;
	}
	
/*---------------------------------------------------------*/
/*Bottom links*/

#bottomLinks{
	float:left;
	text-align:center;width:960px;
	margin-top:45px;border-top:2px dotted #ccc;padding-top:15px;
	font-size:12px;line-height:16px;
	}
	