html, body {
       height: 100%;
	   font-family:Arial, Helvetica, sans-serif;
 }
 

body {
       margin: 0px;
       padding: 0px;
 }
 

div#wrapper {
       width: 100%;
       min-height: 100%;
       height: auto !important;
       height: 100%;
       margin: 0px 0px -100px 0px;
 }
 

div#footer_wrapper {
       width: 100%;
       height: 100px;
	   background: #016eaf ;
 }
 

div#content_wrapper {
       width: 100%;
       padding: 0px 0px 100px 0px;
 }
 

div#content_wrapper {
	min-height: 364px;  
 }
 

div#footer_inner_wrapper, div#content_inner_wrapper {
      
       margin: 0px auto;
 }
 

 
.header
{
	width: 100%;
	height: 100px;
	background: #016eaf url('images/proud.jpg') top left no-repeat;
}

.flashHolder
{
	margin: auto auto;	
	width: 803px;
	height: 642px;
	position:relative;
}


.footerText {
	width:100%;
	margin: 0 auto;
	height: 100px;
}

.footerText img{
	width: 90%;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 40px;

}

.mobileImg
{
 display: block;
 position: absolute;
 top: 110px;
 width: 100%;	
}


/* FORM */

.loginForm
{
	position: absolute;
	right: 0px;
	height: 93px;
	width: 340px;
	padding-top: 7px;
	
}

.loginForm label
{
	color: #ddd	;	
	font-size: 16px;
	position:absolute;
}


input
{
	width: 100px;
	height: 25px;
	border: none;
	background-color: #fff;
	margin-right: 15px;
	color: #666;
	padding-left: 5px;
	position:absolute;
	right: 110px;
	top: 20px;
	font-size: 14px;
}

.input1{
	
}

.input2 {
	top: 58px;
}

.label1{
	right: 233px;
	top: 23px;
	
}

.label2{
	right: 233px;
	top: 63px;
}
.login 
{
	position:absolute;
	right: 0px;
	top: 58px;
	display: block;
	background-color: #0099f4;
	color: #fff	;	
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	width: 90px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-right: 15px;
}

.login:hover
{
		background-color: #3fb7ff;
		cursor: pointer;

}

#errorMessage 
{
	cursor: default;
	position: absolute;
	right: 12px;
	top: 105px;
	background-color: #5d0000;	
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px #fff solid;
	color: #fff;
	width: 130px;
	height: 30px;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	display: none;
}