/* 上 左 右 布局的样式 */
/* +240 */
.widctrl
{
    width: 300px;
}
.widdatetime
{
    width: 142px;
}

.data_list, .data_detail
{
    padding: 2px;
    overflow: auto;
    border: solid 0px #9CB3C9;
}
.data_list
{
    width: 180px;
    margin-right: 4px;
}
.data_detail
{
    background-position: right bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    /*background-color: #ECE9D8;*/
    background-color: #D9E7F8;
}

.data_detail fieldset
{
    margin: 2px;
}

.msg
{
    color: Red;
}
