Index: merci.module
===================================================================
--- merci.module	(revision 1339)
+++ merci.module	(working copy)
@@ -738,6 +738,15 @@
     '#description' => t('Percent comercial rate is reduced for users in a role with member discount permission. Enter as decimal.  60% would be .60.  An item with a commercial rate of $100 would cost a member $40 for any hours beyond the fee free hours for that reservation.'),
   );
 
+  $form['merci_general']['merci_security_deposit'] = array(
+    '#type' => 'textfield',
+    '#title' => t('Security deposit'),
+    '#size' => 11,
+    '#maxlength' => 11,
+    '#default_value' => variable_get('merci_security_deposit', ''),
+    '#description' => t('Security deposit required to make a reservation.'),
+  );
+
   $form['merci_general']['merci_contract_header'] = array(
     '#type' => 'textarea',
     '#title' => t('Contract header'),
