diff --git a/epsacrop.module b/epsacrop.module
index 036a16d..d05124d 100644
--- a/epsacrop.module
+++ b/epsacrop.module
@@ -443,7 +443,7 @@ function _epsacrop_process_form_element($element, $form_state) {
         $info = image_get_info($file->uri);
         $element['epsacrop'] = array(
           '#type' => 'markup',
-          '#markup' => "[<a href=\"javascript:Drupal.EPSACrop.dialog('" . $element['#entity_type'] . "', '" . $element['#field_name'] . "', '" . $element['#bundle'] . "', '" . $file->fid . "', '" . $url . "', [" . $info['width'] . "," . $info['height'] . "]);\">" . t("manage image crops") . "</a>]"
+          '#markup' => "<div class='epsacrop-link'>[<a href=\"javascript:Drupal.EPSACrop.dialog('" . $element['#entity_type'] . "', '" . $element['#field_name'] . "', '" . $element['#bundle'] . "', '" . $file->fid . "', '" . $url . "', [" . $info['width'] . "," . $info['height'] . "]);\">" . t("manage image crops") . "</a>]</div>"
         );
       }
     }
