fieldset {
    margin: 0;
    padding: 0.5em 0 1.3em 0;
    border-width: 1px;
    border-color: #726d6b;
    border-style: none none dotted none;
}
fieldset#last {
    border-bottom: none;
}
.label {
    clear: left;
    display: block;
    padding-top: 0.8em;
    padding-left: 10px;
    float: left;
    width: 120px;
    line-height: 2em;
    height:25px;
    font-size:small;

}
.control {
    display: block;
    margin: 0 0 0 130px;
    padding-top: 0.8em;
    line-height: 2em;
    height:25px;
}
#ta span {

    display: block;
    margin: 10px 0 0 130px;
    padding-top: 0.8em;
    line-height: 2em;
    height:130px;

}

/*レコード編集フォーム
------------------------------------------------------*/

#frm_record input, #frm_record select, #frm_record textarea {

    margin-left:0.5em;

    padding: 0 8px 0 8px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    /*変更
    line-height: 24px;
     */
    line-height: 20px;
    font-size:small;
}
