#shadowing
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}

#CloseBtn
{
	background:url(../images/close-red.png);
	background-repeat:no-repeat;
	border:none;
	cursor: pointer;
	font-size:8px;
	float:right;
	margin-right:6px;

	margin-top:3px;
	height:10px;
	width:10px;
}
#ifrm_parent
{
    margin-top:15px;
}


#box 
{
	background-color: white;
    border: 4px solid #79B71B;
    border-radius: 15px 15px 15px 15px;
display:none;
    height: 638px;
    left: 10%;
    margin: 0;
    overflow: auto;
    padding-left:18px;
    position: fixed;
    top: 10px;
    width: 1060px;
    z-index: 101;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:246px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #09c;
	color:white;
	text-align:center;
}