@import "/intelliform/default/default.css";

body {
    color: #000000;
}

#customer-logo{display:block;}

#main, #south, #north {
    border-left: 1px solid #d0dcea;
    border-right: 1px solid #d0dcea;
}

#north {
    border-top: 1px solid #d1dff8
}

#formName, #formName h1 {
    background-color: #d0dcea;
}

#wizard {
    border-right: 2px dotted #d0dcea;
}

.box {
    border-top: 8px solid #d0dcea;
    padding-top: 0;
}

.footer {
    background-color: #d0dcea;
}

/* tabellen */
#wizard-body table, #wizard-body table input {
	font-size: 1em;
}

table .x-assistants-nowrap input.invalid {
    margin-left: 0;
}

#wizard-body table label, #wizard-body table .label {    
    width: auto;
    float: none;
    padding-top: 0.1em;
}