/* in jquery ui
-----------------------------------------------------*/
.ui-widget-overlay {
	background: #AAA url(../img/popup_back.png) repeat;
	opacity: .50;
	filter: Alpha(Opacity=30);
}
.ui-widget-header {
	color: #d8e5f2 !important;
	background: #cd5514 !important;
	border: 1px solid #143554 !important;
}

.temp_dialog {
	color: #eee !important;
	border: solid #d8e5f2 !important;
	border-width: 4px !important;

	border-radius: 16px !important;
	-moz-border-radius: 16px !important;
	-webkit-border-radius: 16px !important;

	background: -moz-linear-gradient(top,#cd5514 0%,#ed9e84) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#cd5514), to(#ed9e84)) !important;
	background: -ms-linear-gradient(top, #cd5514, #ed9e84) !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#cd5514', endColorstr='#ed9e84')" !important;
}

.dialog_container {
	display: inline-block;
	width: 100%;
	height: 100%;
}
