/**
 * 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) 2014 Innoexts (http://www.innoexts.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/** 
 * Customer Address Block
 */
.block-customer-address {
    line-height: 1.25
    }
.block-customer-address .block-title strong {
    background-position: 0 0;
    background-repeat: no-repeat
    }
.block-customer-address .form-list {
    padding: 5px 10px
    }
.block-customer-address .form-list label {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase
    }
.block-customer-address .customer-address-id-form-list {
    padding: 5px 10px 0 10px
    }
.block-customer-address .customer-address-form-list {
    padding: 0 10px 5px 10px
    }
.block-customer-address input.input-text {
    height: 30px;
    margin-top: 4px
    }
.block-customer-address select {
    max-width: 100%;
    height: 30px;
    display: block;
    border: 1px solid silver
    }