<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ShippingAddressTable
{
    font-family: Arial;
    font-size: 10pt;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;    
    border-bottom: 1px solid #ccc;
    width: 100%;    
}

.ShippingAddressTable input
{
    font-family: Arial;
    /*font-size: 11pt;*/
    font-weight:bold;
}

.ShippingAddressTable th
{
    font-weight:bold;
    font-size: 12pt;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f1f1f1;    
    border-top: 1px solid #ccc;    
    border-bottom: 1px solid #ccc;
    text-align:left;
}

.ShippingAddressTable td
{
    padding: 5px;        
    vertical-align: middle;
}


.ShippingAddressRequiredSign
{
    color: #f00;    
    margin-right: 2px;
    vertical-align: middle;
    font-size: 14pt;
    font-weight: bold;
}

.ShippingAddressWatermark
{
    font-family: Arial;
    color: #888;    
    font-style: italic;
    font-weight: normal;
    background-color: #f1f1f1;
}

.ShippingAddressNotes
{
    border: 1px solid #ccc;
    margin:5px;
    padding:5px;
    background-color: #FFFFD0;
    color: #202020;   
    vertical-align: middle;
}

.ShippingAddressErrors
{
    color: #d41f1f;
    background-color: #ffeded;
    border: 1px solid #d41f1f;
    width: 50%;
    text-align: left;
    padding: 10px;
    font-weight: bold;
    font-size: 10pt;
}

.OrderWarningTable
{
    font-family: Verdana, Arial;
    font-weight:bold;
    font-size: 10pt;
    width:100%;
}

.OrderWarningTable td:first-child
{
    border-bottom: 1px solid #ddd;
}

.OrderWarningTable tr
{
    background-position: 0px 10px;
    background: url(images/orderreviewarrow.png) no-repeat;
}

.OrderWarningTable td
{
    padding: 8px 8px 8px 40px;    
    min-height: 60px;
    vertical-align: middle;
}</pre></body></html>