.close-flyout {
	font-weight: bold;
	font-size: 40px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 15px;
	right: 15px;
	color: #000;
	line-height: 15px;
	transition: all .3s;
	opacity: .3;
}
.close-flyout:hover {
	text-decoration: none;
	opacity: 1;
	color: #000;
}
#flyout-form-container {
	width: 800px;
	position: absolute;
	top: 100px;
	right: -500px;
	transition: all .5s;
}
#flyout-form-container.out {
	right: 0;
}
.form-tab {
	width: 300px;
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
}
.form-tab:hover, .form-tab:active, .form-tab:focus {
	text-decoration: none;
	color: #000;
}
.form-tab-arrow {
	border-right: 30px solid #E2EC57;
	border-top: 70px solid transparent;
	border-bottom: 70px solid transparent;
	width: 0;
	height: 0;
	float: left;
}
.form-tab-copy {
	text-align: center;
	background: #E2EC57;
	width: 270px;
	float: right;
	padding: 10px 10px 10px 0;
}
.tab-top {
	background: #000;
	color: #fff;
	padding: 5px;
	font-size: 28px;
	height: 60px;
	line-height: 50px;
	position: relative;
	width: 255px;
	float: right;
}
.tab-top::before {
	content: "";
	border-bottom: 60px solid #000;
		border-left: 25px solid transparent;
	width: 0;
	height: 0;
	right: 255px;
	top: 0;
	position: absolute;
}
.tab-bottom {
	padding-top: 10px;
	font-weight: bold;
	height: 60px;
	clear: both;
	font-size: 16px;
}
.form-body {
	position: absolute;
	top: 0;
	right: 0;
	width: 500px;
	padding: 30px;
	background: #E2EC57;
}
#flyout-form input, #flyout-form button {
	height: 40px;
	border-radius: 0;
}
#flyout-form button {
	margin-top: 25px;
	border: 1px solid #fff;
	font-size: 18px;
}