.loadimage {
    background: url(../images/rel_interstitial_loading.gif) no-repeat;
    width: 220px;
    height: 23px;
}

#load_panel.yui-panel {
    border: 1px solid #cccccc;
}

#load_panel.yui-panel .hd {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
    text-align: center;
    border: none;
    color: #555555;
    background: #2191C0 url(../images/loadbg.png) repeat-x scroll 50% 50%;    
}
#load_panel.yui-panel .bd{
    margin: auto;
    text-align: center;
}

#load_panel.yui-panel{
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;     
}
