#kbpopup_frame
{
	position:fixed;
    border: 4px solid red;	
}

#kbpopup_frame
{
	top:50%;
	left:50%;
}

#kbpopup_modalframe
{
	position:fixed;
}

#kbpopup_modalframe
{
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:.40;
}

* html #kbpopup_modalframe,
* html #kbpopup_frame
{
	position:absolute;
}

*+html #kbpopup_modalframe,
*+html #kbpopup_frame
{
	position:absolute;
}

* html #kbpopup_modalframe
{
	height:2000px;
	filter:alpha(opacity=40);
}
*+html #kbpopup_modalframe
{
	height:2000px;
	filter:alpha(opacity=40);
}
	
.kbpopup
{
	display:none;
}