/* CSS for jquery message box */
.show_msg{
	width:100%;
	height:auto;
	text-align:center;
	position:fixed;
	left: 0;
	z-index: 999;
}
.show_span{
	display: inline-block;
	height: auto;
	padding: 0.2em 2em;
	line-height: 2em;
	background:rgba(0,0,0,0.8);
	border-radius: 30px;
	color: #fff;
	font-size: 1em;
}
