.forefront_container {
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index:150;
	position:fixed;
	top:0;
	left:0;
}

.forefront_content {
    width:300px;
	height:300px;
	padding:10px;
	background:#FFFFFF;
	border:2px solid #2266AA;
	z-index:151;
	margin:auto;
}	


.counter_sentence {
	font-size:8pt;
	text-align:right;
	background-color:black;
	color:white;
	float:right;
}
