or
.modal-background { width:100%; min-height:100%; position:fixed; top:0; left:0; z-index:100000; background-color:#333333; opacity:0.55; -moz-opacity:0.55; filter:alpha(opacity=55); }<telerik:RadWindowManager ID="MasterWindowManager" runat="server" Modal="True" Skin="Black" AutoSize="True" Width="450" Height="300" ShowContentDuringLoad="False" Style="z-index:7001" Behaviors="Resize, Close, Maximize, Move, Reload" DestroyOnClose="False" EnableShadow="True" KeepInScreenBounds="True" ReloadOnShow="true" VisibleStatusbar="False"> <Windows> <telerik:RadWindow ID="DefaultPopup" runat="server" DestroyOnClose="false"/> </Windows> </telerik:RadWindowManager>