﻿html,
body {
    width: 100%;
    height: 100%;
    font-family: "微軟正黑體", "新細明體", Arial, Helvetica, sans-serif;
}

#bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg.png) no-repeat center center fixed;
    background-size: cover;
    -webkit-filter: blur(5px);
}

.boldLabel {
    background-color: #666;
    color: #fff;
}

form {
    position: relative;
    width: 500px;
    margin: 0 auto;
    padding: 0;
    top: 0;
}

.filter_header {
    color: #cdbfe3;
    background-color: #563d7c;
    text-shadow: 0 -1px 1px #000;
    background-image: -moz-linear-gradient(top, #A68DCC, #563d7c);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #A68DCC),color-stop(1, #563d7c));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#A68DCC', EndColorStr='#563d7c')";
}

#div_Loading, #UpdateProgress1 {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -110px;
    margin-top: -110px;
    z-index: 1;
}


form {
    width: 1000px;
    top: 0;
}

.form-signin {
    max-width: 1000px;
}

.tooltip-inner {
    width: 350px;
    max-width: 350px;
    font-family: '微軟正黑體';
}

input[type='checkbox'], input[type='radio'] {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    border: 2px solid #555;
    display: inline-block;
    vertical-align: middle;
}

label {
    margin: 0 0 0 5px;
}
