




/* form stuff */

div.standardform {
    width: 600px;
}

div.hidden {
    visibility: hidden;
}

div.standardform-head {
    margin-bottom: 25px;
}

div.standardform-foot {
    text-align: right;
}

div.row.spacing {
    margin-bottom:10px;
}

div.row.line {
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}

div.legend {
    width:135px;
}

div.formlist { /* deprecated, only used for pitch cause there was no table then */
    margin-bottom: 10px;
}
div.standardform_add {
    margin-top: 10px;
}

div.standardform_label {
    margin-top:7px;
}

div.standardform_button {
    margin-top:2px;
}

a.standardform_add {
    font-weight:bold;
    color:black;
    text-decoration:none;
}

a.standardform_add:hover {
    color: gray;
}

div.standardform-list span {
    border-radius: 0px;
    margin-bottom: 0px;
    border:0px;
    background-color:transparent;
}

input.number {
    width:80px !important;
}


/* tab stuff */

div.tabs-container {
    margin-top:20px;
    margin-bottom:20px;
}

span.tabs-caption {
    font-weight:bold;
}
