div.messageMark{
    float: left;
    width: 40px;
    padding: 3px 0 0 3px;
}
div.messageString{
    margin-left: 60px;
}
img.loading1{
    width: 100px;
    height: 100px;
    display: none;
}
img.loading2{
    width: 16px;
    height: 16px;
    display: none;
}

div.floatingErrMsg:hover,
div.floatingErrMsgAjax1:hover,
div.floatingErrMsgAjax2:hover{
    border-color:red;
    cursor: pointer;
}

div.floatingErrMsg{
    background-color: black;
    color: white;
    font-size: 10pt;
    position: absolute;
    top: 5px;
    /*right: 5px;*/
    padding: 10px;
    border-width: 5px;
    border-style: solid;
    border-color: white;
    z-index: 999;
}
div.floatingErrMsgAjax1{
    background-color: black;
    color: white;
    font-size: 10pt;
    position: absolute;
    top: 5px;
    /*right: 5px;*/
    padding: 10px;
    border-width: 5px;
    border-style: solid;
    border-color: white;
    z-index: 1999;
}
div.floatingErrMsgAjax2{
    background-color: black;
    color: white;
    font-size: 10pt;
    position: absolute;
    top: 5px;
    /*right: 5px;*/
    padding: 10px;
    border-width: 5px;
    border-style: solid;
    border-color: white;
    z-index: 2999;
}
div.floatingErrMsg li,
div.floatingErrMsgAjax1 li,
div.floatingErrMsgAjax1 li{
    margin: 10px;
}




