.ui-widget-header{
	background: rgb(121,121,121);
	background: -moz-linear-gradient(top, rgba(121,121,121,1) 0%, rgba(101,101,101,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121,121,121,1)), color-stop(100%,rgba(101,101,101,1)));
	background: -webkit-linear-gradient(top, rgba(121,121,121,1) 0%,rgba(101,101,101,1) 100%);
	background: -o-linear-gradient(top, rgba(121,121,121,1) 0%,rgba(101,101,101,1) 100%);
	background: -ms-linear-gradient(top, rgba(121,121,121,1) 0%,rgba(101,101,101,1) 100%);
	background: linear-gradient(to bottom, rgba(121,121,121,1) 0%,rgba(101,101,101,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#797979', endColorstr='#656565',GradientType=0 );
	height: 50px;
	padding: 15px;
	border-bottom: 1px solid #727272;
	border-top: 1px solid #1a1a1a;
	border-left: 1px solid #1a1a1a;
	border-right: 1px solid #1a1a1a;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #212121;
	text-shadow: 1px 1px rgba(255,255,255,0.13);
	font-weight: normal;
	font-family: 'PT Sans', verdana, sans-serif;
	font-size: 14px;
}



.ui-dialog .ui-dialog-titlebar{
	height: 50px;
	padding: 15px;
}


.ui-widget-content{

	color: #888888;
}

.ui-dialog .ui-dialog-content{
	background-color: #333333;
	border-bottom: 1px solid #1a1a1a;
	border-left: 1px solid #1a1a1a;
	border-right: 1px solid #1a1a1a;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	font-family: 'PT Sans', verdana, sans-serif;
	font-size: 13px;
}

.ui-dialog .ui-dialog-content h1{
	font-size: 16px;
}

.ui-widget-content a{
	color: #2099CC;
}