body {
	margin: 0;
}
#main {
	position: absolute; 
	top: 50%; 
	margin-top: -280px;
	left: 50%;
	margin-left: -455px;
}
#main-contacte {
	background: url(popup-bg.jpg) no-repeat;
	width: 351px;
	height: 190px;
	padding: 35px 20px;
	color: white;
	font-family: Helvetica, Arial;
	font-size: 12px;
}
#main-ubicacio {
	background: url(popup-bg.jpg);
	width: 900px;
	height: 450px;
	color: white;
	font-family: Helvetica, Arial;
	font-size: 12px;
}
.mapa {
	float: left;
	width: 400px;
	margin: 25px;
}
p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
a {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: white;
}
label {
	float: left;
	width: 40px;
	margin: 4px 35px 15px 0;
	clear: both;
}
.input, textarea {
	color: #59386e;
	background-color: #c7b1df;
	height: 20px;
	width: 272px;
	float: left;
	border: 1px #e3d1eb solid;
	margin-bottom: 10px;
}
textarea {
	height: 100px;
}
#button {
	clear: both;
	float: right;
}