table.address{ width:100%; margin-bottom:10px; }
table.address .col4, 
table.address .col5{ text-align:center; width:100px; }
table.address .col4{ width:60px;}
table.address .col1{ width:20px; text-align:center; }
table.address .col2{ width:220px; }
table.address tr.pickup td{
border-bottom:1px dashed #ccc; 
}
table.address tr.delivery td{
border-top:1px dashed #ccc; 
}
table.address span.missing_address{ font-size:11px; color:red; float:right;}

div.composeaddress div.a,
div.composeaddress div.b{
margin-left:0px;
margin-top:5px;
border-left:2px solid #FF9900;
padding-left:10px;
}