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

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

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

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

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

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

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

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

.alert_se, .alert_sizer {
	width: 5px;
	height: 5px;
	background: transparent url(images/admin/modal-windows/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:visible;
	color: #000;
	//font-family: Tahoma, Arial, sans-serif;
	//font: 12px arial;
	background: white;
}

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

.alert_message {
	//font: 12px arial;
	//width:100%;
	color: black;
	//padding-bottom:10px;
	text-align: center;
}

.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('images/admin/modal-windows/progress.gif') no-repeat center center
}



#myDialogId .myButtonClass {
	margin: 15px 2px 15px 2px;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	color: black;
	background-color: #FFDD00;
	text-decoration: none;
	border-style: outset;
	border-color: #FFDD00;
}
#myDialogId .myButtonClass:hover {
	border-style: inset;
	position:relative;
	left:1px;
	top:1px;
	text-decoration: none;
}
#myDialogId .ok_button {
	color: black;
}
#myDialogId .cancel_button {
	color: black;
}


