﻿.PromptCompatibility {
    top: 2px;
    /*z-index: 9999999;*/
    /*top: 30px;*/
    z-index: 82;
    position: absolute;
    border: 1px solid #808080;
    width: 100%;
    height: 25px;
    /*background: #f5f5f5;*/
    background: #FFFFCC;
    font-size: 12px;
}
.ClosePromptCompatibility {
    position: absolute;
    right: 12px;
    cursor:pointer;
}
.WarningImage {
    position:relative;
    top:5px;
    width:20px;
    margin-left:10px;
    margin-right:3px;
}
.SwitchCompatibility {
    width: 10px;
    cursor:pointer;
}