/* 
    Document   : OtherFieldset
    Created on : Apr 14, 2009, 10:53:08 AM
    Author     : paul
    Description:
        allows adding/removing rows
				value input changes between date and text based on type selected

		Old class names: iwcFormContactsOtherFieldset
		New class names: FormFieldsetOther
*/
.FormFieldsetOther .newContactOtherInformationRow {
  position:relative;
  clear:both;
  padding:0.3em 0;
}

.FormFieldsetOther .newContactOtherInformationRow .newContactAddButton,
.FormFieldsetOther .newContactOtherInformationRow .newContactRemoveButton {
  float:right;
  margin: 0 8px 0 0;
}

.FormFieldsetOther .FormFieldsetRow .actions .addRow,
.FormFieldsetOther .firstRow .actions .removeRow {
  display:none;
}

.FormFieldsetOther .lastRow .actions .addRow {
  display:block;
}

.FormFieldsetOther .limitReached .actions .addRow {
  display:none;
}
