body {
	font-size: 62.5%;
	font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
}

table {
	font-size: 1em;
}

.demo-description {
	clear: both;
	padding: 12px;
	font-size: 1.3em;
	line-height: 1.4em;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}
.no_close .ui-dialog-titlebar-close {
	display: none;
}

.ui-widget-header {
	border: 0px solid #4297d7;
	background: #fff;
	color: #666;
	font-weight: bold;
	font-size: 16px;
}

.ui-widget-content {
	border: 0;
	color:#666;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 10px 10px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default{
	border: 1px solid #999;
	background: #fff;
	font-weight: bold;
	color: #666;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: 0 2px;
	cursor: pointer;
}

.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: 0 5px;
	padding-top: 3px;
	padding-bottom: 5px;

}