            /* Zipcode address start style*/
            #postcode_lookup input[type="text"], #postcode_lookup_ship input[type="text"]{
                background-color: #fff;
                background-image: none;
                border: 1px solid #ccc;
                border-radius: 4px;
                box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
                color: #555;
                display: block;
                font-size: 14px;
                height: 34px;
                line-height: 1.42857;
                padding: 6px 12px;
                transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
                width: 48.5%;
                float: left;
            }
            #postcode_lookup button, #postcode_lookup_ship button{
                -moz-user-select: none;
                background-image: none;
                border: 1px solid transparent;
                border-radius: 0px 2px 2px 0;
                cursor: pointer;
                display: inline-block;
                font-size: 14px;
                font-weight: 400;
                line-height: 1.42857;
                margin-bottom: 0;
                padding: 6px 12px;
                text-align: center;
                vertical-align: middle;
                white-space: nowrap;    
                margin-top: 20px;
                background-color: #0e0e0e;
                border-color: #0e0e0e;
                color: #fff;
                margin: 0px 34px;
                margin-bottom: 8px;
                text-transform: uppercase;
                font-size: 14px;
            }
            #postcode_lookup button:hover, #postcode_lookup_ship button:hover{
                background: #333;
                border-color: #333;
            }
            #postcode_lookup p, #postcode_lookup_ship p{
                text-align: left;
                color: #f00;
                font-size: 13px;
            }
            #postcode_lookup select, #postcode_lookup_ship select{
                background-color: #fff;
                background-image: none;
                border: 1px solid #ccc;
                border-radius: 4px;
                box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
                color: #555;
                display: block;
                font-size: 14px;
                height: 34px;
                line-height: 1.42857;
                padding: 6px 12px;
                transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
                width: 48.5%;
                border-radius: 0;
                margin-top: 8px;
                margin-bottom: 20px;
                background-image:none;
                border:1px solid #ccc;
                border-radius:4px;
                -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
                box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
                -webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
                -o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
                transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
                padding-right: 25px;
            }
            /* Zipcode address end style*/

            .checkout_att_list li {
                float: left;
                list-style: outside none none;
                margin: 0 2% 5px 0;
                text-align: left;
                width: 100% !important;
            }
            .checkoutPost_btn button{
                position: absolute;
                right: 15px;
                margin: 0px !important;
            }
            .checkoutPost_btn input[type="text"]{
                width: 100% !important;
                margin-bottom: 20px;
                padding-right: 180px !important;    
            }
            .checkoutPost_btn select{
                width: 100% !important;
            }