::-moz-selection{background:#d1af83;color:#d1af83}::selection{background:#d1af83;color:#d1af83}function my_custom_password_form(){global $post;$label='pwbox-' . (empty($post->ID) ? rand(): $post->ID);$output='
		
			
				
					' . __('This content is password protected. This is a custom message. To view it please enter your password below:') . '
					' . __('Password:') . ' ' . esc_attr_x('Enter','post password form') . '
				
			
		';return $output}add_filter('the_password_form','my_custom_password_form',99);