.ui-widget-overlay {
	background: #262626 url(images/ui-bg_diagonals-small_50_262626_40x40.png) 50% 50% repeat;
	opacity: .9;
	filter: Alpha(Opacity=90);
}
.ui-widget-content {
  background: #e8ebff 50% bottom repeat-x;
}
.ui-widget {
  font-size: 1.0em;
}
/*The following fixes a bug with resizing a jquery ui window and having the content shrink considerably*/
.ui-dialog,.ui-dialog-content {
  -webkit-box-sizing: content-box!important;
  -moz-box-sizing:content-box!important;
  box-sizing: content-box!important;
}
