.overlay_alert {
	background-color: #000000;
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}

.alert_nw {
	width: 5px;
	height: 5px;
	background: transparent url(/img_/windows/alert/top_left.gif) no-repeat bottom left;			
}

.alert_n {
	height: 5px;
	background: transparent url(/img_/windows/alert/top.gif) repeat-x bottom left;			
}

.alert_ne {
	width: 5px;
	height: 5px;
	background: transparent url(/img_/windows/alert/top_right.gif) no-repeat bottom left			
}

.alert_e {
	width: 5px;
	background: transparent url(/img_/windows/alert/right.gif) repeat-y 0 0;			
}

.alert_w {
	width: 5px;
	background: transparent url(/img_/windows/alert/left.gif) repeat-y 0 0;			
}

.alert_sw {
	width: 5px;
	height: 5px;
	background: transparent url(/img_/windows/alert/bottom_left.gif) no-repeat 0 0;			
}

.alert_s {
	height: 5px;
	background: transparent url(/img_/windows/alert/bottom.gif) repeat-x 0 0;			
}

.alert_se, .alert_sizer {
	width: 5px;
	height: 5px;
	background: transparent url(/img_/windows/alert/bottom_right.gif) no-repeat 0 0;			
}

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

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

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

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

.alert_content {
	overflow:hidden;
	color: #000;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
}

.alert_content_old {
	overflow:hidden;
	color: #000;
	font-family: Tahoma, Arial, Sans Serif;
	font-size: 10px;
	background: #FFF;
}

.alert_message_old {
    float: left;
    font-size:16px;
    text-align:left;
    padding-top:10px;
    padding-bottom:10px;
}

.alert_buttons_old {
    padding-top: 20px;
    text-align:right;
}

/* For alert/confirm dialog */
.alert_window {
	border:1px solid #F00;	
	background: #FFF;
	width:400px;
}

.alert_head {
    float: left;
    height: 40px;
    width: 100%;
    background: #ffffff;
}

.alert_icon {
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    width: 40px;
    height: 40px;
}

.alert_icon_image {
    width: 35px;
    height: 35px;
}


.alert_head_title {
    position: relative;
    left: 10px;
    top: 10px;
    float: left;
    height: 21px;
    text-align: left;
    color: #ff9900;
    font-family: Arial, Sans Serif;
    font-size: 18px;
}

.alert_body {
    position: relative;
    width: 100%;
    height: 100%;
    background: #ffffff url("/img_/publishing/ui/pop_gradient.gif") repeat-x bottom;
}

.alert_message_border {
    position: relative;
    top: 8px;
    left: 24px;
    border: 1px solid #999999;
    background: #ffffff;
}

.alert_message_contents {
    position: relative;
    top: 5px;
    left: 5px;
    font-family: Verdana, Arial, Sans Serif;
    font-size: 13px;
    text-align: left;
    color: #333333;
}

.alert_buttons {
    position: relative;
    top: 5px;
    right: 6px;
    float: right;
    height: 20px;
}

.alert_button_spacer {
    width: 10px;
}

.alert_progress {
    float:left;
    margin:auto;
    margin-top:5px;
    text-align:center;
    width:100%;
    height:30px;
    background: #FFF url('/img_/publishing/ui/loading_indicator.gif') no-repeat center center
}

