.ContentNewCustomerTR {
    display: none;
}

.ContentNewCustomerTR {
    display: none;
}

#PlhdFvBillToState label.NewCustomerError,
#PlhdFvShipToState label.NewCustomerError {
    right: 20px;
}

label.NewCustomerError {
    color: #D80100;
    position: absolute;
    right: 10px;
    top: 0px;
    line-height: 35px;
}

.NewCustomerMessage {
    padding: 10px 0px 0px 0px;
    color: red;
    font-weight: bold;
}


#NewShopperInfo > div {
    display: inline-block;
}

.ProfileTitle, .BillingTitle, .ShippingTitle {
    font-size: 16px;
    text-align: center;
    background: #4f81bd;
    color: white;
    margin: 0px;
    padding: 10px;
}

.Required {
    color: #d03035;
    font-weight: bold;
}

.ProfileTitle {
    padding: 10px;
    margin-top: 15px;
}

.ContactField {
    line-height: 30px;
    padding: 0px 10px;
    box-sizing:  border-box;
}

.ContactField label {
    font-weight: bold;
}

.ShippingColumn {
    line-height: 50px;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.BillingColumn {
    line-height: 50px;
    text-align: left;
    width: 100%;
    display: inline-block;
    margin-top: 28px;
}

.BillingColumn .ContactField:nth-child(1) {
    margin-top: 20px;
}

#ProfileColumn,
#AddressColumn {
    line-height: 50px;
    text-align: left;
    display: inline-block;
    width: 50%;
    box-sizing:  border-box;
    padding: 10px 0px;
}

.SameAsShip {
    text-align: center;
    position: relative;
    width: 215px;
    margin: 0 auto;
}

#AddressAndBillWrapper {
    width: 100%;
    overflow:  hidden;
    margin-top: 25px;
}

#ProfileInfoWrapper, 
#AddressInfoWrapper, 
#ShipToInfoWrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

#AddressInfoWrapper, #ShipToInfoWrapper {
    margin: 0 auto;
    text-align: center;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing:  border-box;
}

#AddressInfoWrapper {
    border-right: 1px solid #fff;
}

#PlhdFvChkBox input {
    position: absolute;
    left: 0;
    top: 0px;
}

.PlhdFieldValue {
    position: relative;
    height: 35px;
}

.PlhdFieldValue input {
    width: 100%;
    height: 35px;
    box-sizing:  border-box;
    padding-left: 5px;
}

.PlhdFieldValue select {
    height: 35px;
    width: 100%;
    box-sizing: border-box;
}

#btnWrapper {
    margin-top: 17px;
    position: relative;
    right: 10px;
    text-align:  right;
}

#NewCustoSubmit {
    height: 40px;
    width: 100px;
    font-size: 16px;
}

.ThankYouMessage {
    color: blue;
    font-size: 20px;
    line-height: 25px;
}