@charset "UTF-8";

.ui-widget-content{
	background: -webkit-gradient(linear, left bottom,right top, from(#000000), color-stop(0.5, rgb(51, 0, 0)), to(#000000));
	border: 1px solid #000000;
}

.ui-widget-header{
	border: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default{
	background: none;
	border: none;
}

.ui-widget-content a{
	color: #fff;
}

.ui-dialog{
	padding: 0;
}

.ui-dialog-titlebar{
	text-shadow: 0 -2px 1px #000;
	background: -webkit-gradient(linear, left top,right top, from(#000000), color-stop(0.5, rgb(148, 12, 88)), to(#000000));
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}
