.prompt
{
	position: fixed;
	width: 100%;
	height: 24px;

	top: 35%;
	left: 0px;
	line-height: 24px;
	display: none;
	z-index: 6001;
	text-align: center;
	
	-moz-opacity: 0.75;
	opacity: .75;
	filter: alpha(opacity=75);
	text-align: center;
}
.prompt span
{
	margin: 2px auto;
	padding: 10px 20px;
	font-size: 15px;
	color: #fff;
	
	border-radius: 50px;
	background: #000;
}