@charset "utf-8";
/* CSS Document */

/***** Shadows that wrap around ALL elements ***********/
.frmShdwTopLt {
	float:left;
	background-image: url(../images/website/plaatsen/shadowUpperLeft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#FFF;
}
.tooltip {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	float:left;
	margin-bottom:5px;
	margin-left:5px;
	padding:2px 5px;
}


.frmShdwBottomRt {
	float:left;
	background:url(../images/website/plaatsen/shadowLowerRight.gif) bottom right no-repeat;
}
.frmShdwBottomLt {
	float:left;
	background:transparent url(../images/website/plaatsen/shadowBottomLeft.gif) bottom left no-repeat;
}
.frmShdwTopRt {
	float:left;
	background:transparent url(../images/website/plaatsen/shadowTopRight.gif) top right no-repeat;
}
/***** styles specific to the SUBMIT BUTTONS **********/
.frmShdwSubmit {
	border:0;
	background:#f7f7f7 !important;
	background:transparent;
	float:left;
	font-weight:bold;
	cursor:pointer;
}
.frmShdwSubmit:hover {
	color:#000000;
}

input, textarea {
	font:90%/180% "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	color:#666666;
	cursor: text;
}

#zoekertjeButton {
	cursor:pointer;
	margin-top:10px;
}

#zoekertjeButton [disabled="disabled"] {
	cursor:text;
	margin-top:10px;
}

.mandetory {
	color: #C00;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.label {
	float: left;
	width: 100px;
}
.label2 {
	float: left;
	width: 50px;
}
.input {
	float: left;
	width: 500px;
	margin-bottom: 5px;
}
.input2 {
	float: left;
	width: 170px;
	margin-bottom: 5px;
	margin-right: 70px;
}
.input3 {
	float: left;
	width: 170px;
	margin-bottom: 5px;
	padding-right:50px;
}
.textareabg
{
	background:transparent url(../images/website/inputboxes.gif) no-repeat scroll 0 0;
	display:block;
	height:131px;
	margin:5px 0 0;
	padding:5px 0 0 5px;
	width:600px;
}

