/* 
	Deze stylesheet bevat de volgende styles:
	Standaard form styles
	Aangepaste form styles
*/

/* =Standaard form styles
		----------------------------------------------------*/
select, input, textarea {
	margin: 0;
	background: #fff;
	border: #ccc 1px solid;
	font: 1.0em Verdana, Arial, Helvetica, "Times New Roman", sans-serif;
	color: #333;
}
input { 
	width: 290px;
	height: 18px;
	padding: 1px 5px 0 5px;
}
input[type="checkbox"] {
	border: 0;
	margin: 0;
}
input[type="radio"] {
	border: 0;
	margin: 0;
}

textarea {
	width: 290px;
	height: 48px;
	padding: 3px 5px 0 5px;
	overflow: auto;
}

select {
	width: 120px;
	height: 18px;
}

label {
	text-align: left;
	cursor: text;
}

/* =Aangepaste form styles
		----------------------------------------------------*/
.contentForm label, label.textarea {
	width: 100px;
	height: 16px;
	margin: 0 10px 2px 0;
	padding: 2px 0 0 0;
	float: left;
	}

.contentForm input {
	width: 205px;
	float: left;
	margin: 0 0 2px 0;
	}

.contentForm textarea {
	width: 205px;
	height: 68px;
	padding: 3px 5px 0 5px;
	overflow: auto;
}
.contentForm div.checkboxes {
	width: 300px;
	float: left;
	margin: 0 0 2px 0;
}
.checkboxes p {
	width: 100px;
	height: 16px;
	margin: 0 10px 2px 0;
	padding: 2px 0 0 0;
	float: left;
	color: #000;
}
.checkbox,.checkbox_on {
			width: 62px;
			height:20px;
			float: left;
			color: #000;
			padding: 5px 0px 0px 22px;
			cursor: pointer;
			background: url('../img/layout/other/checkbox_off.gif') no-repeat 0 50%;
	}
	.checkbox_on {
			background: url('../img/layout/other/checkbox_on.gif') no-repeat 0 50%;
	}
.namecss{
	display:none;
}
