.overlay_alert {
	background-color: #333333;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alert_nw {
	background: transparent url(../raccoon/libraries/prototype_windows/themes/alphacube/left-top.gif) no-repeat 0 0;			
	width:10px;
	height:25px;			
}

.alert_n {
	background: transparent url(../raccoon/libraries/prototype_windows/themes/alphacube/top-middle.gif) repeat-x 0 0;			
  	height:25px;			
}

.alert_ne {
	background: transparent url(../raccoon/libraries/prototype_windows/themes/alphacube/right-top.gif) no-repeat 0 0;			
	width:10px;	  
	height:25px;			
}

.alert_e {
	background: transparent url(../raccoon/libraries/prototype_windows/themes/alphacube/frame-right.gif) repeat-y top right;			
  	width:7px;			
}

.alert_w {
	background: transparent url(../raccoon/libraries/prototype_windows/themes/alphacube/frame-left.gif) repeat-y top left;			
  	width:7px;			
}

.alert_sw {
	background: transparent url(../raccoon/libraries/prototype_windows/themes/alphacube/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;			
}

.alert_s {
	background: transparent url(../raccoon/libraries/prototype_windows/themes/alphacube/bottom-middle.gif) repeat-x 0 0;			
  height:7px;			
}

.alert_se, .alert_sizer {
	background: transparent url(../raccoon/libraries/prototype_windows/themes/alphacube/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;			
}

.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:visible;
	background: #FFF;
	display:block;
	vertical-align:middle;
	padding-top:20px;
}

/* For alert/confirm dialog */
.alert_window {
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:100px;
	vertical-align:middle;
	border:1px solid red;
}
.alert_message {
	font-size:11px;
	color:#8485A3;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	display:block;
	text-align:center;
	padding-top:10px;
}
.ok_button {
	width:50px;
	height:20px;
	border:1px solid #000000;
	background:#8292A9;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}
.cancel_button {
	width:50px;
	height:20px;
	border:1px solid #000000;
	background:#8292A9;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}
.alert_buttons {
	text-align:center;
	width:100%;
}

.alert_buttons input {
	width:20%;
	margin:10px;
}

.alert_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #FFF url(../raccoon/libraries/prototype_windows/themes/alert/progress.gif) no-repeat center center
}


