﻿.paymentDetailsSection {
    width: 500px;   
}

.paymentDetailsSectionLabel {
    width: 268px;
    display: inline-table;
    text-align: right;
    margin-right: 10px;
}

.paymentDetailsSectionField {
}

.paymentDetailsHeader {
}

.paymentDetailsContent {
    margin: auto;
}

.paymentDetailsSubSection {
    margin-bottom: 8px;
}

.cardNumberSection {
}

#cardNumber {
}

.cardNumberLabel {
}

.expirationSection {
}

.expirationLabel {
}

.ccdateSubSection {
    width: 200px;
}

#expirationMonth {
    width: 65px;
}

.seperator {
}

#expirationYear {
    width: 65px;
}

.csvSection {
}

.csvLabel {
}

#csv {
    width: 65px;
}

.nameonCreditSection {
}

.nameonCreditLabel {
}

#nameonCredit {
    width: 250px;
}