*{padding:0px;margin:0px;}

html,body{
width:100%;
height:100%;
}

#blank-flash-container img, #blank-msg-container img{border:0;}

#blank-flash-container object{display:block;z-index:98;}

#blank-refresh, #blank-dump{
position:absolute;
overflow:hidden;
left:-5000px;
top:-1000px;
width:1px;
height:1px;
}

#blank-flash-container, #blank-msg-container{
width:100%;
height:100%;
overflow:hidden;
position:absolute;
left:0;
top:0;
display:none;
}

#blank-flash-container, #blank-msg-container{
	background:#fff;
}

#blank-flash-container{z-index:70;}

#blank-msg-container{z-index:80;}

#blank-flash{
width:100%;
height:100%;
display:block;
}

#blank-flash.loading{background:url(./loading.gif) no-repeat center center;}

#blank-flash object{height:100%;}

#blankflashblock{
z-index:79;
width:100%;
height:100%;
margin:0 auto;
overflow:hidden;
}
.blank-msg{display:none;width:100%;height:100%;}

#blank-debug{
width:40%;
height:7em;
position:absolute;
right:2%;
top:0;
z-index:99;
overflow:auto;
border:2px dotted #555;
background:#000;
opacity:0.5;
}

#blank-debug code{
display:none;
float:left;
clear:both;
color:#f00;
font-weight:bold;
}