p.demo_store {
	position: fixed;
	top: 0;
	left: 50%;
	width: 450px;
	margin-left: -225px;
	font-size: 12px;
	text-align: center;
	background: #3a9cbc;
	background: -webkit-gradient(linear, left top, left bottom, from(#3a9cbc), to(#067191));
	background: -webkit-linear-gradient(#3a9cbc, #067191);
	background: -moz-linear-gradient(center top, #3a9cbc 0%, #067191 100%);
	background: -moz-gradient(center top, #3a9cbc 0%, #067191 100%);
	padding: 8px 0;
	border: 1px solid #7a7a7a;
	color: #ffffff;
	z-index: 999999;
	box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.3);
}