/* Derived from  jquery-ui-1.10.4.custom.min.css" 
to over-ride select elements of the modal widget 
(which would otherwise be killed on update of jQuery) */

.ui-widget-header { 
	border: 1px solid #aaaaaa; 
	background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50%  repeat-x; 
	color: #7b0c00; 
	font-weight: bold; 
	}
	
.ui-widget-header a { 
	color: #052096; 
	}

.ui-dialog .ui-dialog-buttonpane { 
	text-align: left; 
	border-width: 1px 0 0 0; 
	background-image: none; 
	margin: .5em 0 0 0; 
	padding: .3em 1em .5em .4em;
	background: #f8f8f8;
}
	
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { 
	float: right; 
	}
	
.ui-dialog .ui-dialog-buttonpane button { 
	margin: .5em .4em .5em 0; 
	cursor: pointer; 
	}
