﻿#dater-name label { text-transform: none; }                
#personal-information ul.fields { height: 330px; }
#personal-information .first-name { top: 0; left: 0; }
#personal-information .middle-name { top: 0; left: 179px; }
#personal-information .last-name { top: 0; left: 358px; }
#personal-information .email { top: 60px; left: 0; }
#personal-information .country { top: 120px; left: 0; }
#personal-information .phone { top: 60px; left: 358px; }
#personal-information .work-phone { top: 135px; left: 358px; }
#personal-information .fax-phone { top: 180px; left: 358px; }
#personal-information .mobile-phone { top: 225px; left: 358px; }
#personal-information .address1 { top: 180px; left: 0; }
#personal-information .address2 { top: 235px; left: 0; }
#personal-information .city { top: 275px; left: 0; }
#personal-information .state { top: 275px; left: 173px; }
#personal-information .zip { top: 275px; left: 236px; }
#personal-information #CountryCode { width: 345px;}      
  
#billing-information .country { top: 20px; left: 0; }
#billing-information .address1 { top: 80px; left: 0; }
#billing-information .address2 { top: 135px; left: 0; }
#billing-information .city { top: 175px; left: 0; }
#billing-information .state { top: 175px; left: 173px; }
#billing-information .zip { top: 175px; left: 236px; }
#billing-information #BillingCountryCode { width: 345px;}    
        
#donation-information { position: relative; min-height: 280px;}
* html #donation-information { height: 395px; }
        
.hidden { display: none !important; }