body
{
	padding:0px;
	margin:0px;
	background:#1b1a1a url('../images/background.gif') no-repeat top center;
}



#litixLogo
{
	height:400px;
	text-align:center;
}
#litixLogo .outerLogo
{
	margin:auto;
	text-align:left;
	width:1024px;
	height:inherit;
	text-align:center;
}
#litixLogo .outerLogo .innerLogo
{
	height:384px;
	width:687px;
	background:transparent url('../images/litix_logo.png') no-repeat center center;
	margin:auto;
}



#blueBar
{
	display:none;
	height:72px;
	background:#0094fb;
	border-top:1px #b1cedf solid;
	border-bottom:1px #b1cedf solid;
	text-align:center;
	box-shadow:0px 0px 8px #666;
}

#blueBar .outerBar
{
	margin:auto;
	text-align:left;
	width:1024px;
	height:inherit;
}
#blueBar .outerBar .inputFieldOuter
{
	float:right;
	width:324px;
	border-left:1px solid #016dc2;
	height:inherit;
}

#blueBar .outerBar .inputFieldOuter .dataSecurity
{
	height:12px;
	font-size:9px;
	font-family:'Segoe UI', sans-serif;
	color:#90cffb;
	margin:5px 10px;
}
#blueBar .outerBar .inputFieldOuter .inputFieldInner
{
	width:290px;
	height:30px;
	background:white;
	border:1px solid #0275d8;
	text-align:center;
	margin:10px 10px 0 10px;
}
#blueBar .outerBar .inputFieldOuter .inputFieldInner input
{
	width:190px;
	float:left;
	border:none;
	line-height:28px;
	height:28px;
	margin:0 5px;	
}
#blueBar .outerBar .inputFieldOuter .inputFieldInner input:active,
#blueBar .outerBar .inputFieldOuter .inputFieldInner input:focus,
#blueBar .outerBar .inputFieldOuter .inputFieldInner input:hover
{
	border:none;
}

#blueBar .outerBar .inputFieldOuter .inputFieldInner .inputFieldButton
{
	vertical-align:middle;
	background:#a09e9d;
	color:white;
	width:75px;
	float:right;
	height:24px;
	margin:3px;
	font-family:'Segoe UI', sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}
#blueBar .outerBar .inputFieldOuter .inputFieldInner .inputFieldButton:hover
{
	background:#bbb;
}
#blueBar .outerBar .inputFieldOuter .inputFieldInner .inputFieldButton span
{
	line-height:24px;
}

#blueBar .outerBar .dateField
{
	float:right;
	width:213px;
	border-right:1px solid #69c0fd;
	height:72px;
	background:transparent url('../images/date.png') no-repeat center center;
}
#blueBar .outerBar .textAreaOuter
{
	float:left;
	width:458px;
	margin:5px;
}
#blueBar .outerBar .textAreaOuter span
{
	font-family:'Segoe UI', sans-serif;
	font-size:12px;
	color:white;
	text-shadow: #000 1px 1px 5px;
}


#comingSoon
{
	height:62px;
	text-align:center;
	margin-top:240px;
}
#comingSoon .outerComing
{
	margin:auto;
	text-align:left;
	width:1024px;
	height:inherit;
	text-align:center;
}
#comingSoon .outerComing .comingPicture
{
	height:inherit;
	width:332px;
	background:transparent url('../images/coming_soon.png') no-repeat center center;
	margin:auto;
}








