.postalCodeDialog .ui-dialog-titlebar { display: none; }
.postalCodeDialog {background: #fff; border: solid 8px #fff; }
#postalCodeDialog { float:left; position: relative; padding: 30px 20px; background: #ededed; font-size: 12px;width:440px !important; }
#postalCodeDialog h1 { font-weight: bold; font-size: 16px; color: #3e3e3e; padding: 0 0 28px; }
#postalCodeDialog label { display: block; padding: 0 0 10px; color: #3e3e3e; }
#postalCodeDialog a#closeX { position: absolute; top: 10px; right: 10px; }
#postalCodeDialog a#closeLabel {float:right; display:inline; text-align: right; }
#postalCodeDialog p#postalCodeError { display: none; color: red; }
#postalCodeDialog img#postalCodeLoader{ padding-left: 220px !important; }
