.success, .error {
	color:#FFF;
	padding:10px;
	margin:10px 0;
}

.success {
	background-color:green;
}

.error {
	background-color:red;
}

/* Google maps */
#map {
	width:100%;
	height:400px;
}


