﻿/*MyAlert and MyConfirm styles*/
#messageDrag, .messageDrag{ position:absolute; max-width:500px;  z-index:9999999;border: 2px solid #73939a; 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, #btnMyConfirmYes, #btnMyConfirmNo{ cursor:pointer; }
.MyAlertBody, .MyConfirmBody{ height:20px; border: 2px solid #73939a; border-bottom:0px; border-top:0px; }
.MyAlertHeadText, .MyConfirmHeadText{ font-size:15px; font-family:Arial; font-weight:bold; }
#MyAlertHead, #MyConfirmHead { border: 2px solid #73939a;   cursor: move; } /*background-color: #F97000;*/
#bodyImg{ float:left; padding:10px; }
#messageText{ float:left; padding-top:5px;font-size:14px; }
.MyAlertTopLeftTd, .MyAlertTopRightTd, .MyConfirmTopLeftTd, .MyConfirmTopRightTd{ width:9px !important; }
#MyAlertCloseBtn, #MyConfirmCloseBtn{ cursor:pointer; float:right; }
#btnMyConfirmYes{ margin-right:3px; }
#btnMyConfirmNo{ margin-left:3px; }