<div class="uk-width-small-4-10 uk-margin-top"></div>
					<div class="uk-width-small-2-10 uk-margin-top">
						<label class="uk-form-label uk-text-nowrap"><?php 
    echo CHClient::string('card_expiration_date');
    ?>
</label>
						<select class="uk-width-1-1 <?php 
    echo $this->requestErrors('card_expiration_month');
    ?>
" name="card_expiration_month" id="ch-book-card_expiration_month">
							<option value=""><?php 
    echo CHClient::string('month');
    ?>
</option>
							<?php 
    echo JHtml::_('select.options', CHClientDisplay::cardMonths(), null, null, $value);
    ?>
						</select>								
					</div>					
					<div class="uk-width-small-2-10 uk-margin-top">
						<label class="uk-form-label uk-text-nowrap">&nbsp;</label>
						<select class="uk-width-1-1" name="card_expiration_year" id="ch-book-card_expiration_year">
							<option value=""><?php 
    echo CHClient::string('year');
    ?>
</option>
							<?php 
    echo JHtml::_('select.options', CHClientDisplay::cardYears(), null, null, $value);
    ?>
						</select>								
					</div>