#input {
    margin-top: 12px;
    width: 100%;
}
#input .section {
    border: 1px solid #60a060;
    border-radius: 6px;
    padding: 6px;
    margin-top: 12px;
}
#input .section .title {
    background-color: #a0c0a0;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: center;
}
#input .section table {
    margin: 0px;
    width: 100%;
}
#input .section input[type="text"],
#input .section input[type="file"] {
    width: 100%;
}
#input .section progress {
    height: 20px;
    width: 100%;
}
#input td:nth-child(1) {
    background-color: #e8e8e8;
    width: 200px;
}
#input td:nth-child(2),
#input td:nth-child(2) select {
    width: 350px;
}
#input td:nth-child(2) input.radio {
    margin-bottom: 2px;
    display: inline-block;
    width: 10px;
    vertical-align: bottom;
}

#input .matrix {
}
#input .matrix th {
    background-color: #e8e8e8;
    font-weight: normal;
}
#input .matrix td {
    width: 48px;
}
#input .matrix td:nth-child(1) {
    background-color: #e8e8e8;
}

#input .actions {
    margin-top: 12px;
    padding-left: 6px;
}
#input .help {
    color: #408040;
    padding: 0px 6px;
}
#input .xxx_tooltipclick {
    color: #333333;
}
#input .xxx_tooltipclick:hover {
    text-decoration: none;
}

#runinfo {
    background-color: #c04040;
    border-radius: 6px;
    border: 1px solid #333333;
    display: none;
    font-weight: bold;
    height: 45px;
    left: 25%;
    padding: 6px;
    position: absolute;
    top: 45%;
    width: 50%;
}
#runinfo * {
   color: #ffffff;
}
