@charset "UTF-8";
/* CSS Document */

/* Formulier
/ ---------------------------------------------------------- */

ol {
	margin: 0 0 10px 0;
}

ol li {
	list-style-type: none;
	padding: 5px;
}

ol li label {
	display: inline-block;
    line-height: 1.8;
    vertical-align: center;
	width: 120px; /* Width of labels */
}

ol li select {
	display: inline-block;
    line-height: 1.8;
    vertical-align: center;
	width: 60px; /* Width of labels */
	border: 1px solid #ccc;
	padding: 3px;
}

ol li label em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	margin-left: 3px;
}

ol li input {
	border: 1px solid #ccc;
	width: 270px;
	padding: 3px;
}

ol li input:focus {
	border: 1px solid #eee;
}

input.verstuur-button {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	width: 120px;
	height: 22px;
	line-height: 24px;
	text-align: center;
	display: block;
	background-color: #f2f2f2;
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	float: right;
	margin-right: 14px;
	cursor: pointer;
	outline: none;
}

a:focus.verstuur-button {
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	border-right: 0;
	border-bottom: 0;
}