/*tables */

table#tb_Form, table#tb_Form tr td{
	border: 0;
}

form table{
	border-collapse: collapse;
	border: 0;
	/*width: 99%;*/
}

form tr.yellow {
	background: url(/welzorginter/Layout/gfx/formulierenachtergrond.png);
	background-repeat: repeat-y;
	position: relative;
}

form tr.yellow td {
	background-image: none;
	padding: 8px 10px;
	vertical-align: bottom;
	text-align: left;
	border: 0;
}


/*
form table tr td{
	border: 0;
}
martijn aangepast:
*/

form table tr td{
	margin: 0;
	padding: 2px 10px;
}

form table tr td table td td{
	padding: 0px;
}








form tr.yellow td table {
	border: 0;
}


form tr.yellow td td {
	padding: 0;
}


form tr.yellow .kopje{
	color:	#3B0083;
	font-weight: bold;
}


/*martijn aangepast
form label, form span {
	margin-left: 10px;
}
*/

form table textarea {
	*/martijn aangepast: margin: 10px 10px;*/
	width: 60%;
}

form table textarea.textareasmall {
	width: 40%;
}

form table textarea.textareamedium {
	width: 60%;
}

form table textarea.textarealarge {
	width: 100%;
}


form tr td textarea[type=htmleditarea]#htmlEdit1{
   width: 90%;
}

form tr td textarea[type=htmleditarea]#htmlEdit2{
   width: 50%;
}

form tr td textarea[type=htmleditarea]#htmlEdit3{
   width: 75%;
}

form tr td textarea[type=htmleditarea]#htmlEdit4{
   width: 100%;
}

form tr td input#fld_Postcode{
   width: 4em;
}

form tr td.smal {
	width: 200px;
}

form tr td.breed {
	width: 580px;
}



/*martijn aangepast
form tr input, form tr select {
	margin-left: 10px;
}
*/

/*
form tr td input[type=text] {
	width: 90%;
}

input.DateEdit{
	width: 30px;
}
*/

form table input.textbox10{
    width: 20%;
}

form table input.textbox20{
    width: 40%;
}

form table input.textbox30{
    width: 60%;
}

form table input.textbox40{
    width: 75%;
}

form table input.textboxfull{
    width: 100%;
}

.fldRequired {
	background: url("/res/required.gif") top right no-repeat;
	padding: 1px;
	padding-right: 14px;
}

.fldComplete {
	background: url("/res/complete.gif") top right no-repeat;
	padding: 1px;
	padding-right: 20px;
}
