﻿table.table_box {
    width: 580px;
    border-collapse: collapse;
    margin: auto;
    border-bottom: 3px solid #C4E3FF;
}

table.table_box caption {
    border-top: 3px solid #C4E3FF;
    text-align: center;
    color: #266DBB;
    font-weight: bold;
    font-family: 微软雅黑;
    background: #F5FAFF;
    /*line-height: 36px;*/
}
table.table_box td,
table.table_box th {
    /*border: 1px solid #9ED1F0;*/
    font-size: 12px;
    /*height: 36px;
    padding: 0px 5px;*/
}

table.table_box th {
   /* font-weight: normal;*/
    text-align: right;
    width: 100px;
}

label.required {
    color: #f00;
    margin-right: 5px;
}

input {
    border: 1px solid #DDDDDD;
	height: 19px;
}
    
textarea {
    border: 1px solid #DDDDDD;
    width: 50%;
    margin: 5px 5px 5px 0px;
}

input.half {
    width: 90%;
}
input.full {
    width: 99%;
}

tr.odd {
     background: #F5FAFF;
}

td.help {
    color: #999999;
}

td.note {
    text-align: center;
    color: #f00;
}

td.submit {
    text-align: center;
}

td.submit input {
    background: #C4E3FF;
    width: 200px;
    border: 1px solid #266DBB;
    cursor: pointer;
    margin: 5px 0px;
    color: #266DBB;
}

td.comment {
    background: #EEEEEE;
}
td.comment p {
     line-height: 1.5em;
    margin: 5px 0px;
    text-align: center;
}