.ui-corner-all, .ui-corner-top, .ui-corner-bottom, .ui-corner-left, .ui-corner-right, .ui-corner-tr, .ui-corner-tl, .ui-corner-br, .ui-corner-bl, .ui-boxshadow, .ui-corner-all-large, .ui-corner-all-small {
    behavior: url('/PIE.htc');
    position: relative;
}
.ui-corner-all { border-radius: 8px; }
.ui-corner-top { border-radius: 8px 8px 0 0; }
.ui-corner-bottom { border-radius: 0 0 8px 8px; }
.ui-corner-right { border-radius: 0 8px 8px 0; }
.ui-corner-left { border-radius: 8px 0 0 8px; }
.ui-widget-shadow { border-radius: 10px; }
.ui-corner-tr { border-radius: 0 8px 0 0; }
.ui-corner-tl { border-radius: 8px 0 0 0; }
.ui-corner-br { border-radius: 0 0 8px 0; }
.ui-corner-bl { border-radius: 0 0 0 8px; }

.ui-corner-all-large { border-radius: 13px; }
.ui-corner-all-small { border-radius: 5px; }

.ui-grad-vert {
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#e0e0e0));
	background: -webkit-linear-gradient(#ffffff, #e0e0e0);
	background: -moz-linear-gradient(#ffffff, #e0e0e0);
	background: -ms-linear-gradient(#ffffff, #e0e0e0);
	background: -o-linear-gradient(#ffffff, #e0e0e0);
	background: linear-gradient(#ffffff, #e0e0e0);
	-pie-background: linear-gradient(#ffffff, #e0e0e0);
	behavior: url('/PIE.htc');
}
.ui-tab-active {
	left: -2px;
	border: 0px;
	height: 33px;
	margin-top: -3px;
}
.ui-boxshadow {
	-webkit-box-shadow: #333333 10px 12px 13px;
	-moz-box-shadow: #333333 10px 12px 13px;
	box-shadow: #333333 0px 0px 15px;
}
.ui-boxshadow:hover {
	-webkit-box-shadow: #000000 10px 12px 13px;
	-moz-box-shadow: #000000 10px 12px 13px;
	box-shadow: #000000 0px 0px 15px;
}