/*  alert Styles */
.messageDrag { position: absolute; width: 456px; height: 140px; z-index: 9999999; border: outset 3px #7196b7; background-color: #FFF; }
.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; }
.MyAlertBody { height: 20px; border: 2px solid #73939a; border-bottom: 0px; border-top: 0px; }
.MyAlertHeadText { font-size: 12px; font-family: Arial; font-weight: bold; }
#MyAlertHead { border: 2px solid #73939a; border-bottom: 0px;  cursor: move; }
#bodyImg { float: left; padding: 10px; height: 30px; }
.MyAlertTopLeftTd, .MyAlertTopRightTd { width: 9px !important; }
#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; }
