form#loginhome input.tekst {
	width: 100px;
}
form#loginhome input.button {
	background: url(images/home_05.png) no-repeat;
	width: 49px;
	height: 22px;
	border: none;
	cursor: pointer;
	margin-top: 2px;
}
form#transactionsform fieldset {
	border: none;
}
form#transactionsform select {
	padding: 2px;
}
form#transactionsform select,
form#transactionsform input {
	font-family: Verdana;
	font-size: 11px;
}
form#profileform fieldset {
	border: none;
}
form#profileform label.links {
	float: left;
	width: 175px;
}
form#profileform p {
	margin-bottom: 3px;
}
form#profileform input, 
form#profileform select, 
form#profileform textarea {
	font-family: Verdana;
	font-size: 11px;
	padding: 2px;
}
form#profileform input.tekst {
	width: 200px;
}
form#profileform input.large {
	width: 158px;
}
form#profileform input.medium {
	width: 100px;
}
form#profileform input.small {
	width: 50px;
}
form#profileform input.xsmall {
	width: 30px;
}
form#profileform select.fixed {
	width: 200px;
}
form#profileform select.small {
	width: 50px;
}
form#profileform select.medium {
	width: 75px;
}

span.asterix {
	position: absolute;
	margin-left: 2px;
}
span.red {
	color: #ff0000;
}
ul.errors {
	color: #ff0000;
	margin-bottom: 20px;
	margin-left: 15px;
}
form#mpicsform fieldset {
	background-color: #cccccc;
	border: none;
	padding-top: 10px;
}
label.links {
	float: left;
	width: 175px;
}
form#faqform input.button {
	background: url(images/faq_07.png) no-repeat;
	width: 66px;
	height: 22px;
	border: none;
	cursor: pointer;
	margin-top: 2px;
}

form#signuphome fieldset {
	border: none;
	clear: both;
}
form#signuphome label.lnk {
	float: left;
	width: 125px;
}
form#signuphome input.long {
	width: 200px;
}
form#signuphome input.voornaam {
	width: 80px;
}
form#signuphome input.tussenvoegsel {
	width: 40px;
}
form#signuphome input.achternaam {
	width: 120px;
}
form#signuphome input.postcode {
	width: 60px;
}
form#signuphome select.land {
	width: 200px;
}
form#signuphome input.button {
	padding: 2px 4px 2px 4px;
}