* {
	padding: 0;
	margin: 0;
}

a {
	list-style: none;
	text-decoration: none;
}

.shade-form-content {
	display: none;
}

.shadow-box {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99;
	display: none;
}

.shadow-box-content {
	margin: 0 auto;
	padding: 10px 10px;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	background: #fff;
	top: 25%;
	position: relative;
}

.shadow-box-close {
	position: absolute;
	right: -20px;
	top: -15px;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	height: 20px;
	width: 20px
}