@import url(http://fonts.googleapis.com/css?family=Belleza:300,100,400);

#category {
	position: relative;
	width: 100%;
	height: 50px;
	text-align: center;
}
#contact, #contact2 {
	position: relative;
	width: 60%;
	margin: auto;
	padding: 50px;
	color: #e8e8e8;
	text-align: center;
	background: #b496bc;
}
#contact {
	min-height: 600px;
}
#contact2 {
	height: 300px;
}
#cancel {
	display: none;
	position: absolute;
	top: 50%;
	left: 25%;
	width: 50%;
	height: 300px;
	margin: auto;
	padding: 20px;
	color: #e8e8e8;
	text-align: center;
	background: #b496bc;
	border: 5px solid #e8e8e8;
	z-index: 10;
}
.cancel, .close {
	cursor: pointer;
}
.close {
	position: relative;
	top: 25%;
}