div.xtendedTextPart
{
    display: inline-block;
    float: none;
    clear: none;
}

div.xtendedTextPart table
{
    height: auto;
    width: auto;
}

div.xtendedTextPart tr
{
    height: auto;
    width: auto;
}

div.xtendedTextPart td
{
    height: auto;
    width: auto;
}

img.xtendedLeftPart, img.xtendedRightPart
{
    border: none;
    display: inline;
    vertical-align: top;
    cursor: text;
}

input.xtendedBox
{
    border: none;
    vertical-align: top;
    background-attachment: fixed;
    background-color: Transparent;
}

input.xtendedBox_empty
{
    border: none;
    vertical-align: top;
    background-attachment: fixed;
    background-color: Transparent;
}


