@import "/intelliform/default/default.css";
@import "../style.css";

body {
    margin: 0;
}

#north, #main, #south {
    width: auto;
    border: 0;
}

#east, #center {
    float: none;
}

#north {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
    background: url("../images/3_1_body_back.gif") repeat-x #fff;
}

#logo {
    text-align: left;
}

#customer-logo {
    display: block;
}

#formName {
    background-color: transparent;
    color: #000;
    position: absolute;
    top: 5px;
    right: 10px;
}

#formName h1 {
    font-weight: normal;
    font-size: 1.2em;
}

#main {
    position: relative;
}

#east {
    width: 225px;
    background-color: #D3D3D3;
    height: 100%;
    margin-left: 0;
    position: absolute;
    top: 0;
}

.actionbox {
    padding-top: 20px;
}

#center {
    padding-left: 225px;
    width: auto;
}

#wizard {
    border: 0;
    border-top: 20px solid #d3d3d3;
    font-size: 1em;
}

#wizard-body .pseudoLabel label {
    line-height: 1.5em;
    white-space: normal;    
}

#dialog #wizard-body .pseudoLabel input {
    position: absolute;
    left: 0;
    top: 2px;
}

#dialog #wizard-body .pseudoLabel {
    position: relative;
    padding-left: 20px;
}

#wizard-body .small {
    width: 4em;
}

#id-input-message {
    width: 80%
}

#footer {
    padding: 0;
    text-align: left;
}

div#south {
    background-color: #d3d3d3;
    margin: 0;
    height: 37px;
    color: white;
}

div#south a, div#south a:visited {
    color: white;
}

div#footer-spacer {
    float: left;
    width: 225px;
}

.left {
    float: left;
    width: 533px;
    padding-left: 12px;
}

.right {
    left: 690px;
    position: absolute;
}

div#south .left {
    margin-top: 6px;
}