div#appLink {
	position:fixed;
	z-index:1000000;
	top:-70px;
	width:100%;	
	border-bottom-width:1px;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
}
div.appLinkInner {
	position:relative;
	height:70px;
	width:100%;
}
.theAppLink, .theAppLink:active, .theAppLink:hover {
	display:block;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	box-sizing:border-box;
	background-color:rgb(249,248,249);
	color:#333 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	z-index:999998;
	padding-left:40px;
	font-size:14px;

	/*
		line-height:70px;

	*/

}
.theAppLink span.appInstallText {
	display:inline-block;
	padding-left:10px;
}
.theAppLink span.appInstallTitle {

}
.theAppLink span.appInstallSubTitle {
	color:#999 !important;

}
.theAppLink span.appInstallButton {
	position:absolute;
	right:10px;
	top:15px;
	line-height:40px !important;
	padding:0px 8px;
	border-radius:6px;	
	text-transform:uppercase;
	background-color:rgb(3,134,221);
	color:rgb(255,255,255) !important;
	font-size:13px;

}
.theAppLink img {
	width:50px;
	height:50px;
	margin-top:10px;
	float:left;
	border-radius:6px;

}
.theAppCloseLink, .theAppCloseLink:active, .theAppCloseLink:hover {
	width:40px;
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.0);
	color:#999 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;	
	font-size:19px;
	line-height:70px;
	text-decoration:none;
	display:block;	
	text-align:center;
	z-index:999999;
}