body, form, table, select, h6
{
    font-family: Verdana;
    font-size: 11px;
    color: #505050;
}
form.button_only, form.button_only div
{
    display: inline;
}
form.leg_button_only, form.leg_button_only div
{
    display: table-cell;
}
input, textarea
{
    border: 1px solid #666666;
    font-size: 10px;
	color: #505050;
}
textarea
{
    margin-bottom: -10px;
}
form.button_only input, input.submit_button
{
    margin-top: 5px;
    color: white;
    border: 1px solid #0c9ece;
    background-color: #394b58;
    font-size: 10px;
}
span.label
{
    display: table-cell;
    width: 100px;
    margin-right: 10px;
	padding-bottom: 8px;
	font-weight: bold;
	color: #cabf81;
}
span.data
{
    display: table-cell;
}
span.data select
{
    width: 120px;
}
select.short_cat_select
{
    width: 300px;
}
span.data_block
{
    display: table-row;
}
.main_container
{
    border: 1px none #bfbfbf;
    margin: 10px;
	padding: 4px;
}
.menu_container
{
    /*
    border: 1px solid blue;
    width: 90%;
    margin: 10px;
    padding: 10px;
    */
}
.menu_container input
{
    margin-top: 5px;
    margin-bottom: 5px;
    color: white;
    border: 1px solid #394b58;
    background-color: #0c9ece;
    font-size: 10px;
}
.hint
{
    font-size: 9px;
    font-style: italic;
    text-align: center;
}
h6
{
    display: block;
    font-style: italic;
    width: 97%;
    background-color: #cabf81;
    margin: 0px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.comment
{
    background-color: #FFFF99;
    position: absolute;
    visibility: hidden;
    border: 1px solid black;
    max-width: 300px;
}
.resultsLimit
{
	color: #000000;
}

form p {
	margin-bottom: 0;
}