.ui-widget-overlay {
	background: url(../imgs/find-location-bg.png) repeat;
}	

.ui-dialog {
	background: url(../imgs/locations-dialog-bg.png) no-repeat;
	border: none;
	width: 555px !important;
	height: 255px !important;
}

.ui-dialog .ui-dialog-titlebar {
	float: left;
	padding: 0 16px 0px 0px;
	background: url(../imgs/tiling-title-bg-right.png) no-repeat right top;
	height: 28px;
	font-family: arial, helvetica;
	font-size: 20px;
	color: #000;
	border: none;
	margin: 48px 0px 20px 88px;
}

.ui-dialog .ui-dialog-title {
	display: block;
	padding: 2px 1px 0 6px;
	background: url(../imgs/tiling-title-bg-left.png) no-repeat left top;
	height: 26px;
}

#dialog {
	clear: both;
	overflow: visible;
}

#dialog p {
	background:#F2F2F2 none repeat scroll 0 0;
	border-bottom:1px solid #C3C3C3;
	border-top:1px solid #C3C3C3;
	font-family:arial,helvetica;
	font-size:18px;
	font-weight:bold;
	margin:-10px 32px 0 29px;
	padding:12px;
	text-align:center;
}

.ui-dialog .ui-dialog-buttonpane {
	border: none;
	background: none;
	text-align: center;
	padding: 32px 0 0 0;
	margin-bottom: 24px;
}

.ui-dialog .ui-dialog-buttonpane button {
	float: none;
	color: #000;
}

#dialog fieldset {
	border: none;
}

#dialog fieldset label {
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#locator-info-dialog {
	text-align: center;
}

#dialog .form-border,
#locator-info .form-border {
	display: inline;
	margin: 0px 3px;
}

.ui-widget-header .ui-icon {
	height:21px;
	width:22px;
background:url(/imgs/close.png) no-repeat scroll top left;
}

.ui-widget-content .ui-icon {
	background:none;
	height:auto;
	width:auto;
}

.ui-widget-header .ui-state-hover {
	background:url(/imgs/close.png) no-repeat scroll top left;
	border:none;
}

.ui-dialog .ui-dialog-titlebar-close {
	height:21px;
	width:22px;
	background:url(/imgs/close.png) no-repeat scroll top left;
	position:absolute;
	right:-55px;
	top:-5px;
}
