body{
	height:100%;
}
.overlay_dialog,
.overlay_alert{
	background:#000;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:0.4;
}
.overlay___invisible__{
	background:#aaa;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}

.top_draggable,
.bottom_draggable{
	cursor:move;
}

.dialog_nw,
.alert_nw{
	border:0px;
	width:22px;
	height:29px;
	background:transparent url(../images/prototypeWindow/top_left.png) no-repeat 0 0;
}
.dialog_n,
.alert_n{
	border:0px;
	height:29px;
	vertical-align:middle;
	background:transparent url(../images/prototypeWindow/top_mid.png) repeat-x 0 0;
}
.dialog_ne,
.alert_ne{
	border:0px;
	width:22px;
	height:29px;
	background:transparent url(../images/prototypeWindow/top_right.png) no-repeat 0 0;
}

.dialog_w,
.alert_w{
	border:0px;
	width:4px;
	background:transparent url(../images/prototypeWindow/center_left.png) repeat-y 0 0;
}
.dialog_e,
.alert_e{
	border:0px;
	width:4px;
	background:transparent url(../images/prototypeWindow/center_right.png) repeat-y 0 0;
}

.dialog_sw,
.alert_sw{
	border:0px;
	width:9px;
	height:19px;
	background:transparent url(../images/prototypeWindow/bottom_left.png) no-repeat 0 0;
}
.dialog_s,
.alert_s{
	border:0px;
	background:transparent url(../images/prototypeWindow/bottom_mid.png) repeat-x 0 0;
	height:19px;
}
.dialog_se,
.alert_se{
	border:0px;
	width:9px;
	height:19px;
	background:transparent url(../images/prototypeWindow/bottom_right.png) no-repeat 0 0;
}

.dialog_sizer,
.alert_sizer{
	border:0px;
	width:13px;
	height:19px;
	background:transparent url(../images/prototypeWindow/bottom_right_resize.png) no-repeat 0 0;
	cursor:w-resize;
}
.dialog_close{
	width:14px;
	height:14px;
	background:transparent url(../images/prototypeWindow/close.gif) no-repeat 0 0;
	position:absolute;
	top:5px;
	left:8px;
	cursor:pointer;
	z-index:2000;
}
.dialog_minimize{
	width:14px;
	height:15px;
	background:transparent url(../images/prototypeWindow/minimize.gif) no-repeat 0 0;
	position:absolute;
	top:5px;
	left:28px;
	cursor:pointer;
	z-index:2000;
}
.dialog_maximize{
	width:14px;
	height:15px;
	background:transparent url(../images/prototypeWindow/maximize.gif) no-repeat 0 0;
	position:absolute;
	top:5px;
	left:49px;
	cursor:pointer;
	z-index:2000;
}
.dialog_title,
.alert_title{
	float:left;
	height:14px;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
}
.dialog_content,
.alert_content{
	overflow:hidden;
	background:#eee url(../images/prototypeWindow/bg_content.png) repeat-x left top;
	position:relative;
}
.status_bar{
	font-size:12px;
}
.status_bar input{
	font-size:12px;
}
.wired_frame{
	display:block;
	position:absolute;
	border:1px #000 dashed;
}
/* DO NOT CHANGE THESE VALUES*/
.dialog{
	display:block;
	position:absolute;
}
.dialog table.table_window{
	border:0;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin:0px;
	padding:0px;
}
.dialog table.table_window td,
.dialog table.table_window th{
	padding:0;
}
.dialog .title_window{
	-moz-user-select:none;
}
.gleanfeed-wiki-popup-form-body{
	margin: 0 auto;
}

.alert_close{
	width:0px;
	height:0px;
	display:none;
}

.alert_minimize{
	width:0px;
	height:0px;
	display:none;
}

.alert_maximize{
	width:0px;
	height:0px;
	display:none;
}

/* For alert/confirm dialog */
.alert_window{
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.alert_message{
	padding:10px 10px 10px 70px;
	overflow:auto;
	border-bottom:1px solid #acacac;
	background:url(../images/prototypeWindow/i_alert.png) no-repeat left top;
	_background-attachment:fixed;
}

.alert_buttons{
	text-align:center;
	background:#d9d9d9;
	height:25px;
	padding:3px 0 4px;
	border-top:1px solid #fff;
	border-bottom:1px solid #acacac;
	vertical-align:middle;
}

.alert_buttons input,
.alert_buttons input{
	width:6em;
	vertical-align:middle;
	padding:2px;
}

.alert_progress{
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url('../images/prototypeWindow/progress.gif') no-repeat center center
}
