﻿
@media screen {

    .btnPrint img {
        border: none;
    }

    #aso-container {
        background-color: #fff;
        font-size: 15px;
        font-family: 'Oswald', sans-serif;
        min-width: 720px;
        text-align: left;
    }

        #aso-container p {
            padding: 0;
            margin: 0;
        }

    .aso-docHeader {
        font-size: 1.2em;
        font-family: 'Oswald', sans-serif;
        text-align: center;
    }

    #aso-header {
        padding: 5px 0;
        margin: 0;
        font-family: 'Oswald', sans-serif;
        font-weight: normal;
        font-size: 1em;
        color: #261f26;
        text-transform: uppercase;
        cursor: default;
    }

    .aso-title {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }

    .aso-separator-5px {
        height: 5px;
    }

    .aso-separator-10px {
        height: 10px;
    }

    .aso-separator-20px {
        height: 20px;
    }

    #divToPrint {
        font-size: 1.2em;
    }

    .aso-sectionHeader, .aso-sectionSubHeader {
        padding: 3px !important;
        text-align: left;
        color: #444;
    }

    .aso-sectionHeader {
        border-bottom: solid 2px #444;
        font-size: 0.9em;
    }

    .aso-sectionSubHeader {
        background-color: #e5e5e5;
        color: #444;
        font-size: 0.8em;
        height: 20px;
        text-transform: uppercase;
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
    }

    .aso-print-sectionHeader-line-2px, .aso-print-sectionHeader-line-2px-nomargin,
    .aso-print-sectionHeader-line-1px, .aso-print-sectionHeader-empty-20px,
    .aso-print-sectionHeader-line-1px-nomargin {
        display: none;
    }

    .aso-print-sectionHeader-noline {
        height: 10px;
    }

    .aso-leftCell {
        border-left: solid 1px #ccc !important;
    }

    .aso-rightCell {
        border-right: solid 1px #ccc !important;
    }

    .aso-topCell {
        border-top: solid 1px #ccc !important;
    }

    .aso-noTopCell {
        border-top: none !important;
    }

    .aso-bottomCell {
        border-bottom: solid 1px #ccc !important;
    }

    .aso-noBottomCell {
        border-bottom: none !important;
    }

    .aso-noCell {
        border: none !important;
        background-color: #fff !important;
        font-family: Tahoma, sans-serif !important;
        font-size: 0.8em !important;
        text-align: left !important;
        height: auto !important;
        line-height: 2em !important;
    }

    .aso-noCellHeader {
        font-weight: normal;
        font-size: 1em;
        color: #000;
    }

    .aso-cellCenteredText {
        text-align: center !important;
        font-family: Tahoma;
        font-size: 0.8em;
        font-weight: normal !important;
    }

    .aso-cellLeftText {
        text-align: left !important;
        font-family: Tahoma;
        font-size: 0.8em;
        font-weight: normal !important;
        padding-left: 10px !important;
    }

    .aso-centerAligned {
        text-align: center !important;
    }

    .aso-rightAligned, .aso-rightAligned input[type="text"] {
        text-align: right !important;
    }

        .aso-rightAligned input[type="text"] {
            padding-right: 0;
            font-family: 'Courier New', sans-serif;
        }

    .aso-italic {
        font-style: italic;
    }

    .aso-normal {
        font-weight: normal;
    }

    .aso-boldCell {
        font-weight: bold;
    }

    .aso-uppercase {
        text-transform: uppercase;
    }

    .aso-underlineCell {
        text-decoration: none;
    }

    .aso-emptyCell {
        background-color: #fff;
        padding: 2px;
        padding-bottom: 1px;
    }

    .largeCheckbox input[type="checkbox"], .largeCheckbox label {
        width: 23px;
        height: 22px;
        vertical-align: middle;
    }

    .largeCheckbox label {
        width: auto;
        line-height: 22px;
        text-transform: uppercase;
        color: #333;
        background-color: #eee;
        padding: 3px 5px;
        font-size: 0.9em;
    }

    .searchCaption {
        display: inline-block;
        height: 24px;
        width: 55px;
        line-height: 24px;
        text-align: center;
        font-family: 'Oswald';
        color: #ffffff;
        background-color: #0066A8;
        padding: 4px 6px;
        vertical-align: middle;
        border: solid 1px #0066A8;
        text-transform: uppercase;
        font-size: 18px;
    }

    .arrow-right {
	    width: 0; 
	    height: 0; 
	    border-top: 7px solid transparent;
	    border-bottom: 7px solid transparent;
	    border-left: 7px solid #0066A8;
        position: absolute;
        left: 70px;
        top: 10px;
        display: inline-block;
    }

    .largeTextboxContrainer {
        text-align: left;
        padding: 0;
    }

    .largeTextboxContrainer input[type="text"] {
        color: #444 !important;
        border: solid 2px #0066A8;
        font-size: 12pt!important;
        height: 28px!important;
        width: 721px !important;
        width: 719px\9 !important; /*IE-хак*/
        vertical-align: middle;
        text-indent: 10px!important;
    }
    .largeTextboxContrainerReg {
        text-align: left;
        padding: 0;
    }

    .largeTextboxContrainerReg input[type="text"] {
        color: #444 !important;
        border: solid 2px #0066A8;
        font-size: 12pt!important;
        height: 28px!important;
        width: 694px !important;
        width: 692px\9 !important; /*IE-хак*/
        vertical-align: middle;
        text-indent: 10px!important;
    }
    .largeCheckboxWrapper {
        display:inline-block;
        position:absolute;
        right:2px;
        top:2px;
        font-family: Arial;
        background-color: #0066A8;
        color: #ffffff;
        /*width: 160px;
        width: 165px\9; */
        border-left: solid 5px #fff;
    }

    .largeCheckBoxText {
        height: 30px; 
        float: right; 
        line-height: 30px;
        right: 8px; 
        position: relative;
        /*width: 120px;
        width: 125px\9; */
        font-family: 'Oswald';
        font-size: 16px;
    }

    .largeCheckboxContainer {
        text-align: right;
    }

    .largeCheckboxWrapper>.prettycheckbox  {
        vertical-align: middle;
        float: left;
    }

    .aso-textPlaceholder {
        padding: 0 50px !important;
        margin: 0 !important;
        border-bottom: solid 1px #ccc !important;
    }

    .aso-fieldName, .aso-fieldName_bottom_9px {
        background-color: #fff;
        font-family: Tahoma;
        color: #666;
        font-size: 0.7em;
        text-align: center;
        padding: 2px 0 15px 0;
    }

    .aso-fieldName_bottom_9px {
        padding-bottom: 9px;
    }

    .aso-fieldContent {
        border-bottom: solid 1px #ccc;
        background-color: #f4f4f4;
        color: #000;
        height: 24px;
        min-height: 24px;
        text-align: center;
        line-height: 24px;
        border-top: solid 1px #ccc;
        border-left: solid 1px #ccc;
    }

        .aso-fieldContent input[type="text"], .aso-fieldContent input[type="password"],
        .aso-inputDisabled, .aso-fieldContent select, .aso-textBox, .aso-fieldContent textarea {
            background-color: #fff4be;
            background-image: url("/images/aso-txt-overlay.png");
            background-repeat: repeat-x;
            font-size: 0.7em;
            font-family: Tahoma, sans-serif;
            border: none;
            vertical-align: middle;
            height: 22px;
            color: #0066A8;
            font-weight: bold;
            width: 100%;
            text-align: center;
        }

            .aso-fieldContent input[type="text"].error,
            .aso-fieldContent input[type="password"].error {
                background-image: url(/images/textfield_bg_error.png) !important;
                background-repeat: no-repeat;
                background-position: 95% 50%;
                background-color: #f9edbe;
                background-image: none;
                padding: 0px;
                border: 0px !important;
            }

            .aso-fieldContent select.error {
                background-image: url(/images/textfield_bg_error.png) !important;
                background-repeat: no-repeat;
                background-position: 85% 50%;
                background-color: #f9edbe;
                background-image: none;
            }

            .aso-fieldContent input[type="text"].valid,
            .aso-fieldContent input[type="password"].valid {
            }

            .aso-fieldContent input[type="text"].ignore {
                background-color: #ffffff;
                background-repeat: repeat-x;
                background-position: 0px 1px;
                padding: 3px;
            }

        .aso-fieldContent textarea {
            background-image: none;
        }

    .aso-textBox {
        font-size: 1em !important;
        height: 18px !important;
    }

    .aso-inputDisabled, .aso-cellHeader {
        background-color: #f8f8f8;
        cursor: default;
        font-size: 0.8em;
    }

    .aso-2xFontSize {
        font-size: 1.3em !important;
    }

    #aso-pager {
        text-align: right;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

        #aso-pager a {
            font-family: Arial;
            font-size: 9pt;
            border: 1px solid #ccc;
            background: #eee;
            text-decoration: none;
            margin: 0 5px;
            padding: 3px 5px;
            color: #444;
        }

            #aso-pager a.activeSlide {
                background: #d03224;
                color: #fff;
                border-color: #a01104;
            }

            #aso-pager a:focus {
                outline: none;
            }

    .aso-notice {
        font-size: 0.8em !important;
        font-family: Tahoma, sans-serif !important;
        padding: 10px;
        border: solid 2px #000;
    }

    span.aso-validatorText {
        visibility: visible !important;
        font-size: 1em;
        color: #e9531c !important;
    }

    .aso-imageContainer {
        border: solid 1px #ccc;
        text-align: center;
        width: 220px;
        height: 80px;
    }

        .aso-imageContainer img {
            vertical-align: middle;
        }

    .aso-cellLabel, .aso-addressColumnText {
        font-family: Tahoma, sans-serif;
        font-size: 0.8em;
        text-align: left;
        padding: 0;
        color: #000;
    }

    .aso-addressColumnText {
        font-family: Tahoma, sans-serif !important;
        font-size: 9pt;
        padding: 0;
        margin: 0;
        color: #222;
        font-weight: bold;
        height: 20px;
        line-height: 20px;
        vertical-align: top;
    }

    .aso-cellLabel {
        padding-left: 2px;
    }

    .dottedLine {
        border-bottom: dotted 1px #ccc;
        height: 5px;
    }

    .bos-sellerData {
        padding: 1px 0;
        height: 16px;
        vertical-align: top;
    }

        .bos-sellerData div {
            margin-right: 10px;
            vertical-align: top;
        }

    .aso-cellHeader {
        text-align: center;
        font-size: 0.8em;
        font-family: Tahoma, sans-serif;
        height: 24px;
        line-height: 24px;
        background-color: #e5e5e5;
        color: #444;
    }

    .aso-inlinetextPlaceholder {
        margin: 0 !important;
        border-bottom: solid 1px #ccc !important;
    }

    .aso-fieldContent select {
        width: 99%;
        border: none;
        height: 22px !important;
        padding-top: 3px;
    }

        .aso-fieldContent select option {
            text-align: left;
            height: 18px !important;
            padding-top: 3px;
        }

    .page-break {
        display: none;
    }

    .aso-screenInvisible {
        display: none !important;
    }

    .aso-privateSellerCaption {
        font-size: 1em;
        color: #f96f00;
    }

    .aso-leftAligned, .aso-leftAligned input[type="text"] {
        text-align: left !important;
    }

    .div_error_container, .div_success_container {
        height: 24px;
        padding: 4px 4px 4px 10px;
        position: relative;
        font-size: 0.9em;
        font-family: Arial;
        font-weight: normal;
        color: #f33806 !important;
        background-color: #fde1d6;
        border: solid 1px #f33806;
        display: none;
        -moz-border-radius: 0;
        border-radius: 0;
        line-height: 24px;
        overflow: hidden;
        margin-bottom: 10px;
        text-shadow: none !important;
    }

    .div_success_container {
        background-color: #cce3ae;
        border: solid 1px #63a211;
        color: #63a211 !important;
    }

    .aso-textfield, .aso-labelfield {
        height: 18px !important;
        line-height: 18px !important;
        width: 100%;
        background-color: #ffffff;
        background-image: url(/images/textfield_bg.gif);
        background-repeat: repeat-x;
        background-position: 0px 1px;
        border: solid 1px #cdcdcd;
        color: #000 !important;
        text-indent: 3px;
    }

        .aso-textfield:focus {
            border: solid 1px #999 !important;
        }

    .aso-textfield-big {
        height: 24px !important;
        line-height: 24px !important;
        width: 100%;
        background-color: #ffffff;
        background-image: url(/images/textfield_bg.gif);
        background-repeat: repeat-x;
        background-position: 0px 1px;
        border: solid 1px #cdcdcd;
        color: #000 !important;
        font-size: 16px;
        text-indent: 3px;
    }

    select.aso-textfield {
        width: 98%;
        font-family: Tahoma, Sans-Serif !important;
        font-size: 1em;
        height: 20px !important;
        line-height: 20px !important;
        text-indent: 0px;
    }

        select.aso-textfield option {
            color: #000;
            padding: 2px;
        }

            select.aso-textfield option:first-letter {
                font-weight: bold;
            }

            select.aso-textfield option:nth-child(odd) {
                background-color: #e0e0e0;
            }

            select.aso-textfield option:nth-child(even) {
                background-color: #efefef;
            }

    .aso-saleSummary {
        background-color: #fff;
        border: solid 1px #dcdcdc;
        border-bottom: none;
        font-family: Tahoma;
        font-size: 0.8em;
        padding: 15px 0;
        height: 125px;
    }


    .aso-tab-container {
        /*text-align: left;
		border-left: solid 1px #41464d;
		border-right: solid 1px #41464d;
		border-top: solid 1px #aaa;*/
        font-size: 8pt;
        font-family: Tahoma;
        background-color: #888;
        padding-top: 10px;
    }

    #aso-toolbarContainer {
        left: 411px;
        position: absolute;
        z-index: 9999; /*okarpov to prevent disappearing in IE*/
    }

    #aso-toolbar {
        float: right;
        text-align: right;
        font-size: 8pt;
        font-family: Tahoma;
        margin: 0;
        display: none;
        position: absolute;
        top: -10px;
        background-color: transparent;
        border: none;
        width: 400px;
    }

        #aso-toolbar.fixed #aso-toolbar-buttons {
            /*-webkit-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    0px 0px 8px rgba(50, 50, 50, 0.75);
		box-shadow:         0px 0px 8px rgba(50, 50, 50, 0.75);
		border-radius: 0px 0px 8px 8px; 
		-moz-border-radius: 0px 0px 8px 8px; 
		-webkit-border-radius: 0px 0px 8px 8px; */
            border: 7px solid #D02718;
            background-color: #fff;
            border-top: none;
            width: auto;
            padding: 5px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 9999;
        }

        #aso-toolbar.fixed {
            position: fixed;
            top: 0;
        }

    .floatLoanTableHeader {
        z-index: 9998;
    }

    #aso-toolbar a, #aso-toolbar input {
        /*-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
		-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
		box-shadow: inset 0px 1px 0px 0px #ffffff;
		background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6) );
		background: -moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');*/
        background-color: #ffffff;
        /*-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;*/
        border: 1px solid #fff !important;
        display: inline-block;
        color: #aaa;
        font-weight: bold;
        padding: 4px;
        text-decoration: none;
        text-shadow: 1px 1px 0px #ffffff;
        text-transform: uppercase;
        vertical-align: top;
        cursor: pointer;
    }

        #aso-toolbar a:hover, #aso-toolbar input:hover {
            /*background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0f0f0), color-stop(1, #f9f9f9) );
		background: -moz-linear-gradient( center top, #f0f0f0 5%, #f9f9f9 100% );
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#f9f9f9');*/
            background-color: #e8e8e8;
            border: 1px solid #e8e8e8 !important;
        }
        
    #aso-toolbar .ui-button-text {
        padding: 0;
        margin: 0;
    }

    #aso-toolbar fieldset {
        border: 1px solid #dcdcdc;
        white-space: nowrap;
        text-align: center;
    }

    .aso-vehicleSessionInfo {
        border-right: dotted 1px #ccc;
        padding-right: 25px;
        width: 263px;
    }

        .aso-vehicleSessionInfo div {
            border-bottom: dotted 1px #ccc;
            padding: 3px 0;
            width: 100%;
            height: 17px;
            min-height: 17px;
        }

    .aso-OptionHeader_short {
        width: 65px;
        display: inline-block;
    }

    .aso-OptionHeader_long {
        width: 100px;
        display: inline-block;
    }

    .aso-OptionHeader_xxl {
        width: 150px;
        display: inline-block;
    }

    .aso-OptionText {
        font-size: 0.9em;
        color: #000 /*#246fc3*/;
        width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        line-height: 12px;
    }

    .aso-OptionTextAutoWdth {
        width: auto;
        overflow: visible;
    }

    .aso-sellerSessionInfoCaption {
        padding: 0;
        font-weight: bold;
        border-bottom: dotted 1px #ccc;
    }

    .aso-sellerSessionInfo {
        border: none;
        padding: 3px;
        vertical-align: top;
    }

        .aso-sellerSessionInfo div {
            padding: 2px;
        }

    .aso-vehicleThumbnailFrameGray,
    .aso-vehicleThumbnailFrameGreen, .aso-vehicleThumbnailFrameOrange,
    .aso-vehicleThumbnailFrameBlue, .aso-vehicleThumbnailFrameRed {
        border: solid 1px #ccc;
        padding: 1px;
        width: 158px;
        height: 119px;
    }

        .aso-vehicleThumbnailFrameGray .capty-caption {
            background-color: #ccc;
        }

        .aso-vehicleThumbnailFrameGray .capty-text {
            color: #222;
        }

    .aso-vehicleThumbnailFrameGreen {
        border-color: #8dc101;
    }

        .aso-vehicleThumbnailFrameGreen .capty-caption {
            background-color: #8dc101;
        }

    .aso-vehicleThumbnailFrameOrange {
        border-color: #ffd33a;
    }

        .aso-vehicleThumbnailFrameOrange .capty-caption {
            background-color: #ffd33a;
        }

        .aso-vehicleThumbnailFrameOrange .capty-text {
            color: #222;
        }

    .aso-vehicleThumbnailFrameBlue {
        border-color: #0066A8;
    }

        .aso-vehicleThumbnailFrameBlue .capty-caption {
            background-color: #0066A8;
        }

    .aso-vehicleThumbnailFrameRed {
        border-color: #ff1800;
    }

        .aso-vehicleThumbnailFrameRed .capty-caption {
            background-color: #ff1800;
        }

    .aso-vin {
        text-transform: uppercase;
        font-size: 10pt;
        letter-spacing: 2px;
        color: #259ade;
        font-family: 'Oswald', sans-serif;
    }

    #VehiclePhoto {
        width: 158px;
        height: 119px;
    }

    .aso-licenseImagePalceholder {
        width: 300px;
        height: 200px;
        border: dashed 2px #ccc;
        clear: both;
        background-color: #fcfcfc;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-left: 20px;
    }

    .aso-line {
        border: medium none;
        height: 1px;
        background-color: rgb(204, 204, 204);
        color: rgb(204, 204, 204);
        margin: 1em 0px;
        /*box-shadow: -5px 7px 13px 1px #dadada;
        -moz-box-shadow: -5px 7px 13px 1px #dadada;
        -webkit-box-shadow: -5px 7px 13px 1px #dadada;*/
    }

    .aso-contractParagraph {
        font-size: 0.9em;
        font-weight: bold;
        color: white;
        background-color: black;
        display: block;
        width: 20px;
        text-align: center;
        float: left;
    }

    .aso-contractSubParagraph {
        font-size: 0.9em;
        font-weight: bold;
        color: black;
        background-color: white;
        display: block;
        width: 20px;
        text-align: center;
        float: left;
    }

    .aso-tab-container div h2 {
        font-size: 11pt;
    }

    /* tabs */

    .ajax__tab_container {
        color: #000;
    }

    .property_tab .ajax__tab_outer .ajax__tab_inner .ajax__tab_tab {
        margin-right: 0;
    }

    .property_tab .ajax__tab_header {
        font-size: 13px;
        font-family: arial;
        background: url(/images/tabs/tab-line.gif) repeat-x bottom;
        text-align: left;
        padding-left: 5px;
    }

    /* коряво, но единственный способ переопределить .axd */
    #ctl00_ContentPlaceHolder1_TabContainer1_header {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap !important;
    }

    .property_tab .ajax__tab_outer {
        padding-right: 3px;
        background: url(/images/tabs/tab-right.gif) no-repeat right;
        height: 28px;
    }

    .property_tab .ajax__tab_inner {
        padding-left: 2px;
        background: url(/images/tabs/tab-left.gif) no-repeat;
    }

    .property_tab .ajax__tab_tab {
        height: 16px;
        padding: 6px 3px;
        margin: 0;
        background: url(/images/tabs/tab.gif) repeat-x;
        color: #fff;
        text-shadow: 1px 1px 0px #222;
    }
    /*.property_tab .ajax__tab_hover .ajax__tab_outer
		{
			background: url(/images/tabs/tab-hover-right.gif) no-repeat right !important;
		}
		.property_tab .ajax__tab_hover .ajax__tab_inner
		{
			background: url(/images/tabs/tab-hover-left.gif) no-repeat !important;
		}*/
    .property_tab .ajax__tab_hover .ajax__tab_tab {
        /*background: url(/images/tabs/tab-hover.gif) repeat-x !important;*/
        text-shadow: 0px 0px 4px #eee;
        color: #fff;
    }

    .property_tab .ajax__tab_active .ajax__tab_outer {
        background: url(/images/tabs/tab-active-right.gif) no-repeat right !important;
    }

    .property_tab .ajax__tab_active .ajax__tab_inner {
        background: url(/images/tabs/tab-active-left.gif) no-repeat !important;
    }

    .property_tab .ajax__tab_active .ajax__tab_tab {
        background: url(/images/tabs/tab-active.gif) repeat-x !important;
        color: #000;
        text-shadow: none;
    }

    .property_tab .ajax__tab_body {
        font-family: tahoma,helvetica;
        border-bottom: 1px solid #dcdcdc;
        border-left: solid 1px #dcdcdc;
        border-right: solid 1px #dcdcdc;
        border-top: 0;
        padding: 8px;
        background-color: #ffffff;
    }
}

.buyerBlock div, .calcFormLabel {
    background-color: #fff;
    border-bottom: solid 1px #000;
    height: 20px;
    line-height: 20px;
    font-size: 9pt;
    padding: 2px;
    color: #0066A8;
}

.buyerBlockTitle, .purchaserBlockTitle {
    background-color: transparent !important;
    text-decoration: underline;
    font-size: 9pt;
    color: #000 !important;
    text-align: center;
    border: none !important;
    padding-bottom: 15px !important;
}

.purchaserBlockTitle {
    text-align: left;
}

.purchaserBlock div {
    height: 20px;
    line-height: 20px;
    font-size: 9pt;
    font-weight: bold;
    padding: 2px;
    color: #0066A8;
}

.purchaserBlockCell {
    border-right: solid 1px #999;
    min-width: 220px;
    padding: 0 10px;
}

.printHeight2px {
    height: 2px;
}

.printbb {
    font-weight: bold;
    color: #000;
}

.unsubscribedTextField {
    color: #888 !important;
    background-image: none !important;
    background-color: #eee !important;
}

.unsubscribedLink {
    cursor: default;
}

.unsubscribedLink, .unsubscribedText {
    color: #ccc !important;
}

.unsubscribedBorder {
    border-color: #ccc !important;
}

#unsubscribedWndButtonContainer {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

#unsubscribedWndButtonContainer input {
    font-size: 14pt;
}

#unsubscribedWndInstruction {
    font-size: 12pt;
    padding-top: 10px;
}

.ui-dialog {
    border: 7px solid rgb(153, 153, 153) !important;
    font-size: 1em;
}

.payableToBlock {
    padding-left: 12px; 
    font-size: 8pt; 
    color: #0173B6; 
    border: dashed 1px #0173B6;
    padding: 3px; 
    width: 200px; 
    text-align: center;
}

.cloudBlueText {
    color: #0066A8;
}

#FormHeader sup {
    color: #D02718;
}

.redFrame input[type=text] {
    width: 98% !important;
}
.redFrame {
    border: solid 1px rgba(247, 0, 119, 0.9) !important;
}