/*
 * CSS fuer Formular Generator
 */
.formgen {
    padding: 5px 5px;
    margin: 0 0 10px 0;
    width: 315px;
    float: left;
}

h3.formgen_h3 {
    
}

div.formgen_done {
    font-weight: bold;
}

/* Blockdefinitionen */

.formgen div.field {
    clear: both;
    margin: 0;
    padding: 2px 0;
}

.formgen div.required, .formgen label.required {
    font-weight: bold;
    color: #990000;
}

.formgen div.errormsg {
    font-weight: bold;
    padding: 10px 0;
    color: #AA0000;
}

.formgen div.submit {
    clear: both;
    padding: 5px 0 5px 93px;
}

.formgen div.submit input {
    float: none;
    font-weight: bold;
    font-size: 110%;
    width: auto;
}

/* Formulardefinitionen */

.formgen legend {
    font-weight: bold;
    color: #000;
}

.formgen fieldset {
    clear: both;
    margin-top: 5px;
    border: none;
    padding: 5px;
}

.formgen label, .formgen div.labelfloat{
    float: left;
    width: 80px;
}

.formgen label.nofloat {
    float: none;
    width: auto;
}

.formgen input, .formgen select {
    float: left;
    margin: 0 0 0 2px;
}

.formgen textarea, .formgen input, .formgen select {
    font-family: sans-serif;
    background: #DCF7F4;
    border: 1px #78C5A1 solid;
    vertical-align: middle;
    font-size: 100%;
    width: 190px;
    padding: 1px;
    font-family: "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
    font-size: 13px; 
}

.formgen textarea:focus, .formgen input:focus, .formgen select:focus {
    background: #ffffff;
}

.formgen input.checkbox {
    width: auto;
}

/* Spezials */
.formgen .w1 {
    width: 48px;
}

.formgen .w2 {
    width: 140px;
}
