#ModuleSettingsOuterDiv
{
	display: none;
    position:absolute;
    top:0px;
    left:0px;
    background-color:#eeeeee;
    padding:5px;
    z-index:110;
    border: 3px solid silver;
}
#ModulesSettingsBackground
{
    position:fixed;
    top:0px;
    left:0px;
    background:#000000;
    opacity:0.7;
    filter:alpha(opacity=70);
    width:100%;
    height:100%;
    z-index:100;
}
