﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family:'微軟正黑體';
}

.field-validation-error {
    color:red;
}

.form-control.input-validation-error {
    border-color:red;
}

table th {
    background-color:#000;
    color:white;
}

.formfield {
    line-height:28px;
}
.formfield label {
    width:170px;
}
.formfield input {
    padding:1px;
}
.formfield input[type=text] {
    width:50%;
}
.formfield .multiselectoption {
    margin-right:5px;
}
/*.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #68B2F2;
}*/