diff --git a/apps/contacts/templates/part.contact.php b/apps/contacts/templates/part.contact.php
index 41c912213720e83e1a693f87bea134f64c0804ed..e74eef7d7e7ab4335b818b15d6fd611edd9c7ef7 100644
--- a/apps/contacts/templates/part.contact.php
+++ b/apps/contacts/templates/part.contact.php
@@ -24,7 +24,7 @@ $id = isset($_['id']) ? $_['id'] : '';
 	</div>
 	</div> <!-- contact_photo -->
 
-	<div id="contact_identity" class="contactsection">
+	<div id="contact_identity">
 	<form method="post">
 	<input type="hidden" name="id" value="<?php echo $_['id'] ?>">
 	<input type="hidden" name="requesttoken" value="<?php echo $_['requesttoken'] ?>">