.overlay_window_info {
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.window_info_nw {
	width: 5px;
	height: 5px;
	background: transparent url(/images/misc/window_info/top_left.png) no-repeat bottom left;
}

.window_info_n {
	height: 5px;
	background: transparent url(/images/misc/window_info/top.png) repeat-x bottom left;
}

.window_info_ne {
	width: 5px;
	height: 5px;
	background: transparent url(/images/misc/window_info/top_right.png) no-repeat bottom left
}

.window_info_e {
	width: 5px;
	background: transparent url(/images/misc/window_info/right.png) repeat-y 0 0;
}

.window_info_w {
	width: 5px;
	background: transparent url(/images/misc/window_info/left.png) repeat-y 0 0;
}

.window_info_sw {
	width: 5px;
	height: 5px;
	background: transparent url(/images/misc/window_info/bottom_left.png) no-repeat 0 0;
}

.window_info_s {
	height: 5px;
	background: transparent url(/images/misc/window_info/bottom.png) repeat-x 0 0;
}

.window_info_se, .window_info_sizer {
	width: 5px;
	height: 5px;
	background: transparent url(/images/misc/window_info/bottom_right.png) no-repeat 0 0;
}

.window_info_close {
	width:0px;
	height:0px;
	display:none;
}

.window_info_minimize {
	width:0px;
	height:0px;
	display:none;
}

.window_info_maximize {
	width:0px;
	height:0px;
	display:none;
}

.window_info_title {
	float:left;
	height:1px;
	width:100%;
}

.window_info_content {
	overflow:visible;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
    font: 12px arial;
	background: #ffb52d;
	text-align: center;
}

/* For alert/confirm dialog */
.window_info_window {
	background: #FFF;
	padding: 20px;
	margin-left:auto;
	margin-right:auto;
	width: 400px;
}

.window_info_message {
	width:100%;
	color: #000000;
    margin-top: 4px;
	padding-bottom:10px;
}

.window_info_buttons {
	text-align:center;
	width:100%;
}

.window_info_buttons input {
	width:20%;
	margin:10px;
}

.window_info_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url(/images/misc/window_info/progress.gif) no-repeat center center
}


