.overlay_alert {
	FILTER: alpha(opacity=60); BACKGROUND-COLOR: #85bbef; moz-opacity: 0.6; opacity: 0.6
}
.alert_nw {
	BACKGROUND: url(/imgs/window/alert/top_left.gif) no-repeat left bottom; WIDTH: 5px; HEIGHT: 5px
}
.alert_n {
	BACKGROUND: url(/imgs/window/alert/top.gif) repeat-x left bottom; HEIGHT: 5px
}
.alert_ne {
	BACKGROUND: url(/imgs/window/alert/top_right.gif) no-repeat left bottom; WIDTH: 5px; HEIGHT: 5px
}
.alert_e {
	BACKGROUND: url(/imgs/window/alert/right.gif) repeat-y 0px 0px; WIDTH: 5px
}
.alert_w {
	BACKGROUND: url(/imgs/window/alert/left.gif) repeat-y 0px 0px; WIDTH: 5px
}
.alert_sw {
	BACKGROUND: url(/imgs/window/alert/bottom_left.gif) no-repeat 0px 0px; WIDTH: 5px; HEIGHT: 5px
}
.alert_s {
	BACKGROUND: url(/imgs/window/alert/bottom.gif) repeat-x 0px 0px; HEIGHT: 5px
}
.alert_se {
	BACKGROUND: url(/imgs/window/alert/bottom_right.gif) no-repeat 0px 0px; WIDTH: 5px; HEIGHT: 5px
}
.alert_sizer {
	BACKGROUND: url(/imgs/window/alert/bottom_right.gif) no-repeat 0px 0px; WIDTH: 5px; HEIGHT: 5px
}
.alert_close {
	DISPLAY: none; WIDTH: 0px; HEIGHT: 0px
}
.alert_minimize {
	DISPLAY: none; WIDTH: 0px; HEIGHT: 0px
}
.alert_maximize {
	DISPLAY: none; WIDTH: 0px; HEIGHT: 0px
}
.alert_title {
	FLOAT: left; WIDTH: 100%; HEIGHT: 1px
}
.alert_content {
	BACKGROUND: #fff; FONT: 12px arial; OVERFLOW: visible; COLOR: #000
}
.alert_window {
	PADDING-RIGHT: 20px; PADDING-LEFT: 20px; BACKGROUND: #fff; PADDING-BOTTOM: 20px; MARGIN-LEFT: auto; WIDTH: 400px; MARGIN-RIGHT: auto; PADDING-TOP: 20px
}
.alert_message {
	PADDING-BOTTOM: 10px; FONT: 12px arial; WIDTH: 100%; COLOR: #f00
}
.alert_buttons {
	WIDTH: 100%; TEXT-ALIGN: center
}
.alert_buttons INPUT {
	MARGIN: 10px; WIDTH: 20%
}
.alert_progress {
	BACKGROUND: url(/imgs/window/alert/progress.gif) #fff no-repeat center center; FLOAT: left; MARGIN: auto; WIDTH: 100%; HEIGHT: 16px; TEXT-ALIGN: center
}
