/*!
* \cond
* Copyright (c) 2012 Imagen Ltd.
*
* This software is protected by copyright and the information contained herein
* is confidential. The software may not be copied and information contained
* herein may not be used or disclosed except with the written permission of
* Imagen Ltd.
* \endcond
*
* \file
* \brief ImagenWeb CIS - Advanced Search Form css
*/

#help-text-advanced-search .button{
    display: inline-block;
}
/* fix firefox issue with height of iw-edit elements */
#searchfields-container .iw_instance_container {
    display: block;
    height: auto;
}