/**
 * Innoexts
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@innoexts.com so we can send you a copy immediately.
 * 
 * @category    Innoexts
 * @package     Innoexts_CustomerLocator
 * @copyright   Copyright (c) 2013 Innoexts (http://www.innoexts.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* Block: Customer Address */
.block-customer-address .form-list { 
    padding: 5px 0px; 
}
.block-customer-address .customer-address-id-form-list {
    padding: 5px 0px 0px 0px; 
}
.block-customer-address .customer-address-form-list {
    padding: 0px 0px 5px 0px; 
}
.block-customer-address .block-title strong {
    background-image: none; 
}
.block-customer-address .form-list input.input-text { 
    width: 145px; 
}
.block-customer-address .form-list select {
    width: 150px; 
}