* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

html, body {
    margin: 0;
    height: 100%;
    overflow: hidden
}

.IFrame {
    border: 0px solid black;
    background-color: white;
}

.GraphicsConfiguration {
    background-color: #8d6a23;
}

.JSlider {
}

.JComboBox {
    height: 32px;
}

.JButton {
}

.JImageButton {
}

.JImageButton:hover {
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.JImageButton:focus {
    outline: none;
}

.JPage {
    background: white;
    color: black;
}

.JDialog {
}

.JLabel {
}

.JTextArea {
}

.JTextField {
}

.JPassword {
}

.JPanel {
    border: 0px;
}

.Canvas {
}

canvas:focus {
    outline: none;
}

.errorborder {
    border: 1px solid red;
}
