/**
 * Stichting Dupla stylesheet :: Form
 */
label {
	margin: 10px 0;
	width: 200px;
	display: block;
}

label.plain {
	margin: 0 0;
	width: auto;
	display: inline;
}

label.left {
	margin: 10px;
}

input {
	margin: 0;
	padding: 5px 3px;
	width: 278px;
	height: 15px;
	border: 1px solid #130323;
	background: #ffffff;
	display: block;
	line-height: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #130323;
}

input.tiny {
	width: 42px;
}

input.plain,
input.checkbox {
	padding: 0 0 0 0;
	border: none;
	width: auto;
	height: auto;
	display: inline;
	line-height: normal;
	vertical-align: middle;
}

input.checkbox {
	vertical-align: middle;
}

input.hidden {
	display: none;
}

input.button {
	margin: 10px 0;
	padding: 0 10px;
	width: auto;
	height: 29px;
	background: #130323;
	vertical-align: middle;
	cursor: pointer;
	color: #ffffff;
}

select {
	margin: 0;
	padding: 4px 2px;
	width: 288px;
	height: 27px;
	border: 1px solid #130323;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #212121;
}

select option,
select optgroup {
	padding: 5px 3px;
	height: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #130323;
}

select.multiple {
	height: auto;
}

textarea {
	margin: 0;
	padding: 5px 3px;
	width: 278px;
	border: 1px solid #130323;
	background: #ffffff;
	line-height: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #130323;
}

input.left,
select.left,
textarea.left {
	margin: 10px;
}