div#mapa {
	width: 720px;
	height: 513px;
	background-color: #fff;
	background-image: url(../gfx/mapa.png);
	background-repeat: no-repeat;
	float: right;
	position: relative;
}

div#mapa a {
	display: block;
	width: 90px;
	height: 90px;
	position: absolute;
	right: 252px;
	bottom: 214px;
	background-image: url(../gfx/techpark_small.jpg);
}

div#mapa a:hover {
	width: 339px;
	height: 340px;
	right: 90px;
	bottom: 40px;
	background-image: url(../gfx/techpark.jpg);
}

div#adres {
	margin-top: 30px;
	background: transparent;
}

div#gmaps {
	position: absolute;
	left: 0px;
	top: 500px;
}

form {
	width: 60%;
	margin: 0 auto;
}

fieldset {
	border: 1px solid #e8e8e8;
	margin-top: 6px;
}

legend {
	font-size: 9pt;
	color: #334F99;
}

label {
	font-size: 9pt;
}

input, textarea {
	margin-bottom: 1em;
	width: 100%;
	border: 1px solid #aaa;
	font-family: inherit;
	font-size: inherit;
}

input:focus, textarea:focus {
	border: 1px solid #334F99;
}

input.submit {
	width: auto;
	margin-top: 8px;
	margin-bottom: 4px;
	font-weight: bold;
	padding: 4px 8px 4px 8px;
	cursor: pointer;
}

#contactform span.error {
	font-size: 9pt;
	color: #F33;
}

#contactform h4 {
	text-align: center;
}

