#weather_popup {
	display: block;
	background: url(images/body-final.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
.weather_dialog {
	z-index: 99999999 !important;
}

#w_spaceholder {
	position: relative;
	width: 100%;
	height: 100%;
}

.weather_dialog div.ui-dialog-titlebar {
	margin: 0 0 0 0;
	padding: 0 !important;
    border-style: none;
    background-color: transparent;
    background-image: none;
}

.weather_dialog div.ui-dialog-titlebar button {
	background: url(images/closing.png) 0 0 no-repeat;
}

.weather_dialog div.ui-dialog-titlebar div.ui-dialog-buttonset {
	width: 100%;
	padding: 0 !important;
    border-style: none;
    background-color: transparent;
    background-image: none;
}

.ui-dialog .ui-resizable-se {
    background-image: url("");
}