.ui-dialog{
	padding: 10px 20px;
	border: 1px solid #ccc;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	box-shadow: 0 0 10px #ccc;
	background:#fff;
}

.ui-dialog h1.title{
	background:#EDEDED;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #fff,  #ccc); /* for firefox 3.6+ */
	margin:-10px -20px 10px -20px;
	font-size: 16px;
	padding: 10px;
	text-shadow: #fff 0 1px -1px;
	border-bottom:1px solid #A3A5A6;
}

.dialog-close{
	margin-right:-10px;
	float:right;
	cursor:pointer;
	color: #A3A5A6;
}

.ui-dialog h1.title .dialog-close{
	margin-right:0;
}