.AlertDiv{display:none;position:fixed;width:100%;max-width:500px;text-align:center;padding:30px 15px;color:#555555;top:0;left:0;cursor:auto;border:none;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;background-color:#FFFFFF;box-shadow:0 0 8px #000000;z-index:9999}
.AlertMessage{font-weight:bold;padding:5px 5px 20px 5px;line-height:1.6;height:60%;font-size:20px;color:#666666;}
.AlertOk{
    cursor: pointer;
    text-align: center;
    min-width: 80px;
    height: auto;
    margin: auto;
    background-color: #DDDDDD;
    font-size: 14px;
    color: #333333;
    box-shadow: none;
    border: solid 1px rgba(0,0,0,0.1);
    padding: 7px 12px;
    border-radius: 4px;
    }
.AlertOk.cancel{width:80px;}
.AlertOk.yes:hover, .AlertOk.yes:focus{background-color:#009900;color:#FFFFFF;}
.AlertOk.cancel:hover, .AlertOk.cancel:focus{background-color:#BB1100;color:#FFFFFF;}
.justifyText{text-align:justify}
.divBlock{display:inline-block;vertical-align:top}
.floatRight{float:right}
.floatLeft{float:left}
.circleRadius{border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}



