﻿table.searchCriteria {
    width:100%;
}

table.searchCriteria td {
    height:30px;
}

table.normal td {
    height:10px;
}

.lblSearchCriteriaTitle {
    font-size:20px;
    font-weight:bold;
}

.imgBtnSmall {
    width:40px;
    height:40px;
}

.labels {
    color:#000;
    font-size:15px;
    font-weight:bold;
    text-transform:uppercase;
}

.rechtsAligneren {
    text-align:right; 
}

.textBoxSearch {
    width:500px;
  /*   line-height:50px; */
    font-size:15px;
    background-color:#fff;
}

.errorMessage {
    color:#990000;
    font-weight:bold;
    font-size:15px;
    text-align:center;
}

.dropDownList {
    width:508px;
    height:23px;
    font-size:15px;
}
