#popup_box_out {
	display: none; /* Hide the DIV */
	position: fixed;
	_position: absolute; /* hack for internet explorer 6 */
	/*height:300px;*/
	width: 600px;
	background: #FFFFFF;
	left: 300px;
	top: 150px;
	z-index: 100;
	/* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
	margin-left: 15px;
	/* additional features, can be omitted */
	border: 2px solid #000;
	padding: 20px;
	font-size: 15px;
	/*overflow: scroll;*/
	/*-moz-box-shadow: 0 0 5px #ff0000;
    -webkit-box-shadow: 0 0 5px #ff0000;
    box-shadow: 0 0 5px #ff0000;*/
}

#container {
	background: #d2d2d2; /*Sample*/
	width: 100%;
	height: 100%;
}

#popupBoxClose {
	cursor: pointer;
	text-decoration: none;
}

/* This is for the positioning of the Close Link */
#popupBoxClose {
	/*    font-size:20px;  
    line-height:15px;  
    right:-14px;  
    top:-16px;  
    position:absolute;  
    color:#6fa5e2;  
    font-weight:500;*/
	
}

.Btn-Ok {
	background: none repeat scroll 0 0 #3880d0;
	border: 1px solid #f7f7f7;
	border-radius: 3px;
	box-shadow: 0 0 1px #454545;
	color: #ffffff;
	display: inline-block;
	font: 14px/22px Tahoma, Geneva, sans-serif;
	margin: 0 0 10px;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s ease 0s;
	width: auto;
}

.popup_box_Inner {
	border: 1px solid #000;
	height: 300px;
	overflow: auto;
	padding: 10px;
}