.document_items
{
    width: 1200px;
}

.new_document .document_items .inv_itm_type
{
    width: 110px;
}

.new_document .document_items .inv_itm_code
{
    width: 100px;
}

.new_document .document_items .inv_itm_description
{
    width: 96%;
}

.new_document .document_items .inv_itm_quantity
{
    width: 75px;
    margin-left: 10px;
}

.new_document .document_items .inv_itm_price
{
    width: 70px;
}

.new_document .document_items .inv_itm_tax
{
    width: 120px;
}

.new_document .document_items .inv_itm_discount
{
    width:60px;
}

.new_document .document_items .inv_itm_remark
{
    width: 98%;
}

.new_document input[type="radio"] {
	vertical-align: text-bottom;
	margin-bottom:2px;
}	
.calc_trigger label {
	display: inline-block;
	margin-right:10px;
	margin-top:4px;
}
.delivery_type label {
	display: inline-block;
	margin-right:10px;
	margin-top:4px;
}
.company_info table{
	width: 100%;
}
