function ajax_register_form_user_login_alter(&$form, &$form_state, $form_id) {
$form['fbuser'] = array(
'#type' => 'item',
'#markup' => 'You have a facebook account?',
'#weight' => -10,
);
$form['login_link'] = array(
'#type' => 'item',
'#markup' => '<a class="facebook-action-connect" rel="nofollow" href="foo"><img src="foo" alt=""></a></div>',
'#weight' => -6,
);
}
How can I add a class to this div's?