@charset "utf-8";
td.form-field-label {
	text-align: right;
	padding-right: 10px;
	font-size: medium;
}
td.form-field {
	width: 250px;
	text-align: right;
}
input.form-field-text {
	width: 100%;
	border: 1px solid #7e5927;
	font-size: medium;
}
div.growlUI {
	background: url(../images/icon-error.png) no-repeat 10px 10px;
}
div.growlUI h1 {
	font-size: large;
}
div.growlUI h2 {
	font-size: medium;
}
div.growlUI h1, div.growlUI h2 {
	color: white; padding: 5px 5px 5px 75px; text-align: left;
}
input.jeip-opslaan {
	background-image: url(../images/button-ok.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	border: none;
	cursor: default;
}
input.jeip-editfield {
	width: 95%;
}
input.knopOK {
	background-image: url(../images/button-ok.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
	background-color: transparent;
}
#popupvenster input.knopOK {
	background-image: url(../images/button-ok-groot.png);
	width: 48px;
	height: 48px;
}
input.knopVerwijder {
	background-image: url(../images/button-delete.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
	background-color: transparent;
}
input.knopVoegtoe {
	background-image: url(../images/button-add.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
	background-color: transparent;
}
textarea.editor {
	height: 25em;
	width: 25em;
}
form.nieuw2, form.nieuw2breed {
	display: block;
}
form.nieuw2 ul, form.nieuw2popup ul, form.nieuw2breed ul {
	list-style: none;
}
form.nieuw2 ul li, form.nieuw2popup ul li, form.nieuw2breed ul li {
	padding-bottom: 1em;
	width: auto;
	float: left;
	clear: left;
}
form.nieuw2 label, form.nieuw2popup label, form.nieuw2breed label {
	display: block;
	font-style: italic;
}
form.nieuw2 input[type=text],form.nieuw2 input[type=password] , form.nieuw2 select, form.nieuw2 textarea, form.nieuw2popup input[type=text], form.nieuw2popup select, form.nieuw2popup textarea {
	width: 25em;
}
form.nieuw2breed input[type=text],form.nieuw2breed input[type=password] , form.nieuw2breed select, form.nieuw2breed textarea, form.nieuw2breedpopup input[type=text], form.nieuw2breedpopup select, form.nieuw2breedpopup textarea {
	width: 50em;
}
form.nieuw2 fieldset, form.nieuw2popup fieldset, form.nieuw2breed fieldset {
	border: 0 none;
	margin: 0 0 1.5em 0;
	padding: 0;
}
form.nieuw2 legend span, form.nieuw2popup legend span, form.nieuw2breed legend span {
	font-weight: bold;
	font-size: 1em;
	color: #7e5927;
}
form.nieuw2 fieldset li, form.nieuw2popup fieldset li, form.nieuw2breed fieldset li {
	float: left;
	clear: left;
	padding-bottom: 1em;
	padding-left: 5em;
}
form.nieuw2popup legend span {
	color: black;
}
form.nieuw2popup fieldset.submit {
	text-align: right;
}
div.popupicons {
	text-align: right;
}
input.knopPrint {
	background-image: url(../images/icon-print.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 48px;
	height: 48px;
	border: none;
	cursor: pointer;
	background-color: transparent;
}
input.knop-nieuw {
	background-image: url(../images/button-add.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
	background-color: transparent;
}
input.knop-verwijder {
	background-image: url(../images/button-delete.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
	background-color: transparent;
}
input.knop-bewerk {
	background-image: url(../images/icon-edit.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	border: none;
	cursor: pointer;
	background-color: transparent;
}
