table.formTable{
	color: #424542;
	font-weight: 12px;
	/* min-height: 450px; */
}
table.formTable tr td{
	padding: 5px 0px 5px;
}


input[type=text],[type=password] {
	height: 18px;
	width: 295px;
	color: #636563;
	border: 1px #9c9a9c solid;
}


.passwd {
	height: 18px;
	width: 295px;
	color: #636563;
	border: 1px #9c9a9c solid;
}

.textarea {
	width: 295px;
	color: #636563;
	border: 1px #9c9a9c solid;
}

table.formTableCheck{
	float: left;
	color: #424542;
	font-weight: 12px;
	width: 225px;
	margin: 20px 0px 20px 0px;
}
table.formTableCheck tr td{
	padding: 5px 0px 5px;
}

/* weggehaald iv.m. paypal knop ,[type=image] */

/*input[type=submit] ,[type=button] ,button [type=submit] {
	float: right;
	color: #fff;
	height: 30px;
	line-height: 30px;
	border: 0px;
	cursor: pointer;
	margin: 5px;
	font-weight: bold;
	padding: 10px  15px 10px 25px;
	background: url('../../img/wit_p.png') no-repeat #9c9a9c  10px 13px; /*65px*/
}*/

.error {
	color: #b50008;
	font-weight: bold;
}