input.knop {
	background-color: #66cdaa;
	border: 1px #000080 solid;
	font-family: tahoma,helvetica,sans-serif;  
	font-size: 13px;
    	margin-top: 4px;
	color: #000080;
}

input.deleteknop {
	background-color: red;
	border: thin #333333 solid;
	font-family: tahoma,helvetica,sans-serif;  
	font-size: 13px;
	font-weight: bold;
	color: white;
}

input.veld {
	background-color: #E5FFE5;
	border: 1px #000080 solid;
	font-family: tahoma,helvetica,sans-serif;  
	font-size: 13px;
    	margin-top: 4px;
	color: #000080;
}

textarea.veld {
	background-color: #E5FFE5;
	border: 1px #000080 solid;
	font-family: tahoma,helvetica,sans-serif;  
	font-size: 13px;
	color: #000080;
}

select {
	background-color: #E5FFE5;
	border: 1px navy solid;
	font-family: tahoma,helvetica,sans-serif;  
	font-size: 13px;
	color: #000080;
}

.edit_form {
  background-color: #E5FFE5;
  color: #000080;
  border: 1px navy solid; 
  color: navy; 
  font-family: tahoma,helvetica,sans-serif; 
  font-size: 13px;
  padding-left: 15px;
}

.container {
        float: none;
        margin-bottom: 5px;
        margin-top: 5px;
}

select.wit_veld {
	background-color: #ffffff;
	border: 1px #000080 solid;
	font-family: tahoma,helvetica,sans-serif;  
	font-size: 13px;
	color: #000080;
}

.select_l {
        text-align: left;
        width: 38%;
}

.select_r {
        text-align: right;
        width: 38%;
}

.inplaceeditor-form input[type="text"] {
	width: 450px;
	background-color: #ffffff;
	border: 1px #000080 solid;
	font-family: tahoma,helvetica,sans-serif;  
	font-size: 13px;
	margin-right: 5px;
	color: #000080;
}

.inplaceeditor-form input[type="submit"] {
	background-color: #66cdaa;
	border: 1px #000080 solid;
	font-family: tahoma,helvetica,sans-serif;  
	font-size: 13px;
	margin-right: 5px;
	color: #000080;
}
