.group_container {
    border: 1px solid grey;
    padding: 5px;
    margin: 2px;
    float: left;
    width: 200px;
}

.clear_float {
    clear: both;    
}

.group_container h4 {
    margin: 0;
    font-weight: bold;
}
/**
 * jQuery TextBox
 * Version 0.1 - 18/03/2008
 * @author Dale Harvey <harveyd@gmail.com>
 *
 * A combination of a text input and a drop down
 * select box, used by
 * http://code.google.com/p/jqueryspreadsheet/
 *
 **/
.textbox
{
    padding-right:16px;
}

.textboxarrow
{
    position:   absolute;
    display:    none;
    cursor:     pointer;
    width:      14px;
    height:     14px;
    background: url('/images/frontend/main/arrow_down.png') center center;
}

.textboxlist
{
    position:   absolute;
    margin-left: -1px;
    display:    none;
    background: #FFF;
    border:     1px solid #999;
    z-index:    9999;
}

.textboxlist li
{
    width:      100%;
    list-style-type: none;
}

.textboxlist li a
{
    cursor:     pointer;
    display:    block;
    padding:    3px;
    color:      black;
    text-decoration:none;
}

.textboxlist li a:hover
{
    background: #EEE;
}

/* 
    Document   : phishingAdvice
    Created on : 22.04.2010, 11:02:51
    Author     : akopp
*/

.redheadline, .redheadline a {
    color: red;
    font-size: 14px;
    font-style: normal;
}


@CHARSET "UTF-8";

div #formQuickSearch {
    padding: 5px;
    border: 1px solid grey;
}

div #formQuickSearch form label {
    float: left;
    width: 20%;    
}

div #formQuickSearch input, div #formQuickSearch select {
    margin-top: 5px;
}

div #formQuickSearch a#exSearch {
    margin: 5px;
    float: right;
}

/*
#mch_price_net_from {
    float: left;
}
*/
