/* For transparent alerts */
div.negeso_alert_window {
	position:absolute;
	z-index:100;
	border:2px solid red;
	background-color: #ffffff;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

div.negeso_alert_window td {
	font-size: 13px;
	color: red;
	font-weight: normal;
	font-family: Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	padding:10px;
}

/* For transparent notes */
div.negeso_note_window {
	position:absolute;
	z-index:100;
	border:2px solid green;
	background-color: #ffffff;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

div.negeso_note_window td {
	font-size: 13px;
	color: black;
	font-weight: normal;
	font-family: Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	padding:10px;
}
