<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    margin: 0;
    padding: 0;
    background: #333;
}

body {
    color: #31383e;
    font-size: 0.8em;
    font-family: Arial,Helvetica,sans-serif;
    padding: 0px 0 0 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    top: 90px;
    width: 100%;
    table-layout: fixed;
    clear: both;
    background: #d6e0e9;
}

a {
    color: #31383e;
    /*outline: none;*/
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:visited,
    a:active, a:hover {
        color: #31383e;
        border: none;
    }

    a:hover {
        /*background-color: #c7d1d6;*/
    }

header {
    /*height:85px;
        padding:15px 0px 0px 25px;*/
    height: 70px;
    padding: 0 0 0 0;
    background: url('./themes/base/images/header.gif') top left;
}

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
    height: 60px;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #31383e;
    margin: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 1.40em;
    padding-left: 0px;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 100%;
    /*border: solid 2px #c8c8c8;*/
}

#body {
    clear: both;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-top: 30px;
}

.main-content {
    /*background: url("../Images/accent.png") no-repeat;*/
    /*padding-left: 1px;*/
    /*padding-top: 2px;*/
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 2px;
}

.login-info {
       margin: -68px 0 0 168px;
    color: #FFF;
    text-align: left;
}

footer {
    clear: both;
    color: #000;
    /*background: #4d5256;*/
    font-size: 12px;
    padding: 10px 10px 0 0;
    height: 26px;
}

    footer a {
        color: #000;
        text-decoration: none;
    }

    footer .content-wrapper a:hover {
        color: #000;
        text-decoration: underline;
        /*background: #4d5256;*/
    }

    footer .content-wrapper a:visited {
        color: #000;
        text-decoration: none;
    }
/*Shirish*/
.about-popup a {
    text-decoration: none;
}

    .about-popup a:hover {
        text-decoration: underline;
    }

.gridTrnsClmWidth {
    min-width: 130px;
}
/*
.content-wrapper1
{
    margin: 0 auto;
    max-width: 100%;
 //   border: solid 2px #c8c8c8;
}

div .content-wrapper1 a:hover
{
    color: #e1e1e1;
    text-decoration: underline;
    background: none;
}

div .content-wrapper1 a:visited
{
    color: #e1e1e1;
    text-decoration: none;
}
*/
/* site title
----------------------------------------------------------*/
.site-title {
    background-position: 0px;
    color: #c8c8c8;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 2.3em;
    margin-left: 0px;
    margin-top: 12px;
    margin-left: 15px;
    background: url("../Content/themes/base/images/CompanyLogo.png") no-repeat;
    width: 140px;
    height: 40px;
    float: left;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }

/* login
----------------------------------------------------------*/
#login {
    font-size: 1.0em;
    /*font-weight: 600;*/
    margin: 0;
    width: 99%;
    text-align: right;
    float: right;
    clear: right;
    white-space: nowrap;
    /*border:1px solid black;*/
}

    #login a {
        /*background-color: #d3dce0;*/
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
        color: #FFF;
        text-align: right;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

.login-div {
    margin-left: 90%;
    *margin-left: -100px;
    /*width:100px;*/
    float: right;
    margin-top: -2px;
    position: absolute;
}
/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.5em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
            border: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    /*background-color: #fff;*/
    position: relative;
    clear: both;
    /*top: 70px;*/
    margin-left: 10px;
}

    .featured .content-wrapper {
        /*background-color: #7ac0da;*/
        /*background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);*/
        /*color: #3e5667;*/
        padding: 0px 20px 0px 20px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #030D8D;
        font-size: 1.4em;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 2px;
    white-space: nowrap;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
    clear: both;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    padding-left: 10px;
    /*text-align: center; this is to fix bug#843*/
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 150px;
    }

        #loginForm input[type=""], #loginForm input[type="submit"], #loginForm input[type="button"], #loginForm button {
            padding-right: 5px;
            padding-left: 5px;
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 0.8em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: 1px solid #31383e;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: 8px 0px;
    padding: 5px;
}

    fieldset legend {
        color: #31383E;
        font-weight: bold;
    }

    fieldset .editor-label {
        float: left;
        text-align: left;
        clear: both;
        white-space: nowrap;
        background: none;
    }

    fieldset .editor-field {
        float: left;
        text-align: left;
        clear: both;
        background: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
        background: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
            background: none;
        }

label {
    display: block;
    font-size: 12px;
    /*font-weight: 600;*/
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    margin: 3px 0;
    padding: 2px;
    width: 140px;
}

    input[readonly="true"] {
        /*background-color:#999;*/
        border: none;
        background-color: transparent;
    }

    input[disabled="disabled"] {
        /*background-color:#999;*/
        /*border:#c8c8c8;*/
        border: none;
        background-color: transparent;
        /*background-color: #c8c8c8;*/
    }

textarea {
    font-family: inherit;
    width: 500px;
    font-size: 0.9em;
    /*font-family: Arial,Helvetica,sans-serif;*/
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: none;
    padding: 2px;
    margin: 2px;
    width: 2em;
}
/*Tab related styles to nuteralize*/
ul li a {
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: auto;
}

    ul li a:hover {
        background-color: transparent;
        border: none;
        cursor: pointer;
        /*font-weight:bold;*/
        width: auto;
    }
/*end for tab related styles*/
/*input[type="submit"], input[type="button"], fieldset a, button*/
input[type="submit"], input[type="button"], button {
    background-color: #AABFEE;
    border: 0px;
    cursor: pointer;
    font-weight: 100;
    padding: 5px;
    margin-right: 5px;
    width: 110px;
    color: #000;
}

input[type="submit"], a:visited, a:active, a:hover {
    /*color: #fff;*/
}

fieldset a:hover {
    background-color: transparent;
    cursor: pointer;
    /*margin-right: 5px;*/
    /*font-size: 0.9em;*/
    color: #333333;
}

td input[type="submit"], td input[type="button"], td button {
    font-size: 12px;
    /*font-weight:bold;*/
    padding: 5px 2px 5px 2px;
    height: auto;
    min-height: 20px;
    margin: 2px 2px 2px 0;
    text-align: center;
    width: 110px;
    white-space: normal;
    *word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    /*font-weight: bold;*/
    font-size: 0.9em;
}

.field-validation-valid {
    display: none;
}

/*input.input-validation-error {
    border: 1px solid #e80c4d;
}*/

input[type="checkbox"].input-validation-error {
    border: 0 none;
    padding: 0;
    margin: 0;
    width: 2em;
}

.validation-summary-errors {
    color: #e80c4d;
    /*font-weight: bold;*/
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    /*margin-top: 0.75em;*/
    border: 0 none;
}

th {
    font-size: 12px;
    text-align: center;
    border: 1px solid #5a5a5a;
    padding-left: 5px;
    background-color: #787878;
    color: #ffffff;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0em 0.5em 0em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

/*Ajax Grid*/
.gridTable {
    margin: 5px;
    padding: 5px;
    border: 1px #3a3a3a solid;
    border-collapse: collapse;
    table-layout: auto;
    min-width: 400px;
    background-color: #fff;
    color: #fff;
}
/*table { display: inline-block; height: 200px; overflow-y: scroll; }*/
/*thead { position: fixed; margin-top: -30px; }*/
.gridHead th {
    font-weight: normal;
    background-color: #3a3a3a;
    color: #fff;
    padding: 5px 15px 5px 15px;
}

.gridHead a:link, .gridHead a:visited, .gridHead a:active, .gridHead a:hover {
    color: #fff;
    background-color: transparent;
    border: none;
}

.gridHead a:hover {
    text-decoration: underline;
}

.gridTable tr {
    color: #333;
}

    .gridTable tr.gridAltRow {
        background-color: #efeeef;
    }

    .gridTable tr:hover {
        background-color: #dbdbdb;
    }

.gridAltRow td {
    border-right: 1px solid #3a3a3a;
}

    .gridAltRow td input, textarea {
    }

.gridRow td {
    border-right: 1px solid #3a3a3a;
}

    .gridRow td input, textarea {
    }

.errorGridRow td {
    color: #333;
    border-right: 1px solid #3a3a3a;
    background-color: red;
}

.gridFooter td {
    padding: 8px;
    background-color: #3a3a3a;
    color: #999;
    font-size: 10pt;
    text-align: left;
    color: #fff;
}

.gridFooter a {
    background-color: #dbdbdb;
    border: 1px solid #5a5a5a;
}

    .gridFooter a:hover {
        background-color: #9d9d9d;
        color: #FFF;
        margin: 0;
    }

.gridActionCell {
    padding: 10px;
    color: #333;
    font-size: 8pt;
    white-space: nowrap;
    text-align: left;
}

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        margin: 0 0 12px;
        text-align: center;
        top: 0;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            margin: 2px;
            padding: 0;
            border: none;
            top: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
        border: solid 2px #c8c8c8;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        color: #FFF;
        height: auto;
        padding: 10px 10px 10px 0;
        background: #4d5256;
    }

        footer p {
            margin: 0;
            color: #FFF;
            background: #4d5256;
        }

    /* info and errors */
    .message-info {
        border: 1px solid;
        clear: both;
        padding: 10px 20px;
    }

    .message-error {
        clear: both;
        color: #e80c4d;
        font-size: 1.1em;
        /*font-weight: bold;*/
        margin: 20px 0 10px 0;
    }

    .message-success {
        color: #009900;
        font-size: 1.3em;
        /*font-weight: bold;*/
        margin: 20px 0 10px 0;
    }

    .error {
        color: #e80c4d;
    }
}

.morecontent span {
    display: none;
}

.morecontent a {
    color: red;
}

.comment {
    background-color: transparent;
    border: 1px solid black;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 3px 5px;
    margin-left: 0px;
    width: 240px;
}

.commenttitle {
    width: 100%;
    font-size: 14px;
    /*font-weight: bold;*/
    text-align: center;
    background-color: #2E6199;
    color: #FFFFFF !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 4px;
}

.morelink {
    color: #2E6199;
}

    .morelink a {
        color: #2E6199;
    }

/* Message Span-----------------------------------------------------------------------------*/
.msgError {
    color: red;
}

.msgInformation {
    color: green;
}

.msgWarning {
    color: orange;
}

.msgDisplay {
    color: #484848;
}
/* Message Span-----------------------------------------------------------------------------*/

/* Grid table-----------------------------------------------------------------------------*/
.webGrid {
    margin: 4px;
    border-collapse: collapse;
    width: 600px;
}

#header {
    background-color: #000080;
    font-weight: bold;
}

.webGrid th {
    border: 1px solid #00008b;
    padding: 5px;
    white-space: nowrap;
}

.webGrid td {
    border: 1px solid #c0c0c0;
    padding: 5px;
    white-space: nowrap;
}

.alt {
    background-color: #e8e8e8;
    color: #000;
}

.person {
    width: 200px;
    font-weight: bold;
}

.selectColumn {
    width: 10px;
}

.actionColumn {
    width: 100px;
}
/* Grid table-----------------------------------------------------------------------------*/
select {
    color: #333;
    font-size: 1em;
    position: relative;
    font-family: Arial,Helvetica,sans-serif;
    margin: 5px 0;
    padding: 1px;
}

.SnapPay-logo {
    background: url("../Content/themes/base/images/snappay.png") no-repeat;
    width: 200px;
    margin-top: 9px;
    height: 50px;
    margin-right: 15px;
    float: right;
    background-color: transparent;
    border: none;
}

.SnapPay-logo1 {
    background: url("../Content/themes/base/images/snappay.png") no-repeat;
    width: 200px;
    margin-top: 9px;
    height: 50px;
    margin-right: 15px;
    margin: 9px auto 0px auto;
    background-color: transparent;
    border: none;
}

input[type="radio"] {
    background-color: transparent;
    padding: 2px;
    margin: 2px;
    height: 1.2em;
    width: 1em;
    border: none;
}

.RSelect {
    border: none;
    text-align: center;
    padding: 0;
}

.checkboxCol {
    border: none;
    text-align: center;
    padding: 0;
}

.resizedTextbox {
    padding: 1px;
    text-align: right;
    /*width: 100%;*/
}

.resizedLeftTextbox {
    padding: 1px;
    text-align: left;
    /*width: 100%;*/
}

.Edit-icon {
    background: url("/Content/themes/base/images/Editicon.gif") no-repeat;
    width: 17px;
    min-width: 17px;
    height: 15px;
    border: none;
}

.Scheduler-icon {
    background: url("/Content/themes/base/images/scheduler.gif") no-repeat;
    width: 20px;
    height: 20px;
    border: none;
}

.Auth-ReversalPopUp {
    background: url("/Content/themes/base/images/undoAuth.png") no-repeat;
    width: 100%;
    height: 100%;
    border: none;
    text-decoration: none;
    padding-bottom: 5px;
}

.ClearCard {
    background: url("/Content/themes/base/images/icon_delete.gif") no-repeat;
    width: 14px;
    min-width: 14px;
    height: 14px;
    border: none;
}

.LinkAsButton {
    /*font-family: MS Shell Dlg;*/
    font-size: 0.9em;
    height: auto;
    margin: 2px 2px 2px 0;
    min-height: 20px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: 110px;
    background-color: #AABFEE;
    border: 0 none;
    color: #000;
    cursor: pointer;
    font-weight: 100; /*margin-right: 5px;*/
    padding: 4px 4px 0px 6px;
    width: 100px;
}

    .LinkAsButton a {
        text-decoration: none;
        color:#000;
        padding: 4px 4px 0px 6px;
    }
     .LinkAsButton a:hover{
        text-decoration: none;
        color:#000;
        padding: 4px 4px 0px 6px;
    }
    .LinkAsButton:hover {
        font-size: 0.9em;
        height: auto;
        margin: 2px 2px 2px 0;
        min-height: 20px;
        text-align: center;
        text-decoration: none;
        white-space: normal;
        width: 110px;
        background-color: #AABFEE;
        border: 0 none;
        color: #000;
        cursor: pointer;
        font-weight: 100;
        /*margin-right: 5px;*/
        padding: 4px 4px 0px 6px;
        width: 100px;
    }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F0F0F0;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
    filter: alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity: 0.50; /* FireFox */
    z-index: 100000;
}

.dialog {
    z-index: 100111 !important;
}

.invCurrDueGridRow {
    /* color: #FFF;
    border-right: 1px solid #528ab9;
    background-color: #3ADF00;*/
}

    .invCurrDueGridRow a {
        /*
        color: #FFF;*/
    }

.invPastDueGridRow {
    color: #CC0000 !important;
}

    .invPastDueGridRow a {
        color: #CC0000 !important;
    }

.DateCoulmnAlignment {
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    padding-right: 2px;
    text-align: center;
    white-space: nowrap;
}

.buttonSection {
    padding-top: 3px;
    vertical-align: top;
}

.myAccountLink
{
    width: 20px;
    margin: -67px 332px 0px 200px !important;
    height: 10px;
    float: right;
    background-color: transparent;
    border: none;
}
.signOnLink
{
    width: 20px;
    margin: -67px 415px 0px 200px !important;
    height: 10px;
    float: right;
    background-color: transparent;
    border: none;
}</pre></body></html>