form {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}
.textfield {
	margin: 1px 0;
	border: 1px solid #029AD9;
	color: #000;
	font-size: 12px;
	width: 221px;
}
.textarea {
	margin: 1px 0;
	width: 350px;
	height: 120px;
	color: #000;
	font-size: 12px;
	border: 1px solid #029AD9;
}
.button {
	background-color: #029AD9;
	border: 1px solid #029AD9;
	color: #FFF;
	padding: 3px;
	font-weight: bold;
	float: right;
	cursor: pointer;
}
.button:hover {
	background-color: #FFF;
	color: #029AD9;
}
#remark {
	font-size: 9px;
}
div#blue_bottom{
	clear:both;
	padding:0 10px 0 45px;
	width:885px;
	height:30px;
	line-height:30px;
	background-color:#029ad9;
	color:#FFFFFF;
}
div.block ul {
	margin:0;
}
div.block ul li {
	position:relative;
	display: inline;
}	
div.block ul li a {
	background:url(http://www.stukadoorsbedrijfegaal.nl/images/layout/pijl-links.png) no-repeat center left;
	padding-left:15px;
	height:22px;
	line-height:22px;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
}
div.block ul li a:hover {	
	background: none;
	padding-left: 0;
}
div#logo {
	position:relative;
	top:0;
	left:40px;
	z-index:5;	
	height:	200px;
	width:200px;
	background-image:url(http://www.stukadoorsbedrijfegaal.nl/images/layout/logo.jpg);
}

