.modal_box { 
	position:absolute; 
	left:30%;
	top: 10%;
	display:none;
	border:1px solid #fff;
	box-shadow: 0px 1px 2px #292929;
	-moz-box-shadow: 0px 1px 2px #292929;
	-webkit-box-shadow: 0px 1px 2px #292929;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: #f2f2f2; 
	z-index:50;
}

.modal_close {
	position:relative;
	top:-3px;
	left:25px;
	float:right;
	display:block;
	height:50px;
	width:50px;
	background: url("../images/badge-circle-cross-24-ns.png") no-repeat;
}

.block_page {
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.6);
	height:100%;
	width:100%;
	z-index:10;
}

.inner_modal_box{
	background-color:#fff;
	padding:5px;
	margin:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.modal_title{
	color:#8A8D66;
	font-weight:bold;
	font-style:Verdana,Arial,Helvetica,sans-serif;
	text-align:center;
	margin:0;
}

.modal_content{
	background-color:#fff;
	height:auto;
	width:auto;
}