﻿
html {
    min-height: 100%;
}

body, h1, h2, h3, h4, h5, h6, .button {
    font-family: 'Microsoft YaHei', SimSun;
}

a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    a:hover {
        color: #ff0000;
    }

body {
    background-image: url('images/bg.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}

.top-header {
    border-bottom: 5px solid #808080;
    background-color: #dddddd;
}


.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: red;
}

.file-preview-frame, .file-preview-frame:hover {
    border: none;
    box-shadow: none;
}
