h2 {
color: #e51837;
font-size:14px;
padding: 3px 10px 0px 0px;
margin: 0 0 6px 0;
line-height:20px;
text-align:left;
clear:both;
}

.bold {
font-weight: bold;
}

.contentblockholder {
width: 233px;
height:200px;
margin: 0 10px 10px 0;
float:left;
background:url(http://aanbod.guijt.nl/img/bg-content-col.gif) repeat-x;
min-height:200px;
height:auto !important;
height:200px;
}
  .contentblock {
  padding: 10px;
  }
    .contentblock, .contentblock input, .contentblock select {
    font-family: Arial, Helvetica, Verdana, "Lucida Grande", sans-serif;
    font-size:11px;
    line-height: normal;
    color: #000000;
    }
    .contentblock p {
    margin: 0 0 8px 0;
    }
  .quicksearch {
  color:#e51837;
  background:url(http://aanbod.guijt.nl/img/bg-quicksearch.gif) no-repeat;
  } 
    .quicksearch h2 {
    color:#000000!important;
    }
    .selectmenu {
    border: 1px solid #cccccc;
    margin: 8px 7px 16px 0;
    width: 95px;
    line-height: 14px;
    }
    .searchbutton {
    display: block;
    width: 67px;
    height: 18px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    line-height: 17px;
    font-weight: bold;
    float: right;
    margin: 0 10px 0 0;
    background: url(http://aanbod.guijt.nl/img/bg-button-search.gif) no-repeat;
    text-align: left;
    padding-left: 8px;
    }
/* AutoComplete styling */
.autocomplete {
width:200px; /* set width for widget here */
z-index: 9001;
padding-bottom: 4em;
}

/* styles for entire widget */
.yui-ac {
position:relative;
}

/* styles for input field */
.yui-ac-input {
position:absolute;width:100%;
width: 200px;
border:1px solid #CCCCCC;
margin: 8px 0 16px 0;
padding-left: 3px;
}

/* styles for results container */
.yui-ac-container {
margin-top: 6px;
position:absolute;top:1.6em;width:100%;
}

/* styles for header/body/footer wrapper within container */
.yui-ac-content {
position:absolute;width:100%;border:1px solid #CCCCCC;background:#fff;overflow:hidden;z-index:9050;
}

/* styles for container shadow */
.yui-ac-shadow {
position:absolute;margin:.3em;width:100%;background:#000;-moz-opacity: 0.10;opacity:.10;filter:alpha(opacity=10);z-index:9049;
}

/* styles for results list */
.yui-ac-content ul{
margin:0;padding:0;width:100%;
}

/* styles for result item */
.yui-ac-content li {
margin:0;padding:2px 5px;cursor:default;white-space:nowrap;
}

.suggest-option-search-key {
color: #000;
}

/* styles for prehighlighted result item */
.yui-ac-content li.yui-ac-prehighlight {
background:#CC0033;
}

/* styles for highlighted result item */
.yui-ac-content li.yui-ac-highlight {
background:#CC0033;
color:#FFF !important;
}
