/* CSS Document */
/* Standard */
html, body 
{
	margin: 0;
	padding:0;
	border:0;
}

body
{		
	font-family: Arial;
	font-size: 70%;
	text-align: left;	
	line-height: 18px;
	color: #2C2C2C;
	background: url(../Images/shellIndex_03.gif) repeat-x top left #6699CC;
}

.clear{
	clear:both;
	overflow: hidden;
	display: none;
	height: 0px;			
}

/* redefine */
form 
{
	padding: 0px;
	margin: 0px;
	border: 0px;	
}

.standardformfield 
{
	font-family: Arial;
	font-size: 100%;
	color: #424142;
}

a 
{
	color: #302C2D;
	text-decoration: underline;
}

a:hover 
{
	text-decoration: none;	
}

/* construct */
#wrapper
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 425px;	
	background: #330066;
}

#header
{
	float: left;
	width: 425px;
	padding-bottom: 62px;
	background: #FFF;
}
	#wrapper h1 
	{
		padding: 0px;
		margin: 0px;
		float: left;
		width: 224px;
		height: 76px;
		background: url(../Images/shellIndex_06.gif) no-repeat top left;
		margin: 56px 0px 0px 101px;
	}

		#wrapper h1 span
		{
			display: none;
		}
		
#failover 
{
	float: left;
	width: 386px;
	height: 267px;
	background: url(../Images/FailoverHolding.jpg) no-repeat top left;
	padding: 158px 0px 0px 39px;	
}

	#failover #thedisclaimer 
	{
		width: 325px;
		height: 112px;
		overflow: scroll;
		line-height: 13px;
		font-size: 90%;
		color: #999999;
		padding: 4px;
		float: left;
	}

	#failover #theconfirmation 
	{
		width: 345px;
		float: left;
		font-size: 90%;
		margin: 10px 0px 0px 4px;
		color: #3F3F3F;
	}
