Hi
I want to change radalert style, I am using bellow code to change the style
1. Need to change default Ok button style
1. Need to change RadAlert Tiltle backgorun style
StyleSheet.cs
.RadWindow
.rwTitlebar
{
background-image: url('Images/pop_bg.gif');
}
.RadWindow
.rwTopLeft
{
background-image: url('Images/pop_left_curve.gif');
}
.RadWindow
.rwTopRight
{
background-image: url('Images/pop_right_curve.gif');
}
.rwDialogPopup .rwPopupButton
{
background-image: url('../save_btn.gif');
background-repeat: no-repeat;
}
<telerik:RadWindowManager ID="RadWindowManager1" runat="server"
EnableEmbeddedSkins="False" EnableTheming="True">
</telerik:RadWindowManager>


<div style="width:700px;"><div style="width:100%;"><img src="http://www.cloudprojecthosting.com/1050140/Web/Images/imgDCheaderGraphic.png" width="100%" /></div><div style="width:49%; float:left;"> (%NULL:Author Display Name%)<br/> (%NULL:Author Company%)<br/> (%NULL:Question%)</div><div style="width:49%; float:right;"> (%NULL:Answer Display Name%)<br/> (%NULL:Answer Company%)<br/>(%NULL:Answer%)</div></div><div style="width:100%;"><img src="http://www.cloudprojecthosting.com/1050140/Web/Images/imgDCheaderGraphic.png" width="100%" /></div>