.headerDrop {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	box-shadow: 0 -3px 5px rgba(0,0,0,0.2);
	color: #fff;
	font-size: 1em;
	z-index: 10000;
	text-align: left;
	opacity: 0.8;
}
.touch .headerDrop {
    position: absolute;
    top: 0;
    bottom: auto;
}
	.touch .headerDrop-intro p {
		display: inline-block;
		width: 800px;
	}

	.headerDrop-intro{
		position:relative;
		min-height:40px;
		background: #5b5b5b;
		color:white;
		padding: 8px;
		width: 100%;
	}
		.headerDrop-intro-inner{
			margin:0 auto;
			position:relative;
			padding:8px 0 16px;
			min-height:24px;
			width: 100%;
			max-width: 960px;
		}
		.headerDrop-intro a:link{
			color:#fff;
			outline:none;
			margin: 0 0 0.5em 1em;
		}
			.headerDrop-intro .headerDrop-intro-more {
				text-decoration: underline;
				color:#fff;
			}
		.headerDrop-intro p {
			display: inline;
		}
	.headerDrop h2{
		font-size:1.5em;
		color:#fff;
		border-bottom: 1px solid white;
		padding-bottom: 5px;
	}
