﻿.swForm {
    padding: 10px;
    color: #333;
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    .swForm .UIButton {
        font-size: 13px;
    }

    .swForm .swFormTitle {
        font-size: 18px;
        margin-left:5px;
    }

        .swForm .swFormTitle:after {
            content: " ";
            width: 100%;
            display: block;
            margin-top: 8px;
            margin-bottom: 30px;
            border-top: 1px solid #ddd;
        }

    .swForm .swInputTitle {
        display: block;
        margin-left:5px;
    }

    .swForm .swInput {
        min-height: 25px;
        margin: 8px 5px;
    }

    .swForm input[type="text"].swInput, input[type="password"].swInput, input[type="email"].swInput,
    input[type="number"].swInput, select.swInput {
        width: 100%;
        height: 25px;
        padding: 3px 5px;
        border: 1px solid #ccc;
    }



    .swForm .swHref {
        color: #0275d8;
        margin-bottom: 1px;
        display: block;
        text-decoration: none;
    }

        .swForm .swHref:hover {
            color: #014c8c;
            cursor: pointer;
            text-decoration: underline;
        }






swFooter table {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    swFooter table swTitle {
        font-size: 16px;
        font-weight: bold;
        color: #7ea743;
        margin-bottom: 10px;
        display: block;
    }

    swFooter table td {
        vertical-align: initial;
    }

    swFooter table a {
        color: #0275d8;
        display:block;
        margin-bottom: 5px;
        text-decoration: none;
    }

        swFooter table a:hover {
            color: #014c8c;
            cursor: pointer;
            text-decoration: underline;
        }

