/*Defaults Styling*/

fieldset
{
    margin: 0 0 10px 0;
    margin-bottom: 10px;
    padding: 10px;

    border: 0 solid #fff;
    border-color: #fff #666661 #666661 #fff;
}
fieldset.action
{
    margin-top: -20px;

    border-color: #e5e5e5 #797c80 #797c80 #e5e5e5;
    background: #9da2a6;
}
dl
{
    clear: both;
}
dt
{
    line-height: 18px;

    float: left;

    width: auto;
    min-width: 150px;
    margin: 0 10px 10px 0;

    text-align: left;
}
dd
{
    line-height: 18px;

    float: left;

    margin: 0 0 10px;
}
select
{
    width: auto;
}
.box
{
    width: 220px;
}
.checkbox_list
{
    list-style-type: none;
}
.checkbox_list li label
{
    font-size: 12px;
    font-weight: normal;
    line-height: 1.1;

    display: block;
    float: right;

    width: 50px;
    height: 0;
    margin-top: 8px;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 0;
    padding-left: 0;

    letter-spacing: -1px;

    color: #666;
    border: none;
    background-color: #e6e6e6;
}
.textarea-container
{
    width: 900px;
    margin: 0 auto;
}
.message
{
    clear: both;
    overflow: auto;

    margin-bottom: 15px;
    padding: 15px 20px 15px 20px;

    text-align: center;

    color: #333;
    background: rgb(217, 247, 248);
}
.ex
{
    margin-left: 10px;
}
.edit th
{
    width: 170px;
    height: 55px;
    padding-right: 10px;

    text-align: left;
}
.search
{
    padding: 10px 10px 0 10px;

    background-color: #ffc;
}
.search td
{
    padding-right: 10px;

    vertical-align: top;
}
.list td,
th
{
    padding: 5px;
}
.box1
{
    width: 500px;
}
.errmsg
{
    color: red;
}
#nostyle td
{
    border: none;
    background-color: #fff;
}
.edit_btn td
{
    padding: 15px;
}
.logout
{
    float: right;
}
#kanri_logo
{
    float: left;

    margin: 12px;
}