			
* 			{
			margin:			0;
			padding:		0;
			border:			0;
			outline:		none;
			text-decoration:	none;
			list-style-type:	none;
			}	

html, body 	{
		height:			100%;

		font-family:		Azira,Arial, sans-serif;
		font-size:		14px;
		line-height: 		15px;
		color:			#444444;
		background:		#2d6497;
		}

a		{
		color:			#5e5e5e;
		}
		
#wrapper 	{
		position:		relative;
		width:			970px;
		min-height:		100%;
		margin:			0 auto;	
		
		}


#content	{
		position:		relative;
		padding-bottom:		30px;
		min-height: 		600px;
		height:			auto;
		overflow:		hidden;
		}


#footer 	{
		position:		absolute;
		bottom:			0;
		width:			970px;

		height:			30px;
		line-height:		30px;
		}


h2.login	{
		text-indent:		10px;
		font-size:		13px;
		font-weight:		400;
		}	
	
	
.boxLogin	{
		margin-top:		50px;
		}	
	
	
	
	
	
	
	
#btnLogin	{
		display: none;
		}	
	
	
					