﻿/*弹出框*/
iframe.dialogframe
{
    width: 100%;
    height: 100%;
}
/*产品表格*/
.productgridview
{
    width: 350px;
}
/*产品表格外层*/
div.productview
{
    width: 100%;
    height: 310px;
    overflow: scroll;
}
/*产品分类外层*/
div.productcatalogview
{
    height: 320px;
    overflow: scroll;
}
/*表格中可选择的行*/
tr.canchooserow
{
    cursor: pointer;
}

/*数量输入框*/
input.qty
{
    width: 45px;
}
/*日期选择框宽度*/
input.date
{
    width: 70px;
    border: solid 1px black;
}
/*时间选择框宽度*/
input.time
{
    width: 40px;
    border: solid 1px black;
}
