/******************************************************
FORM STYLES NKO 5010 WEBSITE
******************************************************/

body {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande' , LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color:#EB773A;
	font-weight:bold;
}

form {
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
	border-top: 1px solid #abb8d5;
	background-color: #efefef;
	padding:0;
	margin:0;
	color:#000;
	/* font-weight:normal; */
}

table td {
	text-align:left;
	vertical-align: middle;
	background-color: #efefef;
	border-bottom: 1px solid #abb8d5;
	margin: 0;
	padding: 0 0 0 8px;
}

table td.overzicht {
	font-weight: bold;
	text-align:right;
	width: 200px;
	color: #4b4d4c;
	padding-right:10px;
}

table input {
	margin: 3px 0 3px 0;
	width: 300px;
	font-family: 'Lucida Grande' , LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

table textarea {
	margin: 3px 0 3px 0;
	width: 300px;
	height: 150px;
	font-family: 'Lucida Grande' , LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

table td.control input.btnSubmit {
	margin: 10px 0px !important;
	width: 100px !important;
}

table tr.button INPUT {
	width:100px;
}

table tr.info td {
	padding: 8px 0 12px 8px;
}

