			body
			{
				background-color                        : 	#00274F;
				font-size				:	12px;
				font-family				:	arial;
				margin					:	0px;
				
			}
			h1
			{
				color					:	#fff;
				padding-left                            :	15px;
				font-size				:	42px;
				font-family				:	arial;
				line-height				:	110px;
				background-color                        :	#033f7c;
				height					:	110px;
                                margin-top                              :       0px; 
			}
			table.loginTable
			{
				margin-top				:	100px;
				background-color                        : 	#05417c;
				width					:	450px;
				height					:	250px;
				border-radius                           :	10px;
				opacity					: 	1;
				margin-bottom                           :	130px;
				
			}
			table.loginTable tr td 
			{
				font-size				:	12px;
				
			}
			table.loginTable:hover 
			{
				opacity					: 	1;
							
			}
			table.loginTable tr td .loginUsername
			{
				margin-top				:	50px;
				width					:	180px;
				height					:	35px;
				background-color                        :	#00274F;
				color					:	#FFFFFF;
				font-size				:	12px;
				border					:	1px solid #F8F8F8;
			}
			table.loginTable tr td .loginPassword
			{
				width					:	180px;
				height					:	35px;
				background-color                        :	#00274F;
				color					:	#FFFFFF;
				font-size				:	12px;
				border					:	1px solid #F8F8F8;
			}
			table.loginTable p
			{
				color					:	red;
				text-align				:	center;
				margin-right                            :	20%;
			}
			.button
			{
				width					:	80px;
				height					:	30px;
				background-color                        :	#F9FCFF;
				color					:	#003871;
				border					:	none;
				margin-bottom                           :	5px;
				margin-top				:	5px;
				text-align				:	center;
				margin-right                            :	15%;
				font-size				:	15px;
			}
			.footer
			{
				color					:	#FFFFFF;
				float					:	right;
				margin-right                            :	10px;
				margin-top				:	0px;
			}
			#footer
			{
				 margin-top				:	30px;
				 width					: 	100%;
				 height					:	10%;
				 background-color                       :	#00254A;
				 position				:	absolute;
				 bottom					:	0px;
			}
			#footer div
			{
				font-family				:	arial;
				
			}
			#footer a 
			{ 
				 text-decoration                        :	none;
				 color					:	#F5E98D;
				 font-size				:	12px;
			}
			#footer a:hover 
			{ 
				 color					:       green;
			}
			#message
			{
				text-align				:	center;
				font-family				:	arial;
				font-size				:	12px;
				font-weight				:	bold;

			}
			.error 
			{
				
				background-color                        : 	#fee9d8;
				line-height				: 	35px;
				border					: 	1px solid #FBA966;
				margin: 0 auto;
				color					:	#df8230;
				padding-left                            :	10px;
				text-align				: 	center;
				font-weight				: 	bold;
				width					: 	250px;	


				border-radius                           :	5px;
				color					:	red;
				
			}
			.loader
			{
				position: fixed;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				background-color: rgba(0, 0, 0, 0.85);
				opacity: 0.8;
				z-index: 99;
			}
			.loader_status {
			width: 200px;
			height: 200px;
			position: absolute;
			left: 50%;
			top: 50%;
			background-image: url(../images/loading.gif);
			background-repeat: no-repeat;
			background-position: center;
			margin: -100px 0 0 -100px;
			}
