.inlogform {
}

.inlogform label {
	float: left;
	font: 13px 'DIN-Regular';
	padding: 2px 0 0 0;
	width: 145px;
	margin: 0 10px 0 0;
	text-align: right;
}

.inlogform label.linksuitlijnen {
	float: left;
	font: 13px 'DIN-Regular';
	padding: 2px 0 0 0;
	margin: 0 10px 0 30px;
	text-align: left;
	width: auto;
}

.inlogform .text {
	float: left;
	width: 240px;
	outline: none;
	margin: 0 0 3px 0;
}

.inlogform div.item {
	float: left;
	width: 240px;
	outline: none;
	margin: 0 0 3px 0;
	font: 13px 'DIN-Regular';
}

.inlogform div.item #show_scentspecial_dealers_only {
	float: left;
	margin: 3px 5px 10px 0;
}

.inlogform .error {
	background: #f2cfcf url(../../img/form-error.png) no-repeat right center;
}

.inlogform .ok {
	background: #e5f6e3 url(../../img/form-ok.png) no-repeat right center;
}

.inlogform .knop {
	display: block;
	font: 14px 'DIN-Regular';
	color: #d8d9d0;
	text-decoration: none;
	background: #666666 url(../../img/knop-arrow-no-hover.png) no-repeat right center;
	padding: 2px 20px 3px 7px;
	float: right;
	border: 0;
}

.inlogform .knop:hover {
	background: #333333 url(../../img/knop-arrow-no-hover.png) no-repeat right center;
	cursor: pointer;
}

.inlogform .top-line {
	border-top: 1px solid #999999;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	height: 20px;
	margin: 5px 0 0 0;
}

.inlogform .bottom-line {
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #999999;
	border-left: 0;
	height: 20px;
	margin: 0 0 4px 0;
}

.inlogform a {
	padding: 0 0 0 44px;
	color: #666666;
	font: 13px 'DIN-Regular';
	text-decoration: none;
}

.inlogform a:hover {
	text-decoration: underline;
}

.inlogform a.account-aanmaken {
	background: url(../../img/knop-blokpijl.png) no-repeat 0 3px;
	height: 23px;
	color: #333333;
	font: 22px "Times New Roman", Times, serif;
	text-decoration: none;
	padding: 0 0 0 30px;
	display: block;
	margin: 30px 0 0 0;
}

.inlogform a.account-aanmaken:hover {
	background: url(../../img/knop-blokpijl.png) no-repeat 0 -77px;
	cursor: pointer;
}

.inlogform .radio {
	margin: 0 0 0 25px;
	width: 21px;
}

.inlogform .textarea {
	float: left;
	width: 240px;
	outline: none;
	margin: 0 0 3px 0;
	height: 60px;
}
/*.inlogform .textarea {
	float: left;
	outline: none;
	width: 363px;
	margin: 0 3px 0 30px;
}*/