/* $Id: contact_form_blocks.css,v 1.1 2009/06/25 08:02:09 fuerst Exp $ */
/* Reset the fixed width of input form text fields to use a dynamic width depending on the parent elements */
div.sidebar div.block-contact_form_blocks input[type=text] {
  width: 100%;
}