/*------------------------------------*\
    Reset
\*------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

html {
    background: #f0f2f1;
    color: #333333;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,
button, input, select, textarea {
    font: 14px/1.5 "Helvetica Neue", arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
input, select, textarea {
    font-size: 100%;
    font-weight: normal;
}

a {
    /*color: white;*/
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: #005580;
        text-decoration: underline;
        text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    }

ul, ol {
    list-style: none;
}

address, em {
    font-style: normal;
}

fieldset, img {
    border: 0;
}

code {
    font-family: Monaco, Consolas, 'Lucida Console', monospace;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border-collapse: separate\9;
}

th {
    text-align: left;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/*------------------------------------*\
    $utility
\*------------------------------------*/

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .clearfix:after {
        clear: both;
    }

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.hide {
    display: none;
}

.sim-arrow {
    position: absolute;
    width: 14px;
    height: 8px;
    font: 14px/16px "Simsun";
    overflow: hidden;
}

.sim-arrow-out {
    position: absolute;
}

/*------------------------------------*\
    Common UI
\*------------------------------------*/

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 40px;
    *padding: 0 20px;
    height: 42px;
    background-color: #F5F5F5;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FFF), color-stop(100%, #E6E6E6));
    background-image: -webkit-linear-gradient(top, #FFF,#E6E6E6);
    background-image: -moz-linear-gradient(top, #FFF,#E6E6E6);
    background-image: -o-linear-gradient(top, #FFF,#E6E6E6);
    background-image: linear-gradient(top, #FFF,#E6E6E6);
    border: 1px solid #CCC;
    border-radius: 4px;
    border-color: #E6E6E6 #E6E6E6 #BFBFBF;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    font-size: 18px;
    line-height: 42px;
    color: #848484;
    cursor: pointer;
}

    .btn:hover {
        color: #333333;
        background-color: #E6E6E6;
        background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #FFF), color-stop(100%, #E6E6E6));
        background-image: -webkit-linear-gradient(bottom, #FFF,#E6E6E6);
        background-image: -moz-linear-gradient(bottom, #FFF,#E6E6E6);
        background-image: -o-linear-gradient(bottom, #FFF,#E6E6E6);
        background-image: linear-gradient(bottom, #FFF,#E6E6E6);
        background-position: 0 -40px;
        text-decoration: none;
    }

    .btn.btn-blue {
        color: #ffffff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
        background-color: #4fa4e6;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4fa4e6), color-stop(100%, #2384d0));
        background-image: -webkit-linear-gradient(top, #4fa4e6,#2384d0);
        background-image: -moz-linear-gradient(top, #4fa4e6,#2384d0);
        background-image: -o-linear-gradient(top, #4fa4e6,#2384d0);
        background-image: linear-gradient(top, #4fa4e6,#2384d0);
        -webkit-box-shadow: 0 1px 1px #a0d4f8 inset,0 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 1px #a0d4f8 inset,0 1px 2px rgba(0,0,0,0.1);
        box-shadow: 0 1px 1px #a0d4f8 inset,0 1px 2px rgba(0, 0, 0, 0.1);
        *border: none;
    }

        .btn.btn-blue:hover {
            color: #ffffff;
            background-color: #2384d0;
            text-shadow: 0 0 5px rgba(254, 247, 192, 0.75), 0 1px 1px rgba(0, 62, 112, 0.75);
            background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #4fa4e6), color-stop(100%, #2384d0));
            background-image: -webkit-linear-gradient(bottom, #4fa4e6,#2384d0);
            background-image: -moz-linear-gradient(bottom, #4fa4e6,#2384d0);
            background-image: -o-linear-gradient(bottom, #4fa4e6,#2384d0);
            background-image: linear-gradient(bottom, #4fa4e6,#2384d0);
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

.btn-large {
    font-size: 18px;
    padding: 10px;
    min-width: 140px;
}

.input, .textarea {
    padding: 5px;
    border: 1px solid #babcbb;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    line-height: 1;
    resize: none;
}

    .input:focus, .textarea:focus {
        border-color: #999;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,0 0 8px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(0,0,0,0.1);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,0 0 8px rgba(0, 0, 0, 0.1);
        outline: 0;
        outline: thin dotted 9;
    }

.input {
    width: 338px;
    line-height: 1.5;
}

.textarea {
    border-radius: 5px;
}

input::-webkit-input-placeholder {
    color: #babcbb;
}

input::-moz-placeholder {
    color: #babcbb;
}

input:-moz-placeholder {
    color: #babcbb;
}

input:-ms-input-placeholder {
    color: #babcbb;
}

textarea::-webkit-input-placeholder {
    color: #babcbb;
}

textarea::-moz-placeholder {
    color: #babcbb;
}

textarea:-moz-placeholder {
    color: #babcbb;
}

textarea:-ms-input-placeholder {
    color: #babcbb;
}
