.ui-widget-content { background: transparent; border: 0px; font-family: 'PT Sans', sans-serif; }

.ui-widget-header { padding-left: 20px !important; background: transparent; border: 0px; font-size: 1.2em; }

.ui-state-default, .ui-state-hover, .ui-state-focus { background: transparent !important; border: 0px !important; }

.ui-state-active { background: #fff !important; border: 0px !important; }

.ui-tabs-panel {
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	background: #ffffff !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5)) !important;
	background: -webkit-linear-gradient(top, #ffffff, #f5f5f5) !important;
	background: -moz-linear-gradient(top, #ffffff, #f5f5f5) !important;
	background: -o-linear-gradient(top, #ffffff, #f5f5f5) !important;
	background: linear-gradient(to bottom, #ffffff, #f5f5f5) !important;
}

.ui-widget-content a { color: #6d8fc0; }