/* Form decor */
.inputform {
    background: #f8f8f8 url("../images/form/bg-top-left.png") top left no-repeat;
    padding-left: 1px;
}

.inputform .topdecor {
    height: 8px;
    background: url("../images/form/bg-top-right.png") top right no-repeat;
}

.inputform .formdecor {
    background: url("../images/form/bg-bottom-right.png") bottom right no-repeat;
}

.inputform .formdecor .bottomdecor {
    height: 8px;
    background: url("../images/form/bg-bottom-left.png") bottom left no-repeat;
    margin-left: -1px;
}

.inputform .formdecor .formcontainer {
    padding: 0 8px;
}

.inputform .formdecor .formcontainer .caption {
    font-weight: bold;
    color: #53575e;
    margin-bottom: 8px;
} 

/* Form table */
.formtable th {
    border-bottom: 1px solid #e5e5e5;
    padding: 3px 5px;
    white-space: nowrap;
}
.formtable td {
    border-bottom: 1px solid #e5e5e5;
    padding: 4px 5px; 
    white-space: nowrap;
}
.formtable span.required {
    color: #d50004;
    font-weight: bold;
}
.formtable .noborder td {
    border-bottom: none;
}
.formtable .noborder th {
    border-bottom: none;
}
.formtable .hintrow td {
    color: #53575e;
    font-size: 0.8em; 
    padding: 0 5px 2px 5px;
    white-space: nowrap;
}
.formtable .hintrow a {
    color: #37404d;
    font-weight: normal;
    text-decoration: underline;
}
.formtable .hintrow a:hover {
    color: #495d79;
    text-decoration: none;
}
.formtable ul.radio_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.formtable ul.checkbox_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* messages */
ul.error_list {
    background: #f9d9da url("../images/icons/error_flash.gif") top left no-repeat;
    border: 1px solid #e24c4f;
    margin: 0;
    padding: 2px 6px 2px 26px;
    list-style-type: none;    
    color: #8f090c;
    float: left;
    font-size: 0.9em;
}

ul.infoAlert {
    background: #f0f3f7 url("../images/icons/info_flash.gif") top left no-repeat;
    border: 1px solid #99bbe8;
    margin: 0 0 10px 0px;
    padding: 2px 6px 2px 26px;
    list-style-type: none;    
    color: #3b6097;    
    font-weight: bold;
    font-size: 0.9em;
}

ul.errorAlert {
    background: #f9d9da url("../images/icons/error_flash.gif") top left no-repeat;
    border: 1px solid #e24c4f;
    margin: 0 0 10px 0px;
    padding: 2px 6px 2px 26px;
    list-style-type: none;    
    color: #8f090c;
    font-size: 0.9em;
}

/* Custom fields */
.divtextarea {
    white-space: normal;
    background: #FFFFFF url(../js/dojoroot/dijit/themes/tundra/images/validationInputBg.png) repeat-x scroll left top;
    border: 1px solid #b3b3b3;
    overflow-y: scroll;
}

.achtung {
    color: #8f090c;
}