/* basic styles */
a img { border: 0 none; }

/* form styles */

form {
	width: 600px;	
}

#contactform {
	width: 600px;	
}

#searchForm {
    float: left;
    height: 18px;
    position: relative;
    width: 204px;
}

form fieldset {
	margin: 0;
	border: 0;
	padding: 0;
	clear: left;
}

form legend {
	clear: both;
	font-weight: bold;
	padding-left: 0;
	padding-top: 0.8em;
/*
	position: relative;
	left: -0.5em;
*/
}

form label {
	float: left;
	width: 45%;
	display: block;
	padding: 0.4em;
	margin-top: 1px;
}

form label.wider {
	width: 95%;
}

form label.narrower {
	/* IE 6 (and most other browsers) */
	width: 20%;
}

.xform label.narrower {
	/* IE 5.5 */
	width: 23%;
}

input, select, textarea {
	width: 100%;
	margin-top: 0.1em;
	font-family: Tahoma;
	font-size:11px;
	color:#000;
	background: #fff;
	border: 1px solid #f26633;
}

.smallinput {
	padding-left: 2em;
	margin-right: -2em;
	font-family: Tahoma;
	font-size:11px;
	color:#000;
	background: #fff;
	border: 1px solid #F26633;
}

.smallinput input {
	width: 1.2em;
	height: 1.1em;
	margin-right: 0.4em;
	position: relative;
	margin-left: -1.7em;
	padding-left: 0.3em;
}

.submit input {
	width: 6em;
}

.btn_mainmenu {
	background-repeat: no-repeat;
	/*width: 158px;*/
	height: 17px;
	margin: 0px;
	cursor: pointer;
}

.btn_versturen a {
  /*width: 158px;*/
  height: 17px;
  display: block;
 }

#versturen {
	background-image:url(../images/btn_versturen.jpg);
	background-position: left top;
	width: 90px;
	float: left;
	z-index: 10;
}

#versturen.active {
	background-position: left bottom;
}


#zoek {
    background-image: url("../images/btn-search.gif");
    background-position: left top;
    height: 18px;
    position: absolute;
    right: 1px;
    top: 0;
    width: 31px;
    z-index: 15;
}

.zoek_veld_holder {
    height: 12px;
    left: 0;
    margin-left: 2px;
    margin-top: 0;
    padding: 2px 0;
    position: absolute;
    top: 0;
    width: 165px;
    z-index: 15;
}

input.zoek_veld {
	width: 165px;
	margin-top: 0px;
	padding-left: 2px;
	font: 11px/18px Tahoma;
	color: #000;
	background: #e8f3ff;
	border: 1px solid #6ab0fd;
}

