body > #actionHandler
{
    position:fixed;
    z-index:10000;
    overflow:hidden;
}

body > #actionHandler2
{
    position:fixed;
    z-index:10000;
    overflow:hidden;
}

    
.actionHandler
{
    position:fixed;
    z-index:10004;
    border:3px outset #000000;
    background-color:#FFFFFF;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 85%;
    overflow:hidden;
}

.actionHandler2
{
    position:fixed;
    z-index:20000;
    border:3px outset #000000;
    background-color:#FFFFFF;
    display:block;
    left:20px;
    top:20px;
}
			    