* {
    style-fg: magenta;
    style-bg: #000000;
}

body {
}

#bg {
    content: "Altair";
    align: center;
    font: "Swamp Land";
    left: 0;
    right: 0;
    top: 1;
}

#notice {
    height: 40;
    left: 0;
    right: 0;
    bottom: 0;
}

form {
    left:center;
    top: center;
    width: 50%;
    height: 50%;
    style-bg: cyan;
    bg: yellow;
}


select {
    left: center;
    top: center;
    style-bg: blue;
    width: 50%;
    height: 50%;
    clickable: true;
    border-type: bg;
    border-ch: *;
    padding:1;
    style-focus-bg: red;
}


dirmanager {

}

checkbox {

}

passbox {

}

filemanager {

}

textbox {
    style-focus-bg: red;
    style-bg: black;
    shrink: true;
    style-fg: blue;
    height:2;
    left: 0;
    width: 100;
}
