.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    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);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:not([disabled]) {
        cursor: pointer;
    }

    .btn[disabled] {
        cursor: default;
    }

    .btn:hover,
    .btn:focus,
    .btn:active,
    .btn.active {
        color: #333333;
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
        text-decoration: none;
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }

    .btn[disabled] {
        color: #333333;
        background-color: #d6d6d6;
        *background-color: #c9c9c9;
        text-decoration: none;
        background-image: none;
    }

    .btn:active:not([disabled]),
    .btn.active:not([disabled]) {
        background-color: #cccccc \9;
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .btn:first-child {
        *margin-left: 0;
    }

    .btn:focus:not([disabled]) {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn.btn-mini {
        padding: 3px 8px;
    }

    .btn.btn-micro {
        padding: 1px 6px;
    }

    .btn.btn-nano {
        padding: 0 4px;
    }

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #305566;
    *background-color: #305566;
    background-image: -moz-linear-gradient(top, #54B2B2, #305566);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#54B2B2), to(#305566));
    background-image: -webkit-linear-gradient(top, #54B2B2, #305566);
    background-image: -o-linear-gradient(top, #54B2B2, #305566);
    background-image: linear-gradient(to bottom, #54B2B2, #305566);
    background-repeat: repeat-x;
    border-color: #305566 #305566 #305566;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff54B2B2', endColorstr='#ff305566', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active {
        color: #ffffff;
        background-color: #305566;
        *background-color: #305566;
    }

    .btn-primary:active,
    .btn-primary.active {
        background-color: #24404C \9;
    }

    .btn-primary[disabled] {
        color: #ffffff;
        background-color: #305566;
        *background-color: #305566;
    }

.btn-newblue:not([disabled]) {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #487F99;
    *background-color: #487F99;
    background-image: -moz-linear-gradient(top, #66D9D9, #487F99);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#66D9D9), to(#487F99));
    background-image: -webkit-linear-gradient(top, #66D9D9, #487F99);
    background-image: -o-linear-gradient(top, #66D9D9, #487F99);
    background-image: linear-gradient(to bottom, #66D9D9, #487F99);
    background-repeat: repeat-x;
    border-color: #487F99 #487F99 #487F99;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff66D9D9', endColorstr='#ff487F99', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-newblue:hover:not([disabled]),
.btn-newblue:focus:not([disabled]),
.btn-newblue:active:not([disabled]),
.btn-newblue.active:not([disabled]) {
    color: #ffffff;
    background-color: #487F99;
    *background-color: #487F99;
}

.btn-newblue:active:not([disabled]),
.btn-newblue.active:not([disabled]) {
    background-color: #3C6B80 \9;
}

.btn-newblue[disabled] {
    color: #ffffff;
    background-color: #487F99;
    *background-color: #487F99;
}

.btn-info:not([disabled]) {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006dcc;
    *background-color: #0044cc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover:not([disabled]),
.btn-info:focus:not([disabled]),
.btn-info:active:not([disabled]),
.btn-info.active:not([disabled]) {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}

.btn-info:active:not([disabled]),
.btn-info.active:not([disabled]) {
    background-color: #003399 \9;
}

.btn-info[disabled] {
    color: #ffffff;
    background-color: #0044cc;
    *background-color: #003bb3;
}

.btn-danger:not([disabled]) {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    *background-color: #bd362f;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover:not([disabled]),
.btn-danger:focus:not([disabled]),
.btn-danger:active:not([disabled]),
.btn-danger.active:not([disabled]) {
    color: #ffffff;
    background-color: #bd362f;
    *background-color: #a9302a;
}

.btn-danger:active:not([disabled]),
.btn-danger.active:not([disabled]) {
    background-color: #942a25 \9;
}

.btn-danger[disabled] {
    color: #ffffff;
    background-color: #bd362f;
    *background-color: #a9302a;
}

.btn-dullDanger:not([disabled]) {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #DA7F7C;
    *background-color: #BD6C68;
    background-image: -moz-linear-gradient(top, #EE928F, #BD6C68);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EE928F), to(#BD6C68));
    background-image: -webkit-linear-gradient(top, #EE928F, #BD6C68);
    background-image: -o-linear-gradient(top, #EE928F, #BD6C68);
    background-image: linear-gradient(to bottom, #EE928F, #BD6C68);
    background-repeat: repeat-x;
    border-color: #BD6C68 #BD6C68 #804644;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffEE928F', endColorstr='#ffBD6C68', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-dullDanger:hover:not([disabled]),
.btn-dullDanger:focus:not([disabled]),
.btn-dullDanger:active:not([disabled]),
.btn-dullDanger.active:not([disabled]) {
    color: #ffffff;
    background-color: #BD6964;
    *background-color: #A95E5A;
}

.btn-dullDanger:active:not([disabled]),
.btn-dullDanger.active:not([disabled]) {
    background-color: #94524E \9;
}

.btn-dullDanger[disabled] {
    color: #ffffff;
    background-color: #BD6964;
    *background-color: #A95E5A;
}

.btn-success:not([disabled]) {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    *background-color: #51a351;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover:not([disabled]),
.btn-success:focus:not([disabled]),
.btn-success:active:not([disabled]),
.btn-success.active:not([disabled]) {
    color: #ffffff;
    background-color: #51a351;
    *background-color: #499249;
}

.btn-success:active:not([disabled]),
.btn-success.active:not([disabled]) {
    background-color: #408140 \9;
}

.btn-success[disabled] {
    color: #ffffff;
    background-color: #51a351;
    *background-color: #499249;
}

.btn-dullSuccess:not([disabled]) {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #88D188;
    *background-color: #7BBD7B;
    background-image: -moz-linear-gradient(top, #8EDB8E, #7BBD7B);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8EDB8E), to(#7BBD7B));
    background-image: -webkit-linear-gradient(top, #8EDB8E, #7BBD7B);
    background-image: -o-linear-gradient(top, #8EDB8E, #7BBD7B);
    background-image: linear-gradient(to bottom, #8EDB8E, #7BBD7B);
    background-repeat: repeat-x;
    border-color: #7BBD7B #7BBD7B #5A8A5A;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8EDB8E', endColorstr='#ff7BBD7B', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-dullSuccess:hover:not([disabled]),
.btn-dullSuccess:focus:not([disabled]),
.btn-dullSuccess:active:not([disabled]),
.btn-dullSuccess.active:not([disabled]) {
    color: #ffffff;
    background-color: #7BBD7B;
    *background-color: #71AD71;
}

.btn-dullSuccess:active:not([disabled]),
.btn-dullSuccess.active:not([disabled]) {
    background-color: #659C65 \9;
}

.btn-dullSuccess[disabled] {
    color: #ffffff;
    background-color: #7BBD7B;
    *background-color: #71AD71;
}

.btn-warning:not([disabled]) {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    *background-color: #f89406;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover:not([disabled]),
.btn-warning:focus:not([disabled]),
.btn-warning:active:not([disabled]),
.btn-warning.active:not([disabled]) {
    color: #ffffff;
    background-color: #f89406;
    *background-color: #df8505;
}

.btn-warning:active:not([disabled]),
.btn-warning.active:not([disabled]) {
    background-color: #c67605 \9;
}

.btn-warning[disabled] {
    color: #ffffff;
    background-color: #df8505;
    *background-color: #bf6500;
}

.btn-pp {  
    display: inline-block;
    background: #69a0d5;
    color: #ffffff;
    text-shadow: none;
}

    .btn-pp:hover:not([disabled]) {
        background: #2d4165;
        color: #ffffff;
    }

    /* Primary Buttons */
    .btn-pp.btn-pp-primary {
        background: #69a0d5;
        color: #ffffff;
    }

        .btn-pp.btn-pp-primary:hover {
            background: #2d4165;
        }

    /* Warning Buttons */
    .btn-pp.btn-pp-warning {
        background: #faa732;
        color: #ffffff;
    }

        .btn-pp.btn-pp-warning:hover {
            background: #df8505;
        }

    /* Danger Buttons */
    .btn-pp.btn-pp-danger {
        background: #da4f49;
        color: #ffffff;
    }

        .btn-pp.btn-pp-danger:hover {
            background: #bd362f;
        }
