* {
    padding: 0;
    margin: 0;
}

body {
    font-size: 14px;
    font-family: Arial, "Microsoft Yahei";
    color: #000;
    background: #f8f8f8;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.hide {
    display: none;
}

img {
    max-width: 100%;
    border: 0px;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

table {
    border-spacing: 0px;
}

form {
    margin: 0;
}

.cb {
    color: #000;
}

ul {
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

p {
    margin: 0px;
}

dd {
    margin: 0;
    padding: 0px;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.form-required {
    color: #f00;
}

.wrap {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 0px;
}

.mustInput {
    color: #f00;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
}

.bg_white {
    background: #fff;
}

.bg_black {
    background: #000;
}

.bg_gray {
    background: #f8f8f8;
}

.bg_blue {
    background: #2f91ff;
}

.bg_black {
    background-color: #000;
}

.mh300 {
    min-height: 300px;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.w30 {
    width: 30px;
}



.w100 {
    width: 100px;
}

.w100p {
    width: 100%;
}

.h30 {
    height: 30px;
}

.h0 {
    height: 0px;
}

.lh30 {
    line-height: 30px;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.fixtop_bar {
    left: 0px;
    right: 0px;
    z-index: 1000;
    position: fixed;
}

.fixbottom_bar {
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    position: fixed;
}

.action_bar {
    background: #2f91ff;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
}

    .action_bar .title {
        color: #000;
        font-size: 18px;
        margin: 0px;
        font-weight: normal;
        font-family: Arial, "Microsoft Yahei";
        line-height: 30px;
    }

.fixtop_bar .wrap {
    min-height: 40px;
}

.action_bar .btn_left {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 28px;
    height: 28px;
    padding: 6px;
    z-index: 10;
}

.action_bar .btn_right {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 28px;
    height: 28px;
    padding: 6px;
    z-index: 10;
    line-height: 20px;
}

.action_bar .btn_right_text {
    color: #fff;
    width: auto;
    height: 20px;
    margin: 4px 5px 4px 0px;
    padding: 4px 8px;
    border: 1px solid #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .action_bar .btn_right_text:hover {
        background: #0a1d2c;
    }

.link {
    display: block;
}

.line {
    border-top: 1px solid #dcdddf;
}

.line2 {
    border-top: 2px solid #dcdddf;
}

.nav_bar {
    border-bottom: 1px solid #ccc;
    background: #fff;
    display: flex;
}

    .nav_bar .nav_item {
        flex: 1 1 0%;
        text-align: center;
        font-size: 15px;
        line-height: 40px;
        display: block;
    }

    .nav_bar .current {
        color: #2f91ff;
        border-bottom: 2px solid #2f91ff;
    }

.segment_bar {
    background: #fff;
    display: flex;
}

    .segment_bar .segment_item {
        text-align: center;
        font-size: 15px;
        line-height: 20px;
        display: block;
        border: thin solid #2f91ff;
        color: #2f91ff;
        padding: 5px 10px;
    }

        .segment_bar .segment_item:first-child {
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
        }

        .segment_bar .segment_item:last-child {
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

    .segment_bar .current {
        color: #FFF;
        background-color: #2f91ff;
    }

.menu {
    width: 100%;
    background: #fff;
    border-top: 1px solid #ccc;
}

    .menu .menu_item {
        display: block;
        text-align: center;
        margin-top: 5px;
        color: #666;
    }

        .menu .menu_item p {
            font-size: 12px;
        }

        .menu .menu_item:hover {
            color: #666;
        }

        .menu .menu_item img {
            width: 25px;
        }

.ct {
    padding: 10px;
}

.t40 {
    top: 40px;
}

.lh18 {
    line-height: 18px;
}

.lh20 {
    line-height: 20px;
}

.lh40 {
    line-height: 40px;
}

.lh50 {
    line-height: 50px;
}

.m10 {
    margin: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml2 {
    margin-left: 2px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.ml60 {
    margin-left: 60px;
}

.ml90 {
    margin-left: 90px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb41 {
    margin-bottom: 41px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb52 {
    margin-bottom: 52px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mr60 {
    margin-right: 60px;
}

.mr70 {
    margin-right: 70px;
}

.mr80 {
    margin-right: 80px;
}

.mr90 {
    margin-right: 90px;
}

.mr100 {
    margin-right: 100px;
}

.bt_gray {
    border-top: 1px solid #f0f0f0;
}

.bb_gray {
    border-bottom: 1px solid #f0f0f0;
}

.b_gray {
    border: 1px solid #f0f0f0;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt75 {
    padding-top: 80px;
}

.pt80 {
    padding-top: 80px;
}

.c_subtitle {
    color: #999;
}

.c_content {
    color: #333;
}

.c_white {
    color: #fff;
}

.c_blue {
    color: #2f91ff;
}

.c_black {
    color: Black;
}

.c_gray {
    color: #999;
}

.c_red {
    color: #f00;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}


.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 30px;
}


.p40 {
    padding: 40px;
}

.pr20 {
    padding-right: 20px;
}

.tc {
    text-align: center;
}

.pl10 {
    padding-left: 10px;
}

.pl40 {
    padding-left: 40px;
}

.pr10 {
    padding-right: 10px;
}

.pr40 {
    padding-right: 40px;
}

.block {
    display: block;
}

.invisible {
    display: none;
}

.subtitle {
    color: #999;
}

.underline {
    text-decoration: underline;
}


.text_align_inherit .weui-cell__ft {
    text-align: inherit;
    color: Black;
}

.vertical_align_middle {
    vertical-align: middle;
}

.blue_press {
    color: #03498f;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.cell {
    display: flex;
    align-items: center;
}

    .cell .label {
        width: 80px;
    }

    .cell .grow {
        flex: 1 1 0%;
    }

    .cell .top {
        align-self: flex-start;
    }

    .cell .title {
        color: #000;
        line-height: 30px;
        font-size: 18px;
    }

    .cell .text {
        display: block;
        padding: 8px 5px;
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #ccc;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .cell .caption {
        flex: 1 1 0%;
    }

    .cell .icon_arrow_right {
        width: 6px;
        height: 20px;
        background: url("/Assets/Images/icon_common_arrow_right.png") no-repeat;
    }

    .cell:after {
        content: " ";
        display: block;
        clear: both;
        height: 0;
    }

    .cell .icon_left {
        margin-right: 10px;
    }

    .cell .content {
    }

    .cell .content_right {
        color: #333;
        font-size: 14px;
    }

    .cell .icon_right {
        margin-left: 10px;
    }

.ct .btn_ct {
    margin-top: 20px;
}

    .ct .btn_ct .btn {
        display: block;
        width: 100%;
    }

.icon_small {
    width: 20px;
    height: 20px;
}

.icon_small_radius {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.icon_normal {
    width: 30px;
    height: 30px;
}

.icon_normal_radius {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.icon_big {
    width: 50px;
    height: 50px;
}

.icon_big_radius {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.icon_radius_5 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.cell_ct {
    margin-left: 130px;
}

.choose-fee-line {
    padding: 10px;
}

    .choose-fee-line img {
        float: right;
    }

    .choose-fee-line span {
        float: left;
    }

.toukan {
    margin-left: 60px;
    background: #2f91ff;
    padding: 10px;
    line-height: 30px;
    -moz-border-radius: 25px;
    display: block;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #fff;
    border: 0px;
    width: 250px;
    text-align: left;
}

    .toukan:hover {
        background-color: #03498f;
        color: #fff;
    }

.ask_input_ct {
    border: 1px solid #ccc;
    padding: 8px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.ask_input {
    border: 0px;
    width: 100%;
    height: 100px;
    padding: 0px;
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
    resize: none;
}

    .ask_input:focus {
        outline: none;
        outline-width: 0px;
        box-shadow: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }

.btn {
    padding: 5px 14px;
    text-align: center;
    border: 0px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
}

.btn-white {
    background: #fff;
    color: #2f91ff;
}

.btn-full {
    display: block;
    width: 100%;
}

.btn-radius {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.btn-white:focus, .btn-white:hover {
    background: #f8f8f8;
}

.btn-red, .btn-red:visited .btn-red:link {
    background: #f76260;
    color: #fff;
}

    .btn-red:focus, .btn-red:hover {
        background: #c00d0d;
    }

.btn-primary, .btn-primary:visited .btn-primary:link {
    background: #2f91ff;
    color: #fff;
}

.btn-gray {
    background: #CCC;
    color: black;
}

.btn-primary:focus, .btn-primary:hover {
    background: #234963;
}

.btn-big {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
}

.btn-image {
    vertical-align: text-bottom;
    margin-right: 5px;
}

.grid {
    width: 100%;
    border-spacing: 1px;
    background: #EDEDED;
}

.grid_image {
}

.grid_image_row {
    display: flex;
    width: 100%;
}

.grid_image_cell {
    flex: 1 1 0%;
}

    .grid_image_cell .full_img {
        width: 100%;
        height: 100%;
        display: block;
    }

.grid_white {
    width: 100%;
    border-spacing: 1px;
    background: #fff;
}

.bs10 {
    border-spacing: 10px;
}

.grid td, .grid_white td {
    background: #fff;
}

.grid .link {
    text-align: center;
    padding: 20px 0px 20px 0px;
}

    .grid .link:active {
        background-color: #ececec;
    }

.bottom_view {
    width: 100%;
    display: flex;
}

    .bottom_view .btn {
        display: block;
        flex: 1 1 0%;
        padding: 10px;
        font-size: 16px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    .bottom_view .btn-white:before {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 1px;
        border-top: 1px solid #2f91ff;
        color: #E5E5E5;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    .bottom_view .seperate {
        width: 1px;
        background: #fff;
    }

.input-area {
    padding: 5px;
    border: 1px solid #ccc;
}


/**
 * Lines
 */
@-webkit-keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

.line-scale > div:nth-child(1) {
    -webkit-animation: line-scale 1s 0.1s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s 0.1s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale > div:nth-child(2) {
    -webkit-animation: line-scale 1s 0.2s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s 0.2s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale > div:nth-child(3) {
    -webkit-animation: line-scale 1s 0.3s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s 0.3s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale > div:nth-child(4) {
    -webkit-animation: line-scale 1s 0.4s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s 0.4s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale > div:nth-child(5) {
    -webkit-animation: line-scale 1s 0.5s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: line-scale 1s 0.5s infinite cubic-bezier(.2, .68, .18, 1.08);
}

.line-scale > div {
    background-color: #2f91ff;
    width: 4px;
    height: 25px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}

.mui-switch {
    width: 32px;
    height: 20px;
    position: relative;
    border: 1px solid #dfdfdf;
    background-color: #fdfdfd;
    box-shadow: #dfdfdf 0 0 0 0 inset;
    border-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-clip: content-box;
    display: inline-block;
    -webkit-appearance: none;
    user-select: none;
    outline: none;
}

    .mui-switch:before {
        content: '';
        width: 18px;
        height: 18px;
        position: absolute;
        top: 0px;
        left: 0;
        border-radius: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    }

    .mui-switch:checked {
        border-color: #64bd63;
        box-shadow: #64bd63 0 0 0 16px inset;
        background-color: #64bd63;
    }

        .mui-switch:checked:before {
            left: 12px;
        }

    .mui-switch.mui-switch-animbg {
        transition: background-color ease 0.4s;
    }

        .mui-switch.mui-switch-animbg:before {
            transition: left 0.3s;
        }

        .mui-switch.mui-switch-animbg:checked {
            box-shadow: #dfdfdf 0 0 0 0 inset;
            background-color: #64bd63;
            transition: border-color 0.4s, background-color ease 0.4s;
        }

            .mui-switch.mui-switch-animbg:checked:before {
                transition: left 0.3s;
            }

    .mui-switch.mui-switch-anim {
        transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s;
    }

        .mui-switch.mui-switch-anim:before {
            transition: left 0.3s;
        }

        .mui-switch.mui-switch-anim:checked {
            box-shadow: #64bd63 0 0 0 16px inset;
            background-color: #64bd63;
            transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s;
        }

            .mui-switch.mui-switch-anim:checked:before {
                transition: left 0.3s;
            }

.scroll {
    white-space: nowrap;
}

    .scroll li {
        /*display:inline-block;*/
        float: left;
    }

    .scroll .link {
        width: 80px;
        height: 80px;
        margin-right: 5px;
    }

    .scroll .more {
        background-color: lightgray;
        text-align: center;
        line-height: 80px;
    }

.display_inline-table {
    display: inline-table;
}

.uf li {
    float: left;
}

.dialog-choose-item {
    padding: 8px 24px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dialog-ct:last-child {
    border-bottom: none;
}

.dialog-choose-item:active {
    background-color: #ECECEC;
}

.btn_right_common {
    position: absolute;
    padding: 4px 8px;
    color: #fff;
    bottom: 10px;
    right: 10px;
    z-index: 20;
    border: 1px solid #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .btn_right_common:hover {
        background: #0a1d2c;
    }

.uploader_uploaded_file {
    display: none;
}

.uploader_file {
    float: left;
    margin-right: 9px;
    margin-bottom: 9px;
    width: 79px;
    height: 79px;
    background: no-repeat center center;
    background-size: cover;
}

.uploader_chooser_ct {
    float: left;
    position: relative;
    margin-right: 9px;
    margin-bottom: 9px;
    width: 77px;
    height: 77px;
    border: 1px solid #D9D9D9;
}

    .uploader_chooser_ct:active {
        border-color: #999999;
    }

    .uploader_chooser_ct:before, .uploader_chooser_ct:after {
        content: " ";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #D9D9D9;
    }

    .uploader_chooser_ct:before {
        width: 2px;
        height: 39.5px;
    }

    .uploader_chooser_ct:after {
        height: 2px;
        width: 39.5px;
    }

.uploader_chooser {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.overflow_hidden {
    overflow: hidden;
}

.dialog-picker-div {
    position: fixed;
    z-index: 10001;
    background: #fff;
    height: 283px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.dialog-picker-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 10px;
    line-height: 25px;
    background: #fbf9fe;
    position: relative;
}

    .dialog-picker-actions:after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 1px;
        border-bottom: 1px solid #E5E5E5;
        color: #E5E5E5;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

.dialog-picker-action {
    flex: 1 1 0%;
    font-size: 16px;
    color: #2f91ff;
}

.dialog-picker-action-ok {
    text-align: right;
}

.dialog-picker-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.dialog-picker-group {
    flex: 1 1 0%;
    position: relative;
    height: 238px;
    overflow: hidden;
}

.dialog-picker-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 3;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
    background-position: top, bottom;
    background-size: 100% 102px;
    background-repeat: no-repeat;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.dialog-picker-indicator {
    width: 100%;
    height: 34px;
    position: absolute;
    left: 0;
    top: 102px;
    z-index: 3;
}

    .dialog-picker-indicator:before {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        height: 1px;
        border-top: 1px solid #E5E5E5;
        color: #E5E5E5;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

    .dialog-picker-indicator:after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 1px;
        border-bottom: 1px solid #E5E5E5;
        color: #E5E5E5;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }

.dialog-picker-content {
}

.dialog-picker-item {
    line-height: 34px;
    text-align: center;
    color: #000;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.weui-picker__item {
    font-size: 16px;
}

.singleLine {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.box-shadow {
    moz-box-shadow: 0px 2px 5px #ccc;
    -webkit-box-shadow: 0px 2px 5px #ccc;
    box-shadow: 0px 2px 5px #ccc;
}

input:disabled, textarea:disabled {
    color: rgb(84, 84, 84);
    background-color: rgb(235, 235, 228);
}
