
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 80% 80% repeat; opacity: .80;filter:Alpha(Opacity=80); }
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }

.ui-dialog {
	background : #00D4FF;
	border : 1px solid black;
	padding : 10px;
}
.ui-dialog .ui-dialog-titlebar {
	color : #ffffff;
	font-weight: bold;
}
.ui-dialog-content input.text {
	border : 1px solid #AAAAAA;
	height : 30px;
	font-size : 20px;btn_close.gif
	line-height: 30px;
}
.ui-dialog-content input.text:focus{
	border : 1px solid black;
}
.ui-dialog-content {
	background : white;
	padding : 10px;
	border : 1px solid #AAAAAA;
	color : black;
}
.ui-dialog-content label {
	margin : 10px 0 5px 0;
}
.ui-dialog button {
	background : black;
	color : white;
	border : none;
	font-size:14px;
	line-height: 20px;
	height : 20px;
	margin: 10px 5px 0 0;
	width : 80px;
	cursor:pointer;
}
.ui-dialog-titlebar-close {
	display : block;
	width : 15px;
	height : 15px;
	position : absolute;
	right : 0;
	top : 0;
	background : url(images/btn_close.gif) no-repeat top left;
}
.ui-state-hover.ui-dialog-titlebar-close {
	background : url(images/btn_close_hover.gif) no-repeat top left;
}
