/*  alert Styles */
.messageDrag { position: absolute; width:100%; max-width: 456px; height: 140px; z-index: 9999999; /*border: 2px solid #73C82C*/;
			 background-color: #FFF;border-radius: 10px; }
.keepCentered { position: fixed !important; left: 50%; /* Start with top left in the center */ top: 50%; margin-left: -230px; /* Shift over half the width */ margin-top: -175px; /* Shift up half the height */ }
#imgOkBtn { cursor: pointer;padding: 5px 20px; }
.MyAlertBody { height: 20px; border: 2px solid #73939a; border-bottom: 0px; border-top: 0px;}
.MyAlertHeadText { font-size: 15px; font-family: Arial; font-weight: bold; }
#MyAlertHead{ background: transparent !important}
#MyAlertHead td { border-bottom: 0px; background-color: #73C82C; }
#MyAlertHead td:first-child { border-top-left-radius:5px}
#MyAlertHead td:last-child { border-top-right-radius:5px;padding-right: 8px;}
#bodyImg { float: left; padding: 10px; height: 30px; }
.MyAlertTopLeftTd, .MyAlertTopRightTd { width: 9px !important; border-radius:0px; }
#MyAlertCloseBtn { cursor: pointer; float: right; }
.MyAlertBodyImg { width: 35px; }
.MyAlertMessageTd span#messageText { margin-left: auto; margin-right: auto; float: left; padding-top: 5px; font-family: Arial !important; }
.keepCentered {
	z-index: 11111111111 !important;
	border: 1px solid;
}