input, textarea {
	margin:0px;
	padding:0px;
	text-indent:3px;
	font-family: arial;
	font-size: 12px;
}

.required {
	background-image: url('/template/images/required.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

input[type="text"] {
	border: 1px inset #595959;
	margin-top:5px;
}

input[type="text"]:hover {
	background-color:#f5f5f5;
}

input[type="text"]:focus {
	background-color:#e3e3e3;
}

textarea {
	width:370px;
}

textarea:hover {
	background-color:#f5f5f5;
}

textarea:focus {
	background-color:#e3e3e3;
}

.radio {
	width:auto;
	border:none;
}

.formTable {
	width:522px;
}

.columnLeft {
	width: 180px;
}

.columnCenter {
	width: 20px;
}

.columnRight {
	width: 322px;
}

.inputNormal {
	width: 297px;
}

.textarea {
	border: 1px inset #595959;
	width: 300px;
	height: 60px;
}

.smallTextarea {
	border: 1px inset #595959;
	width: 300px;
	height: 40px;
}

.achternaam {
	width: 249px;
	margin-left: 5px;
}

.straat {
	width: 249px;
}

.postcode {
	width: 51px;
}

.woonplaats {
	width: 239px;
	margin-left: 5px;
}
