
.ui-tabs,
.ui-tabs .ui-tabs-panel {
	padding: 0;
}

.ui-tabs .ui-tabs-nav {
	margin-bottom: 1em;
	background: none;
	border-width: 0;
	border-bottom-width: 1px;
}

.ui-tabs .ui-corner-all {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}

.ui-widget-content.psd-search-result {
	border-width: 0;
	background: none;
}


/* Dialog */

.ui-dialog {
	border-top: 6px solid #ccd527;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}

.ui-dialog .ui-widget-header {
	font-size: 2.5385em;		/* 33px */
	line-height: 1.3333;		/* 44px */
	color: #978e00;
	top: -1px;
	padding: 10px 0 0 10px;
	background: none;
	border-width: 0;
}

.fontface .ui-dialog .ui-widget-header {
	font-family: SansationBold;
	font-weight: normal;
	top: 0;
}
