﻿.divSmallForm {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: 0px #4688fe solid;
    border-radius: 6px;
    padding: 5px;
}

    .divSmallForm input[type=text], input[type=password], input[type=email], input[type=tel] {
        border-radius: 4px;
        padding: 8px;
        margin-bottom: 10px;
        border: 2px #dfdfe0 solid;
    }

        .divSmallForm input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=tel]:focus {
            border-color: rgb(167, 187, 255, 0.80);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #81a8ee;
            outline: 0 none;
        }

.divLargeForm {
    width: 94%;
    border: 0px #4688fe solid;
    padding: 10px;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
}

.divLinksLeftRight {
    width: 100%;
    border-top: 0px #81a8ee solid;
    border-bottom: 1px #81a8ee solid;
    border-radius: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 5px;
    padding-left: 25px;
}

    .divLinksLeftRight a {
        margin-right: 25px;
        border: 0px #999999 solid;
        border-radius: 2px;
        text-decoration: none;
        font-size: .8em;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .divLinksLeftRight a:hover {
            background-color: #e1e1e1;
        }

.divLinksRow a {
    margin-right: 25px;
}

.divClear {
    clear: both;
}

.divPageBreak {
    page-break-after: always;
}


.divInfo {
    padding: 10px;
    border: 1px #e2e2e2 solid;
    border-radius: 4px;
    background-color: #fbffe5;
    font-size:.8em;
}