.popup_disabled_background{
    background-color:#ABABAB;
}

.popup_frame{
    border:solid 1px gray;
    font-family:Verdana;
    font-size:10px;
}   
.popup_header{
    height : 20px;
}
.popup_title{
    font-weight:bolder;
    font-size:12px;
    background-color:#6A9DC4;
    background-image: url(../img/gadget/button2.gif);
    cursor:default;
    padding-left: 5px;
    height: 25px;
}
.popup_body{
	text-align: center;
    background-color:#DBDBDB;
}
div.popup_shader {
	position: fixed;
	_position:  absolute;
	top: 0;
	_top: expression(eval(document.body.scrollTop));
	margin: 0;
	padding: 0;
	border: none;
	display: block;
	width: 100%;
	height: 100%;
	background: #000000;
	top: 0;
	left: 0;
	opacity: 0.5;
	color: #ffffff;

}
body {
	background:url(foo) fixed;
}
td.popup_actions {
	padding: 0 5px 0 0;
}