body {
	margin: 0px;
	font-family: verdana, helvetica, arial;
	font-size: 11px;
	line-height: 25px;
	background: white;}
img {
	border: 0px;}
a {
	color: #1959A0;
	text-decoration: none;}
a:hover {
	color: #4c8cd3;
	text-decoration: none;}
	
div.formField {
	position: relative;
	height: 25px;
}

div.formField div.formVeld {
	position: absolute;
	height: 25px;
	width: 300px;
	left: 180px;
	top: 0px;
}

div.formField div.formText {
	position: absolute;
	height: 25px;
	width: 180px;
	left: 0px;
	top: 0px;
}

div.formVeld .button {
	width: 50px;
	color: #000000;
	cursor: hand;
	margin-top: 30px;
}