@charset "utf-8";

.add {
	width:100px;
	background-color: #C5DCE2;
	border-color: #21A5BE;
	color: #146270;
}

body, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content {
	width: 750px;
	border: 5px dashed #21A5BE;
	padding: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.content_wide {
	border: 5px dashed #21A5BE;
	padding: 5px;
	position:absolute;
}
.content_check {
	width: 500px;
	border: 5px dashed #21A5BE;
	padding: 15px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
input, textarea {
	width: 450px;
	border: 1px solid #9EBDCF;
}
select {
	border: 1px solid #9EBDCF;
}
input.datum {
	width: 50px;
}
input.checkbox, input.bullit {
	width:auto;
	border:none;
}
.credit_role {
	width:100px
}
.label, .label select {
	padding-top: 5px;
	font-weight: bold;
	color: #2BA9C0;
}
.label_small {
	color: #2BA9C0;
}

.formtable>tbody>tr>td,
.checktable>tbody>tr>td
 {
	border: 1px dotted #17A0C2;
	border-color: #21A5BE;
}

.attention {
	color: #D71598;
}
.title_attention {
	color: #D71598;
	text-align: center;
	font-weight: bold;
}
.title {
	font-size: 24px;
	font-weight: bold;
	color: #13779B;
	text-align: center;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}
p {
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.person_name {
	width: 200px;
}
.person_info {
	width: 300px;
}
.person_address {
	width: 300px;
	height: 60px;
}
.submit {
	width:150px;
	background-color: #9EBDCF;
	border-color: #5A8EAD;
	padding:5px;
	font-size:15px;
	font-weight:bold;
}
a {
	color: #D71598;
}
.field_medium {
	width: 200px;
}
.field_lage {
	width: 350px;
}
.verplicht {
	color: #FF0000;
}
.signature {
	width:300px;
	height:100px;
	border:1px solid #999999;
}
.print {
	width:150px;
}

