a {
    color: gray;
    text-decoration: none;
}

.ok {
    color: green;
}

.wide {
    width: 80%;
    margin-bottom: 1%;
}

.optional {
    color: #3e49b1;
}

#close {
    position: absolute;
    right: 5px;
    top: 5px;
}

.error {
    color: red;
    font-weight: bold;
}

body, a, input, select {
/*    font-family: tahoma, cursive;
    font-size: 12pt*/
}

#menuContent {
    /*background-color: #FFFBE8;*/
    /*background-color: #6B5922;*/
    /*padding: 5px;*/
}

#menuContent, #menuContent a {
    /*color: white;*/
}

body {
    /*height: 100%;*/
    /*width: 100%;*/
}