/* html, body { height: 100%; width: 100%; } */

#container {
	background-image: url(images/signon.gif);
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -161px;
	margin-left: -191px;
}

#content {
	height: 321px;
	width: 383px;
}

#container2 {
	background-image: url(images/connecting.gif);
	background-repeat: no-repeat;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -185px;
	margin-left: -290px;
}

#content2 {
	height: 370px;
	width: 580px;
}

#container3 {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -243px;
	margin-left: -351px;
}

#content3 {
	height: 486px;
	width: 701px;
}

#container4 {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -320px;
	margin-left: -542px;
}

#content4 {
	height: 650px;
	width: 1083px;
}

.signonform {
	position: relative;
	margin-top: 197px;
	margin-left: 150px;
	border: 1px solid #000;
	background-color: #ffc;
	height: 20px;
}

.signonsubmit {
	position: relative;
	margin-top: 68px;
	margin-left: 200px;
	border: 1px solid #ccc;
	background-color: #6666cc;
	color: #fff;
	font-weight: bold;
	font-size: small;
	height: 23px;
	cursor: pointer;
}

.connectsubmit {
	position: relative;
	margin-top: 315px;
	margin-left: 185px;
	border: 1px solid #ccc;
	background-color: #6666cc;
	color: #fff;
	font-weight: bold;
	font-size: small;
	height: 23px;
	cursor: pointer;
}

.netscape {
	border-left-width: 1px;
	height: 469px;
	width: 1080px;
}

.hidden { visibility: hidden; }

#hideAll {
   position: fixed;
   left: 0px; 
   right: 0px; 
   top: 0px; 
   bottom: 0px; 
   background-color: white;
   z-index: 99; /* Higher than anything else in the document */

}

/* Netscape Browser */

#outerdiv {
	width:1081px;
	height:469px;
	overflow:hidden;
	position:relative;
}

#inneriframe {
	position:absolute;
	left:-285px;
	width:1365px;
	height:469px;
	overflow-x:hidden;
}
							
.scroll {
	overflow-x:hidden;
}

.lrborder {
	border-left: 1px solid black;
	border-right: 1px solid black;
}