﻿.ZoekPaneel
{
    padding-left: 20px;
}
.ZoekLabels
{
    font-size: 12px;
    color: Black;
    font-weight: bold;
    float: left;
    width: 120px;
}
.ZoekLabels span
{
    display: block;
    margin-top: 30px;
}
.ZoekVelden
{
    float: left;
    width: 256px;
}
.ZoekVelden select, input
{
    display: block;
    border: solid 1px #CCC;
    width: 256px;
    margin-top: 28px;
}
.ZoekKnop
{
    position: absolute;
    right: 30px;
    bottom: 10px;
    background-image: url('../../Content/images/zoeken/btn_zoeken_actief.gif');
    background-repeat: no-repeat;
    cursor: pointer;
}
.ZoekKnop:hover img
{
    visibility: hidden;
}
