div#contact{
	margin: 0px;
	padding: 0px;
	background: url(images/map.gif) no-repeat;
	background-position: 100px 110px;
	height: 550px;
	text-align: left;
	font-size: 12px;
	font-family: tahoma;	

}
div#contact_mal{
	margin: 0px;
	padding: 0px;
	background: url(images/map.gif) no-repeat;
	background-position: 100px 54px;
	height: 500px;
	text-align: left;
	font-size: 12px;
	font-family: tahoma;	

}
div.text{	
	position: relative;
	font-size: 13px;
	line-height: 19px;
	top: 0px;
	left: 20px;
}


ul.wnlinks{
	position: relative;
	top: 10px;
	left: 400px;	
	width: 350px;
	padding: 2px 0px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;

}
ul.wnlinks li{
	display: inline;
	list-style: none;	

}
ul.wnlinks li a{
	background: url(images/arrow.gif) no-repeat;
	background-position: 8px 2px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}
ul.wnlinks li a:hover{
	background-color: #333333;
	color: #ffffff;
}


ul{
	width: 300px;
	margin: 0px;
	padding: 0px;
}
ul.europe{
	position: relative;
	top: 22px;
	left: 340px;
}
ul.europe li{
	list-style: none;
	padding: 2px;
}
ul.europe li.h{
	padding-top: 3px;
}


ul.namerica{
	position: relative;
	top: 290px;
	left: 270px;
}
ul.namerica li{
	list-style: none;
	padding: 2px;
}
ul.namerica li.h{
	padding-top: 3px;
}


div#form{	
	font-family: tahoma;
	font-size: 12px;
	width: auto;
	margin: 10px 130px;
}
div#form ul{
	width: 390px;
	padding: 10px;
	background-color: #f0f0f0;
	border: 1px dashed #cccccc;
	margin: 10px 0px;
}
div#form ul label{
	clear: none; 
	margin-top: 2px;
	width: 120px; 
	float: left;
}
div#form ul li{
	border-bottom: 1px solid #ffffff;
	list-style: none; 
	text-align: left; 
	padding: 2px;
}
div#form input{
	border: 1px solid #999999;
}

