.RadWindow_Custom .rwTopLeft,
.RadWindow_Custom .rwTopRight,
.RadWindow_Custom .rwTitlebar,
.RadWindow_Custom .rwFooterLeft,
.RadWindow_Custom .rwFooterRight,
.RadWindow_Custom .rwFooterCenter,
.RadWindow_Custom .rwTopResize,
.RadWindow_Custom .rwStatusbar div,
.RadWindow_Custom .rwStatusbar,
.RadWindow_Custom .rwPopupButton,
.RadWindow_Custom .rwPopupButton span,
.RadWindow_Custom.rwMinimizedWindow .rwCorner
{
  /*  background-image: url('Window/WindowHorizontalSprites.gif');*/
}

.RadWindow_Custom .rwBodyLeft,
.RadWindow_Custom .rwBodyRight,
.RadWindow_Custom .rwStatusbarRow .rwCorner
{
	/*background-image: url('Window/WindowVerticalSprites.gif');*/
}

.RadWindow_Custom .rwStatusbar input
{
    background-color: #f7f3e9;
}

.RadWindow_Custom .rwControlButtons
{
    /*margin-top: 1px;*/
}

.RadWindow_Custom .rwControlButtons a
{
   /* background-image: url('Window/CommandButtonSprites.gif');*/
}

ul.rwControlButtons  li
{
	
	 background-image:url('Window/Close.gif')!important;
	 background-position:right bottom;
}

.rwTitlebarControls
{
	border:solid 1px red;
}
a.rwCloseButton
{
	    
		height:25px!important;
		
}

.RadWindow_Custom a.rwIcon
{
	background-image: url('Window/WindowHorizontalSprites.gif');
}

div.RadWindow_Custom .rwTitlebarControls em
{
	color: white;
}

div.RadWindow_Custom .rwDialogInput
{
	border: solid 1px #6788be;
}

div.RadWindow_Custom .rwDialogInput:hover
{
	border-color: #3f5f94;
}

div.RadWindow_Custom td.rwLoading
{
    background-color: #fff;
}

div.RadWindow_Custom td.rwWindowContent
{
    background-color: #fff;
}

/* Loading Indicators */

/* When ShowContentDuringLoad="true" */
div.RadWindow_Custom td.rwWindowContent.rwLoading
{
    background-image: url('Common/loading.gif');
}

/* When ShowContentDuringLoad="false" */
div.RadWindow_Custom input.rwLoading
{
    background-image: url('Common/loading_small.gif');
}