.footer{
	position:fixed;
	width:100%; 
	padding:3px 0; 
	left:0;
	bottom:0px;
	border-bottom:1px solid #777777; 
	
/* 	#DCDCDC, #FFFFFF */

	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#DCDCDC));
	background: -webkit-linear-gradient(#FFFFFF, #DCDCDC);
	background: -moz-linear-gradient(#FFFFFF, #DCDCDC);
	background: -ms-linear-gradient(#FFFFFF, #DCDCDC);
	background: -o-linear-gradient(#FFFFFF, #DCDCDC);
	background: linear-gradient(#FFFFFF, #DCDCDC);
	-pie-background: linear-gradient(#FFFFFF, #DCDCDC);
 
 
    behavior: url(web/core/pie/PIE.htc);
	z-index: 200;
	  
}


.horFooterContainer{
	float: right;
	margin-right: 89px;
	position: relative;
}

/* .footerContent{
	
	float:right;
	color:#666666;  	
	font-size:12px;
	margin-right:12px; 
	cursor:pointer;
	
} */

.footerContent{
	
	float:right;
	color: #3D3D3D;  	
	font-size:11px;
	margin-right:12px; 
	cursor:pointer;
	
}

/* .footerLogo{
	height: 24px;
    left: 71px;
    position: absolute;
    top: -3px;
    width: 76px;
    cursor:pointer;
} */

.footerLogo{
    cursor: pointer;
    height: 30px;
    left: 60px;
    position: absolute;
    top: -7px;
    width: 91px;
}

.fpSupportId{
	width: 492px;
	color: #3D3D3D;
	font-size:11px;
	text-align: center;
	margin: 0px auto;
	cursor: default;
}
