<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
.custom-form-element ul {
    padding-right: 0em;
}
*/

.custom-text {
    border: 1px solid #CCC;
    width: 346px;
    height: 30px;
    font-size: 14px;
    padding-left: 5px;
}
.ie8 .custom-text {
    line-height: 30px;
}
.custom-text.not-focused {
    color: #DCDDDF;
    font-style: italic;
}

.custom-radio {
    /*background-image: url('images/WeddingsSprite.png');*/
    background-image: url('images/radio-off.png');
    /*background-position: -38px -468px;*/
    display: inline-block;
    width: 17px;
    height: 17px;
    cursor: default;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 3px;
}
.custom-radio-selected {
    /*background-position: -57px -468px;*/
   background-image: url('images/radio-on.png');
}

.custom-dropdown {
    position: relative;
    display: inline-block;
    border-right: 0;
    width: 137px;
    height: 27px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #6f8091;
    text-align: left;
    padding-left: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-position: -459px -243px;
}
.custom-dropdown-text {
    line-height: 28px;
    font-style: italic;
}
.custom-dropdown-arrow {
    /*background-image: url('images/WeddingsSprite.png');*/
    background-position: -48px -433px;
    display: inline-block;
    width: 27px;
    height: 27px;
    cursor: pointer;
    float: right;
    margin-top: -1px;
}
.ie8 .custom-dropdown-arrow {
    zoom: 1;
    position: relative;
}
.custom-dropdown-option-list-container {
    position: absolute;
    /*top: 0px;*/
    left: 0px;
    margin-top: -3px;
    margin-left: 0px;
    width: 135px;
    display: none;
    height: 120px;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid #CCC;
    z-index: 20;
}
.custom-dropdown-option-list {
    position: relative;
    list-style: none;
    width: 150px;
    display: inline-block;
    padding-left: 0px;
    margin-right: 0px;
}
.custom-dropdown-option-list-scrollbar {
    display: inline-block;
    position: absolute;
    width: 14px;
    height: 100%;
    border-left: 1px #CCC solid;
}
.custom-dropdown-option-list-dragger-container {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    background: -webkit-linear-gradient(left, #F2F2F2, #FFFFFF 75%, #F6F6F6);
}
.ie8 .custom-dropdown-option-list-dragger-container {
    /*background: url('images/WeddingsSprite.png');*/
    background-position: -81px -489px;
}
.custom-dropdown-option-list-dragger {
    position: absolute;
    margin: 0 auto;
    width: 70%;
    height: 20px;
    top: 0;
    cursor: pointer;
    background-color: #AAA;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.ie .custom-dropdown-option-list-dragger {
    background-color: transparent;
    /*background: url('images/WeddingsSprite.png');*/
    background-position: -96px -489px;
}
.custom-dropdown-option-list-dragger-bar {
    position: relative;
    line-height: 20px;
    width: 10px;
    margin: 0 auto;
    text-align: center;
}
.custom-dropdown-option-line {
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
}
.custom-dropdown-option-line {
    height: 20px;
    line-height: 20px;
    padding-left: 5px;
}

.custom-dropdown-option-hover {
    background-color: #bebebe;
}
.custom-dropdown-option-selected {
    background-color: #bebebe;
}

.custom-slider {
    width: 453px;
    height: 18px;
}
.custom-slider a {
    width: 22px;
    height: 22px;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 22px;
    height: 22px;
    cursor: default;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.1em;
    margin-left: -.7em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-widget-content {
    /*background: url('images/WeddingsSprite.png');*/
    background-position: -51px -342px;
    width: 453px;
    height: 18px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    /*background: url('images/WeddingsSprite.png');*/
    background-position: -25px -340px;
}
.ui-state-hover {
    background-color: #0c76af;
}
.custom-slider-legends-container {
    display: inline-block;
    width: 100%;
}
.custom-slider-right-legend {
    float: right;
}</pre></body></html>