/* Login Screen */

#header {
	background: #00ccff;
	background-image: none;
}

#section {
	display: none;	
}

#menudivider {
	background-image: none;
	width: 958px;
}

#header {
	display: none;
}

#setup {
	background: #fff;
	border: 0px solid #ccc;
	float: right;
	padding: 8px;
	width: 370px;
}

#continuesubmit {
	float: none;
	margin-right: 18px;
	width: 100px;
}

.Login .footer {
	display: none;		
}

#login_logo {
	behavior: url(/resources/css/images/iepngfix.htc);
	float: left;
	height: 88px;
	width: 190px;
	border: 0px solid #000;
	background: url(images/tsf_logo.png);
	background-repeat: no-repeat;
	margin-top: 8px;
	margin-left: 20px;
}