icon[bizit=FormInput] {
    background-image: url('index.png');
}
bizit[name=FormInput] {
    width: 640px;
    height: 480px;
}
div[bizit=FormInput] {
    /*overflow: auto;*/
}

div[bizit=FormInput] form {
    width: 100%;
    height: 100%;
}

div[bizit=FormInput] table {
    margin: 0px;
    padding: 0 10px 0 0;
    width: 100%;
    height: 100%;
}


div[bizit=FormInput] table tbody tr td {
    width: 50%;
}

div[bizit=FormInput] table tbody tr td > input[type=text] {
    width: 100%;
}

div[bizit=FormInput] table tbody tr td > textarea {
    width: 100%;
    height: 100px;
}

div[bizit=FormInput] table tbody tr td span.formInputRequired {
    color: red;
}

div[bizit=FormInput] table tfoot {
    height: 30px;
}




properties[bizit=FormInput] field[name=Items] > ul {
    margin: 0px;
    padding: 0px;
    height: 79px;
}
properties[bizit=FormInput] field[name=Items] > ul li {
    float: left;
    width: 100px;
    height: 18px;
    margin: 1px;
    padding: 0px;
    border: solid 1px #ccc;
    background: #fcfcfc;
    overflow: hidden;
    white-space: nowrap;
    cursor: move;
}


/* needed, but right now in Navigation css
properties fieldset field info {
    display: block;
    margin: 0px;
    margin-top: -2px;
    position: absolute;
    z-index: 2;

    background: #fff;
    border: solid 1px #888;
    padding: 10px;

    border-radius: 0px 10px 10px 10px;

    box-shadow: 0px 0px 3px #888;
}

properties fieldset field info input[type=text] {
    min-width: 125px;
    width: 100%;
}



*/
properties fieldset field info[bizit="FormInput"] > form > table {
    width: 100%;
}
properties fieldset field info[bizit="FormInput"] > form > table  tr > td:first-child {
    white-space: nowrap;
}
properties fieldset field info[bizit="FormInput"] > tab {
    display: block;
    position: absolute;
    display: block;
    /*width: 26px;*/
    height: 26px;
    margin-top: -11px;
    margin-left: -37px;
    background: #fff;
    border: solid 1px #888;
    border-right: none;

    border-radius: 5px 0px 0px 5px;

    box-shadow: -1px 0px 1px #ccc;
}
properties fieldset field info[bizit="FormInput"] > tab > button {
    /*position: absolute;*/
    margin: 1px;
    display: block;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
}


div[bizit=FormInput] .error {
    border: solid 1px #f00;
    background: #fff;
    padding: 0px 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 23px;
    display: none;
}