.ui-dialog .ui-dialog-titlebar {
    background: none;
    border:none;
    border-bottom: 1px solid #B0D0C9;
    color: #44807F;
    display: block;
    font-weight: bold;
    height: 15px;
    margin:0;
    width: auto;
	padding:10px;
	position: relative;
}

.ui-dialog .ui-dialog-titlebar-close, 
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
    border: 1px solid #B0D0C9;
    color: #B0D0C9;
    height: 18px;
    margin: -2px 0 0;
    padding: 0 5px;
    position: absolute;
    right: 5px;
    text-decoration: none;
    top: auto;
    width: auto;
}

.ui-dialog .ui-dialog-titlebar-close:hover{
    background: #B0D0C9;
    color: #FFF;
}

.ui-dialog-titlebar .icon{
	position:absolute; 
	left:5px; 
	top:5px
}

.ui-dialog .ui-dialog-content {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	overflow: auto;
	padding: 0.5em 1em;
	position: relative;
}

.ui-dialog-content {
	border: 1px solid #008c7d;
	background: #ffffff
		url(../images/geo/jquery-ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50%
		repeat-x;
	color: #222222;
}

.ui-dialog-container {
    background: url("../images/geo/jquery-ui/ui-bg_flat_75_ffffff_40x100.png") repeat-x scroll 50% 50% #FFFFFF;
    border: 1px solid #B0D0C9;
    color: #222222;
    height: 300px!important;
    overflow: hidden;
}

.ui-dialog-overlay {
	background:
		url("../images/geo/jquery-ui/ui-bg_flat_0_008c7d_40x100.png") repeat-x
		scroll 50% 50% #008C7D;
	z-index: 1001;
	opacity: 0.25;
	filter: alpha(opacity = 50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#dialog {
	width: 270px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
}
