﻿#taxForm {
    box-shadow: 0px 0px 1px 1px #999;
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 8px;
    width: auto;
}

    #taxForm input[type=checkbox], #taxForm input[type=radio] {
        margin: 0;
    }

    #taxForm input, #taxForm textarea, #taxForm select, #taxForm img.showPointer {
        z-index: 1;
    }

    #taxForm ::placeholder {
        opacity: 0.4;
    }

    #taxForm .textNormal {
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-decoration: none;
    }

    #taxForm .textRed {
        color: #F71000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
    }

    #taxForm .textMultilineEntry {
        border: 1px solid #333333;
        color: #000000;
        font-family: monospace;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        height: 48px;
        margin: 0px;
        padding: 0px;
        text-decoration: none;
        resize: none;
        overflow-y: scroll;
    }

    #taxForm .textEntry {
        border: 1px solid #333333;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: normal;
        height: 12px;
        margin: 0px;
        padding: 0px;
        text-decoration: none;
    }

    #taxForm .noBorderTextEntry {
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: normal;
        height: 11px;
        margin: 0px;
        padding: 0px;
        text-decoration: none;
    }

    #taxForm .textRequired {
        background-color: #ffcccc;
        color: #000066;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
    }

    #taxForm .textReadOnly {
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
    }

    #taxForm .textSmall, #taxForm td {
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9px;
        text-decoration: none;
    }

    #taxForm .textSmallRed {
        color: #F71000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9px;
        text-decoration: none;
    }


#taxForm span#displayPayerName, 
#taxForm span#displayRecipientName {
    max-width: 43%;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}
