Index: src/bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php
===================================================================
--- src/bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php	(revision 11815)
+++ src/bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php	(working copy)
@@ -105,9 +105,8 @@
 				 */
 				do_action( bp_get_the_profile_field_errors_action() ); ?>
 
-				<label for="<?php bp_the_profile_field_input_name(); ?>_day" class="<?php echo is_admin() ? 'screen-reader-text' : 'bp-screen-reader-text' ;?>"><?php
-					/* translators: accessibility text */
-					esc_html_e( 'Select day', 'buddypress' );
+				<label for="<?php bp_the_profile_field_input_name(); ?>_day" class="bp-datefield"><?php
+					esc_html_e( 'Day', 'buddypress' );
 				?></label>
 				<select <?php echo $this->get_edit_field_html_elements( $day_r ); ?>>
 					<?php bp_the_profile_field_options( array(
@@ -116,9 +115,8 @@
 					) ); ?>
 				</select>
 
-				<label for="<?php bp_the_profile_field_input_name(); ?>_month" class="<?php echo is_admin() ? 'screen-reader-text' : 'bp-screen-reader-text' ;?>"><?php
-					/* translators: accessibility text */
-					esc_html_e( 'Select month', 'buddypress' );
+				<label for="<?php bp_the_profile_field_input_name(); ?>_month" class="bp-datefield"><?php
+					esc_html_e( 'Month', 'buddypress' );
 				?></label>
 				<select <?php echo $this->get_edit_field_html_elements( $month_r ); ?>>
 					<?php bp_the_profile_field_options( array(
@@ -127,9 +125,8 @@
 					) ); ?>
 				</select>
 
-				<label for="<?php bp_the_profile_field_input_name(); ?>_year" class="<?php echo is_admin() ? 'screen-reader-text' : 'bp-screen-reader-text' ;?>"><?php
-					/* translators: accessibility text */
-					esc_html_e( 'Select year', 'buddypress' );
+				<label for="<?php bp_the_profile_field_input_name(); ?>_year" class="bp-datefield"><?php
+					esc_html_e( 'Year', 'buddypress' );
 				?></label>
 				<select <?php echo $this->get_edit_field_html_elements( $year_r ); ?>>
 					<?php bp_the_profile_field_options( array(
@@ -300,25 +297,22 @@
 			'name' => bp_get_the_profile_field_input_name() . '_year'
 		) ); ?>
 
-		<label for="<?php bp_the_profile_field_input_name(); ?>_day" class="screen-reader-text"><?php
-			/* translators: accessibility text */
-			esc_html_e( 'Select day', 'buddypress' );
+		<label for="<?php bp_the_profile_field_input_name(); ?>_day" class="bp-datefield"><?php
+			esc_html_e( 'Day', 'buddypress' );
 		?></label>
 		<select <?php echo $this->get_edit_field_html_elements( $day_r ); ?>>
 			<?php bp_the_profile_field_options( array( 'type' => 'day' ) ); ?>
 		</select>
 
-		<label for="<?php bp_the_profile_field_input_name(); ?>_month" class="screen-reader-text"><?php
-			/* translators: accessibility text */
-			esc_html_e( 'Select month', 'buddypress' );
+		<label for="<?php bp_the_profile_field_input_name(); ?>_month" class="bp-datefield"><?php
+			esc_html_e( 'Month', 'buddypress' );
 		?></label>
 		<select <?php echo $this->get_edit_field_html_elements( $month_r ); ?>>
 			<?php bp_the_profile_field_options( array( 'type' => 'month' ) ); ?>
 		</select>
 
-		<label for="<?php bp_the_profile_field_input_name(); ?>_year" class="screen-reader-text"><?php
-			/* translators: accessibility text */
-			esc_html_e( 'Select year', 'buddypress' );
+		<label for="<?php bp_the_profile_field_input_name(); ?>_year" class="bp-datefield"><?php
+			esc_html_e( 'Year', 'buddypress' );
 		?></label>
 		<select <?php echo $this->get_edit_field_html_elements( $year_r ); ?>>
 			<?php bp_the_profile_field_options( array( 'type' => 'year' ) ); ?>
