/* FORMS */

fieldset.csc-mailform {
	width: 420px;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	}

div.csc-mailform-field {
	width: 420px;
	min-height: 20px;
	vertical-align: top;
	padding: 3px 0px 2px 0px;
	clear: both; 
	}

#informatie input, select {
	float: left;
	}

#informatie select {
	float: left;
	}

#informatie textarea {
	float: left;
	}

input,
select,
textarea {
	width: 175px;
	height: 18px;
	font-family: Arial;
	font-size: 12px;
	padding-left: 5px;
	border: 1px solid #666666;
	float: right;
	}
input.csc-mailform-submit {
	background-image: url('../images/bg_submenuitem.gif');
	background-position: center 0px;
	background-repeat: no-repeat; 
	width: 182px;
	height: 22px;
	font-size: 11px;
	font-weight: bold;
	}
input {
	height: 18px;
	}
textarea {
	height: 50px;
	}
select {
	margin: 0px 0px 0px 0px;
	}
label {
	width: 200px;
	margin: 0px;
	float: left;
	}

.radio, .checkbox {
	width: 12px ! important;
	height: 12px;
	margin: 0px 0px 0px 0px;
	float: left ! important;
	border-width: 0px;
	/*margin-left: 20px;*/
	clear: both;
	}
	
/* RADIOBUTTONS */

legend {
	display: none; 
	}
input.csc-mailform-radio,
input.csc-mailform-check {
	width: 12px ! important;
	height: 12px;
	margin: 4px 0px 4px 0px;
	float: left ! important; 
	border-width: 0px;
	margin-left: 20px;
/*	clear: both; */
	}

span.csc-mailform-radio {
	width: 200px;
	float: right;
	clear: both;
	}
span.csc-mailform-radio label,
span.csc-mailform-check label {
	width: 180px;
	height: 20px;
	padding-top: 3px;
	float: right;
	}
span.csc-mailform-radio fieldset,
span.csc-mailform-check fieldset {
	border-width: 0px;
	}